<feed xmlns='http://www.w3.org/2005/Atom'>
<title>conventional_role_play, branch v1.2.0</title>
<subtitle>Structure any text (from large-scale instruction parsing to small-scale role-playing game scripts and session logs), and provide rule matching to extract any data </subtitle>
<id>https://git.hydroroll.team/conventional_role_play/atom?h=v1.2.0</id>
<link rel='self' href='https://git.hydroroll.team/conventional_role_play/atom?h=v1.2.0'/>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/conventional_role_play/'/>
<updated>2025-10-29T09:47:45Z</updated>
<entry>
<title>chore: update version to 1.2.0 in Cargo.toml</title>
<updated>2025-10-29T09:47:45Z</updated>
<author>
<name>简律纯</name>
<email>i@jyunko.cn</email>
</author>
<published>2025-10-29T09:47:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/conventional_role_play/commit/?id=2cdb39569c1ba967e04ee604b7a9610055c0af77'/>
<id>urn:sha1:2cdb39569c1ba967e04ee604b7a9610055c0af77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #14 from HydroRoll-Team/refactor-ner</title>
<updated>2025-10-29T09:46:06Z</updated>
<author>
<name>简律纯</name>
<email>leader@hydroroll.team</email>
</author>
<published>2025-10-29T09:46:06Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/conventional_role_play/commit/?id=f243d12f5097ba7a44e2efb2f4f3be7ad7a45b7f'/>
<id>urn:sha1:f243d12f5097ba7a44e2efb2f4f3be7ad7a45b7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: Refactor code structure for improved readability and maintainability</title>
<updated>2025-10-29T09:42:01Z</updated>
<author>
<name>简律纯</name>
<email>i@jyunko.cn</email>
</author>
<published>2025-10-29T09:42:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/conventional_role_play/commit/?id=69a6c865c584a87693513e01cce5c2ab44ae92aa'/>
<id>urn:sha1:69a6c865c584a87693513e01cce5c2ab44ae92aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(typo): fix abbr typo</title>
<updated>2025-10-25T00:31:20Z</updated>
<author>
<name>简律纯</name>
<email>i@jyunko.cn</email>
</author>
<published>2025-10-25T00:31:20Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/conventional_role_play/commit/?id=be5fcf92f834b5c4f1c6f8c433bb01b937c7f6e7'/>
<id>urn:sha1:be5fcf92f834b5c4f1c6f8c433bb01b937c7f6e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: Remove unnecessary links from the documentation table of contents</title>
<updated>2025-10-24T16:31:47Z</updated>
<author>
<name>简律纯</name>
<email>i@jyunko.cn</email>
</author>
<published>2025-10-24T16:31:47Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/conventional_role_play/commit/?id=9d08302e61c029a8550778f1824e25933d5c59df'/>
<id>urn:sha1:9d08302e61c029a8550778f1824e25933d5c59df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Implement plugin system with combat tracker and dice analyzer</title>
<updated>2025-10-24T16:30:48Z</updated>
<author>
<name>简律纯</name>
<email>i@jyunko.cn</email>
</author>
<published>2025-10-24T16:30:48Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/conventional_role_play/commit/?id=cbc653ffd0ea9abf4360623dc7a7651e1a49cc61'/>
<id>urn:sha1:cbc653ffd0ea9abf4360623dc7a7651e1a49cc61</id>
<content type='text'>
- 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.
</content>
</entry>
<entry>
<title>feat: Enhance Processor, RuleExtractor, and Renderers with type hints and improved documentation</title>
<updated>2025-10-24T15:15:35Z</updated>
<author>
<name>简律纯</name>
<email>i@jyunko.cn</email>
</author>
<published>2025-10-24T15:15:35Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/conventional_role_play/commit/?id=08299b37dfda86e56e4f2b442f68ccd2da7a82e3'/>
<id>urn:sha1:08299b37dfda86e56e4f2b442f68ccd2da7a82e3</id>
<content type='text'>
- 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&amp;D 5E and structured output files for various formats (JSON, HTML, Markdown).
- Established a testing framework with clear instructions and coverage reporting.
</content>
</entry>
<entry>
<title>Merge pull request #12 from HydroRoll-Team/dependabot/cargo/pyo3-0.27.0</title>
<updated>2025-10-20T03:51:43Z</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2025-10-20T03:51:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/conventional_role_play/commit/?id=990048eb2163127615de60d9359c150bdfb99536'/>
<id>urn:sha1:990048eb2163127615de60d9359c150bdfb99536</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(deps): update pyo3 requirement from 0.25.0 to 0.27.0</title>
<updated>2025-10-20T03:23:14Z</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2025-10-20T03:23:14Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/conventional_role_play/commit/?id=eafadd7c059ceef979401e315d6cc2e0c9cbdded'/>
<id>urn:sha1:eafadd7c059ceef979401e315d6cc2e0c9cbdded</id>
<content type='text'>
Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version.
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pyo3/pyo3/compare/v0.25.0...v0.27.0)

---
updated-dependencies:
- dependency-name: pyo3
  dependency-version: 0.27.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</content>
</entry>
<entry>
<title>chore: redactor `__version__` detector</title>
<updated>2025-06-30T15:36:26Z</updated>
<author>
<name>简律纯</name>
<email>i@jyunko.cn</email>
</author>
<published>2025-06-30T15:36:16Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/conventional_role_play/commit/?id=97c274adc780748b986fa5347492616b321c2b13'/>
<id>urn:sha1:97c274adc780748b986fa5347492616b321c2b13</id>
<content type='text'>
</content>
</entry>
</feed>
