CHANGELOG.md
LICENSE
MANIFEST.in
README.md
SKILL.md
pyproject.toml
requirements.txt
setup.py
.dsh/skills/.gitkeep
.dsh/skills/gongwen-skill.md
.dsh/skills/gongwen-skill/SKILL.md
engine/auto_optimizer.py
engine/chat_review.py
engine/config.py
engine/docx_to_image.py
engine/fact_check.py
engine/focus_checker.py
engine/handoff.py
engine/inject.py
engine/live_edit.py
engine/optimizer.py
engine/review_generator.py
engine/session.py
engine/structure_checker.py
engine/style_profile.py
engine/table_sign_generator.py
engine/table_sign_template.py
engine/template_builder.py
engine/tmp.py
engine/core/__init__.py
engine/core/document/__init__.py
engine/core/document/ai_structure_analyzer.py
engine/core/document/annotator.py
engine/core/document/editor.py
engine/core/document/font_utils.py
engine/core/document/generator.py
engine/core/document/models.py
engine/core/document/modifier.py
engine/core/document/ooxml_parser.py
engine/core/document/ooxml_workflow.py
engine/core/document/parser.py
engine/core/document/parser_format.py
engine/core/document/reviewer_comments.py
engine/core/document/structure_analyzer.py
engine/core/document/tracked_annotator.py
engine/core/document/tracked_changes.py
engine/core/document/tracked_common.py
engine/core/rules/__init__.py
engine/core/rules/checker.py
engine/core/rules/engine.py
engine/core/rules/fixer.py
engine/core/rules/loader.py
engine/core/rules/manager.py
engine/templates/table_sign.dotx
engine/utils/__init__.py
engine/utils/errors.py
engine/utils/logger.py
engine/utils/parse.py
engine/utils/zip_utils.py
gongwen_skill.egg-info/PKG-INFO
gongwen_skill.egg-info/SOURCES.txt
gongwen_skill.egg-info/dependency_links.txt
gongwen_skill.egg-info/entry_points.txt
gongwen_skill.egg-info/requires.txt
gongwen_skill.egg-info/top_level.txt
prompts/style-prompts.md
prompts/usage-prompts.md
rules/official/_common.yaml
rules/official/announcement.yaml
rules/official/bill.yaml
rules/official/bulletin.yaml
rules/official/command.yaml
rules/official/communique.yaml
rules/official/decision.yaml
rules/official/instruction.yaml
rules/official/letter.yaml
rules/official/meeting.yaml
rules/official/minutes.yaml
rules/official/news.yaml
rules/official/notice.yaml
rules/official/notice_public.yaml
rules/official/opinion.yaml
rules/official/regulation.yaml
rules/official/reply.yaml
rules/official/report.yaml
rules/official/request.yaml
rules/official/resolution.yaml
rules/official/speech.yaml
rules/official/summary.yaml
rules/official/table_sign.yaml
rules/official/technical_proposal.yaml
rules/official/work_plan.yaml
tests/test_font_utils.py
tests/test_handoff.py
tests/test_models.py
tests/test_modifier_cleanup.py
tests/test_pipeline.py
tests/test_role_resolution.py
tests/test_rules.py
tests/test_table_signs.py