| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
