aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/conventionalrp/core/parser.py
Commit message (Collapse)AuthorAgeFilesLines
* feat: :art: update rules structure to use a dictionary for improved organizationHsiangNianian2025-05-071-3/+3
|
* feat: :art: refactor log parsing logic with simplified rules and ↵pineoncellar/mainpine2025-04-141-73/+120
| | | | priority-based matching
* style: :art: Update rule file formatpine2025-03-241-25/+25
|
* feat: 🎨 More standardized log parsepine2025-03-151-12/+76
|
* feat: ➕ Add dependency json5pine2025-03-151-3/+3
|
* refactor: clean up code formatting and add new PluginManager classHsiangNianian2025-03-151-3/+4
|
* fix: :bug: using f.read() instead of json.load()pine2025-03-151-1/+3
|
* feat: simple parser rules load and log processingpine2025-03-131-5/+44
|
* refactor(project)!: first implementation of the Conventional Role Play SDK ↵HsiangNianian2025-03-131-0/+15
with core components, renderers, extractors, and example usage.