LICENSE
README.md
pyproject.toml
src/biz/dfch/specmgr/__init__.py
src/biz/dfch/specmgr/__main__.py
src/biz/dfch/specmgr/_paths.py
src/biz/dfch/specmgr/cli.py
src/biz/dfch/specmgr/py.typed
src/biz/dfch/specmgr/server.py
src/biz/dfch/specmgr/adr/__init__.py
src/biz/dfch/specmgr/adr/prompts/__init__.py
src/biz/dfch/specmgr/adr/prompts/create_adr.py
src/biz/dfch/specmgr/adr/prompts/create_adr_test.py
src/biz/dfch/specmgr/adr/prompts/update_adr.py
src/biz/dfch/specmgr/adr/prompts/update_adr_test.py
src/biz/dfch/specmgr/adr/resources/__init__.py
src/biz/dfch/specmgr/adr/resources/adr_get.py
src/biz/dfch/specmgr/adr/resources/adr_list.py
src/biz/dfch/specmgr/adr/tools/__init__.py
src/biz/dfch/specmgr/adr/tools/_io.py
src/biz/dfch/specmgr/adr/tools/_lock.py
src/biz/dfch/specmgr/adr/tools/_paths.py
src/biz/dfch/specmgr/adr/tools/create_adr.py
src/biz/dfch/specmgr/adr/tools/get_adr.py
src/biz/dfch/specmgr/adr/tools/option_create.py
src/biz/dfch/specmgr/adr/tools/option_delete.py
src/biz/dfch/specmgr/adr/tools/option_list.py
src/biz/dfch/specmgr/adr/tools/option_read.py
src/biz/dfch/specmgr/adr/tools/option_update.py
src/biz/dfch/specmgr/adr/tools/set_status.py
src/biz/dfch/specmgr/adr/tools/update_frontmatter.py
src/biz/dfch/specmgr/adr/tools/update_section.py
src/biz/dfch/specmgr/adr/tools/validate_adr.py
src/biz/dfch/specmgr/commands/__init__.py
src/biz/dfch/specmgr/commands/adr_toc.py
src/biz/dfch/specmgr/commands/coverage_badge.py
src/biz/dfch/specmgr/commands/docs.py
src/biz/dfch/specmgr/commands/mcp.py
src/biz/dfch/specmgr/commands/mcp_docs.py
src/biz/dfch/specmgr/commands/mdformat.py
src/biz/dfch/specmgr/commands/req_parse.py
src/biz/dfch/specmgr/commands/schema.py
src/biz/dfch/specmgr/commands/unused_code.py
src/biz/dfch/specmgr/commands/version.py
src/biz/dfch/specmgr/general/__init__.py
src/biz/dfch/specmgr/general/data/general_iso25010.md
src/biz/dfch/specmgr/general/resources/__init__.py
src/biz/dfch/specmgr/general/resources/iso25010.py
src/biz/dfch/specmgr/general/resources/version.py
src/biz/dfch/specmgr/general/tools/__init__.py
src/biz/dfch/specmgr/general/tools/_doc_paths.py
src/biz/dfch/specmgr/general/tools/_packaged_data.py
src/biz/dfch/specmgr/general/tools/mdformat.py
src/biz/dfch/specmgr/general/tools/webfetch.py
src/biz/dfch/specmgr/models/__init__.py
src/biz/dfch/specmgr/models/iso25010.py
src/biz/dfch/specmgr/models/version_info.py
src/biz/dfch/specmgr/models/adr/__init__.py
src/biz/dfch/specmgr/models/adr/v1/__init__.py
src/biz/dfch/specmgr/models/adr/v1/_util.py
src/biz/dfch/specmgr/models/adr/v1/adr.py
src/biz/dfch/specmgr/models/adr/v1/body.py
src/biz/dfch/specmgr/models/adr/v1/frontmatter.py
src/biz/dfch/specmgr/models/adr/v1/mutations.py
src/biz/dfch/specmgr/models/adr/v1/option.py
src/biz/dfch/specmgr/models/adr/v1/parser.py
src/biz/dfch/specmgr/models/adr/v1/renderer.py
src/biz/dfch/specmgr/models/adr/v1/summary.py
src/biz/dfch/specmgr/models/md/__init__.py
src/biz/dfch/specmgr/models/md/_markdown.py
src/biz/dfch/specmgr/models/md/_util.py
src/biz/dfch/specmgr/models/md/alias.py
src/biz/dfch/specmgr/models/md/alias_match.py
src/biz/dfch/specmgr/models/md/alias_type.py
src/biz/dfch/specmgr/models/md/frontmatter.py
src/biz/dfch/specmgr/models/md/markdown.py
src/biz/dfch/specmgr/models/md/markdown_block_quote.py
src/biz/dfch/specmgr/models/md/markdown_code_block.py
src/biz/dfch/specmgr/models/md/markdown_comment.py
src/biz/dfch/specmgr/models/md/markdown_list_item.py
src/biz/dfch/specmgr/models/md/markdown_paragraph.py
src/biz/dfch/specmgr/models/md/markdown_section.py
src/biz/dfch/specmgr/models/md/markdown_section1.py
src/biz/dfch/specmgr/models/md/markdown_section1_with_comment.py
src/biz/dfch/specmgr/models/md/markdown_section2.py
src/biz/dfch/specmgr/models/md/markdown_section2_with_comment.py
src/biz/dfch/specmgr/models/md/markdown_section3.py
src/biz/dfch/specmgr/models/md/markdown_section3_with_comment.py
src/biz/dfch/specmgr/models/md/markdown_section4.py
src/biz/dfch/specmgr/models/md/markdown_section4_with_comment.py
src/biz/dfch/specmgr/models/md/markdown_section5.py
src/biz/dfch/specmgr/models/md/markdown_section5_with_comment.py
src/biz/dfch/specmgr/models/md/markdown_section6.py
src/biz/dfch/specmgr/models/md/markdown_section6_with_comment.py
src/biz/dfch/specmgr/models/md/markdown_str.py
src/biz/dfch/specmgr/req/__init__.py
src/biz/dfch/specmgr/req/data/req_example.md
src/biz/dfch/specmgr/req/data/req_schema.json
src/biz/dfch/specmgr/req/data/req_template.md
src/biz/dfch/specmgr/req/models/v1/__init__.py
src/biz/dfch/specmgr/req/models/v1/_util.py
src/biz/dfch/specmgr/req/models/v1/body.py
src/biz/dfch/specmgr/req/models/v1/document.py
src/biz/dfch/specmgr/req/models/v1/frontmatter.py
src/biz/dfch/specmgr/req/models/v1/parser.py
src/biz/dfch/specmgr/req/models/v1/summary.py
src/biz/dfch/specmgr/req/prompts/__init__.py
src/biz/dfch/specmgr/req/prompts/create_req.py
src/biz/dfch/specmgr/req/prompts/update_req.py
src/biz/dfch/specmgr/req/resources/__init__.py
src/biz/dfch/specmgr/req/resources/req_example.py
src/biz/dfch/specmgr/req/resources/req_list.py
src/biz/dfch/specmgr/req/resources/req_schema.py
src/biz/dfch/specmgr/req/resources/req_template.py
src/biz/dfch/specmgr/req/tools/__init__.py
src/biz/dfch/specmgr/req/tools/_io.py
src/biz/dfch/specmgr/req/tools/_lock.py
src/biz/dfch/specmgr/req/tools/_paths.py
src/biz/dfch/specmgr/req/tools/_write.py
src/biz/dfch/specmgr/req/tools/create_req.py
src/biz/dfch/specmgr/req/tools/delete_req.py
src/biz/dfch/specmgr/req/tools/get_req.py
src/biz/dfch/specmgr/req/tools/get_req_example.py
src/biz/dfch/specmgr/req/tools/get_req_template.py
src/biz/dfch/specmgr/req/tools/parse_req.py
src/biz/dfch/specmgr/req/tools/set_status_req.py
src/biz/dfch/specmgr/req/tools/update_req.py
src/biz/dfch/specmgr/req/tools/validate_req.py
src/biz/dfch/specmgr/tsk/__init__.py
src/biz/dfch/specmgr/tsk/data/tsk_example.md
src/biz/dfch/specmgr/tsk/data/tsk_schema.json
src/biz/dfch/specmgr/tsk/data/tsk_template.md
src/biz/dfch/specmgr/tsk/models/__init__.py
src/biz/dfch/specmgr/tsk/models/v1/__init__.py
src/biz/dfch/specmgr/tsk/models/v1/_util.py
src/biz/dfch/specmgr/tsk/models/v1/body.py
src/biz/dfch/specmgr/tsk/models/v1/document.py
src/biz/dfch/specmgr/tsk/models/v1/frontmatter.py
src/biz/dfch/specmgr/tsk/models/v1/parser.py
src/biz/dfch/specmgr/tsk/models/v1/summary.py
src/biz/dfch/specmgr/tsk/models/v1/task_item.py
src/biz/dfch/specmgr/tsk/prompts/__init__.py
src/biz/dfch/specmgr/tsk/prompts/create_task.py
src/biz/dfch/specmgr/tsk/prompts/implement_task.py
src/biz/dfch/specmgr/tsk/prompts/update_task.py
src/biz/dfch/specmgr/tsk/resources/__init__.py
src/biz/dfch/specmgr/tsk/resources/tsk_example.py
src/biz/dfch/specmgr/tsk/resources/tsk_list.py
src/biz/dfch/specmgr/tsk/resources/tsk_schema.py
src/biz/dfch/specmgr/tsk/resources/tsk_template.py
src/biz/dfch/specmgr/tsk/tools/__init__.py
src/biz/dfch/specmgr/tsk/tools/_io.py
src/biz/dfch/specmgr/tsk/tools/_lock.py
src/biz/dfch/specmgr/tsk/tools/_paths.py
src/biz/dfch/specmgr/tsk/tools/_write.py
src/biz/dfch/specmgr/tsk/tools/create_tsk.py
src/biz/dfch/specmgr/tsk/tools/delete_tsk.py
src/biz/dfch/specmgr/tsk/tools/get_tsk.py
src/biz/dfch/specmgr/tsk/tools/get_tsk_example.py
src/biz/dfch/specmgr/tsk/tools/get_tsk_template.py
src/biz/dfch/specmgr/tsk/tools/parse_tsk.py
src/biz/dfch/specmgr/tsk/tools/set_status_tsk.py
src/biz/dfch/specmgr/tsk/tools/update_tsk.py
src/biz/dfch/specmgr/tsk/tools/validate_tsk.py
src/biz/dfch/specmgr/uc/__init__.py
src/biz/dfch/specmgr/uc/data/uc_example.md
src/biz/dfch/specmgr/uc/data/uc_schema.json
src/biz/dfch/specmgr/uc/data/uc_template.md
src/biz/dfch/specmgr/uc/models/__init__.py
src/biz/dfch/specmgr/uc/models/v1/__init__.py
src/biz/dfch/specmgr/uc/models/v1/characteristic_information.py
src/biz/dfch/specmgr/uc/models/v1/extension.py
src/biz/dfch/specmgr/uc/models/v1/extension_action.py
src/biz/dfch/specmgr/uc/models/v1/extensions.py
src/biz/dfch/specmgr/uc/models/v1/main_success_scenario.py
src/biz/dfch/specmgr/uc/models/v1/open_issues.py
src/biz/dfch/specmgr/uc/models/v1/parser.py
src/biz/dfch/specmgr/uc/models/v1/related_information.py
src/biz/dfch/specmgr/uc/models/v1/related_use_cases.py
src/biz/dfch/specmgr/uc/models/v1/step.py
src/biz/dfch/specmgr/uc/models/v1/sub_variation.py
src/biz/dfch/specmgr/uc/models/v1/sub_variations.py
src/biz/dfch/specmgr/uc/models/v1/uc_diagram.py
src/biz/dfch/specmgr/uc/models/v1/use_case.py
src/biz/dfch/specmgr/uc/models/v1/use_case_frontmatter.py
src/biz/dfch/specmgr/uc/models/v2/__init__.py
src/biz/dfch/specmgr/uc/models/v2/_util.py
src/biz/dfch/specmgr/uc/models/v2/document.py
src/biz/dfch/specmgr/uc/models/v2/frontmatter.py
src/biz/dfch/specmgr/uc/models/v2/parser.py
src/biz/dfch/specmgr/uc/models/v2/summary.py
src/biz/dfch/specmgr/uc/models/v2/use_case.py
src/biz/dfch/specmgr/uc/resources/__init__.py
src/biz/dfch/specmgr/uc/resources/uc_example.py
src/biz/dfch/specmgr/uc/resources/uc_list.py
src/biz/dfch/specmgr/uc/resources/uc_schema.py
src/biz/dfch/specmgr/uc/resources/uc_template.py
src/biz/dfch/specmgr/uc/tools/__init__.py
src/biz/dfch/specmgr/uc/tools/_io.py
src/biz/dfch/specmgr/uc/tools/_lock.py
src/biz/dfch/specmgr/uc/tools/_paths.py
src/biz/dfch/specmgr/uc/tools/_write.py
src/biz/dfch/specmgr/uc/tools/create_uc.py
src/biz/dfch/specmgr/uc/tools/delete_uc.py
src/biz/dfch/specmgr/uc/tools/get_uc.py
src/biz/dfch/specmgr/uc/tools/get_uc_example.py
src/biz/dfch/specmgr/uc/tools/get_uc_template.py
src/biz/dfch/specmgr/uc/tools/parse_uc.py
src/biz/dfch/specmgr/uc/tools/set_status_uc.py
src/biz/dfch/specmgr/uc/tools/update_uc.py
src/biz/dfch/specmgr/uc/tools/validate_uc.py
src/biz_dfch_specmgr.egg-info/PKG-INFO
src/biz_dfch_specmgr.egg-info/SOURCES.txt
src/biz_dfch_specmgr.egg-info/dependency_links.txt
src/biz_dfch_specmgr.egg-info/entry_points.txt
src/biz_dfch_specmgr.egg-info/requires.txt
src/biz_dfch_specmgr.egg-info/top_level.txt
tests/test_cli.py
tests/test_package.py
tests/test_paths.py