| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: add AutoParser class for automated content classification | 2025-10-29 | 3 | -2/+471 | |
| | | |||||
| * | refactor: streamline THULACParser documentation and remove redundant comments | 2025-10-29 | 1 | -25/+4 | |
| | | |||||
| * | refactor: Refactor code structure for improved readability and maintainability | 2025-10-29 | 1 | -0/+523 | |
| | | |||||
| * | feat: Implement plugin system with combat tracker and dice analyzer | 2025-10-25 | 25 | -186/+2009 | |
| | | | | | | | | | | | | | | - Added `plugin_system_demo.py` to demonstrate basic plugin usage, processing, and analysis. - Created `CombatTrackerPlugin` for tracking combat statistics including damage and healing. - Developed `DiceAnalyzerPlugin` for analyzing dice rolls and calculating success rates. - Introduced `renderer_demo.py` for rendering output in HTML, Markdown, and JSON formats. - Implemented `rule_system_demo.py` to showcase rule engine capabilities with various examples. - Established core rule engine functionality in `rules.py` with support for conditions and actions. - Enhanced base plugin structure in `base.py` to support different plugin types (Processor, Renderer, Analyzer). - Added custom exception handling in `exceptions.py` for better error management. - Configured logging setup in `logging_config.py` for improved logging capabilities. - Created unit tests in `test_rust_core.py` to validate core functionalities and performance. | ||||
| * | feat: Enhance Processor, RuleExtractor, and Renderers with type hints and ↵ | 2025-10-24 | 3 | -34/+164 | |
| | | | | | | | | | | | | | improved documentation - Added type hints to Processor methods for better clarity and type safety. - Improved documentation for Processor methods, including detailed descriptions of parameters and return types. - Refactored RuleExtractor to support optional configuration file loading and added error handling for file operations. - Enhanced MarkdownRenderer to handle both list and dictionary inputs, with improved rendering logic. - Created comprehensive examples and tests for all components, ensuring robust functionality and error handling. - Added example rules for D&D 5E and structured output files for various formats (JSON, HTML, Markdown). - Established a testing framework with clear instructions and coverage reporting. | ||||
| * | chore: redactor `__version__` detector | 2025-06-30 | 1 | -10/+9 | |
| | | |||||
| * | style: :art: remove redundant file path comments from module initialization ↵ | 2025-05-07 | 5 | -5/+0 | |
| | | | | | files | ||||
| * | feat: :art: update rules structure to use a dictionary for improved organization | 2025-05-07 | 1 | -3/+3 | |
| | | |||||
| * | feat: :art: refactor log parsing logic with simplified rules and ↵pineoncellar/main | 2025-04-14 | 1 | -73/+120 | |
| | | | | | priority-based matching | ||||
| * | style: :art: Update rule file format | 2025-03-24 | 1 | -25/+25 | |
| | | |||||
| * | feat: 🎨 More standardized log parse | 2025-03-15 | 1 | -12/+76 | |
| | | |||||
| * | feat: ➕ Add dependency json5 | 2025-03-15 | 1 | -3/+3 | |
| | | |||||
| * | refactor: clean up code formatting and add new PluginManager class | 2025-03-15 | 16 | -28/+60 | |
| | | |||||
| * | Merge pull request #5 from pineoncellar/main | 2025-03-15 | 1 | -1/+3 | |
| |\ | | | | | fix: :bug: using f.read() instead of json.load() | ||||
| * | | bump: update pyo3 dependency to version 0.24.0 and improve module function ↵ | 2025-03-15 | 1 | -1/+4 | |
| | | | | | | | | | signature | ||||
| | * | fix: :bug: using f.read() instead of json.load() | 2025-03-15 | 1 | -1/+3 | |
| |/ | |||||
| * | Merge branch 'main' into main | 2025-03-15 | 7 | -8/+23 | |
| |\ | |||||
| | * | chore: bump version to 0.2.2 and update version retrieval method in __init__.pyv0.2.2 | 2025-03-14 | 1 | -2/+13 | |
| | | | |||||
| | * | chore: bump version to 0.2.1 in Cargo.toml and __init__.py | 2025-03-14 | 1 | -1/+1 | |
| | | | |||||
| | * | chore: update version to 0.2.0 in __init__.pyv0.2.0 | 2025-03-14 | 1 | -1/+1 | |
| | | | |||||
| | * | chore: update version to 0.1.0 and enhance README with project overview and ↵ | 2025-03-14 | 1 | -1/+5 | |
| | | | | | | | | | usage examples | ||||
| | * | refactor: update project structure and rename modules to conventionalrp | 2025-03-14 | 6 | -7/+7 | |
| | | | |||||
| * | | feat: simple parser rules load and log processing | 2025-03-13 | 1 | -5/+44 | |
| |/ | |||||
| * | refactor(project)!: first implementation of the Conventional Role Play SDK ↵ | 2025-03-13 | 23 | -3/+170 | |
| | | | | | with core components, renderers, extractors, and example usage. | ||||
| * | Initial commit | 2025-03-12 | 4 | -0/+27 | |