LICENSE
README.md
pyproject.toml
src/biz/dfch/specmgr/__init__.py
src/biz/dfch/specmgr/__main__.py
src/biz/dfch/specmgr/cli.py
src/biz/dfch/specmgr/py.typed
src/biz/dfch/specmgr/server.py
src/biz/dfch/specmgr/commands/__init__.py
src/biz/dfch/specmgr/commands/mcp.py
src/biz/dfch/specmgr/commands/version.py
src/biz/dfch/specmgr/models/__init__.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/resources/__init__.py
src/biz/dfch/specmgr/resources/adr_get.py
src/biz/dfch/specmgr/resources/adr_list.py
src/biz/dfch/specmgr/resources/version.py
src/biz/dfch/specmgr/tools/__init__.py
src/biz/dfch/specmgr/tools/adr/__init__.py
src/biz/dfch/specmgr/tools/adr/_io.py
src/biz/dfch/specmgr/tools/adr/_paths.py
src/biz/dfch/specmgr/tools/adr/create_adr.py
src/biz/dfch/specmgr/tools/adr/get_adr.py
src/biz/dfch/specmgr/tools/adr/option_create.py
src/biz/dfch/specmgr/tools/adr/option_delete.py
src/biz/dfch/specmgr/tools/adr/option_list.py
src/biz/dfch/specmgr/tools/adr/option_read.py
src/biz/dfch/specmgr/tools/adr/option_update.py
src/biz/dfch/specmgr/tools/adr/set_status.py
src/biz/dfch/specmgr/tools/adr/update_frontmatter.py
src/biz/dfch/specmgr/tools/adr/update_section.py
src/biz/dfch/specmgr/tools/adr/validate_adr.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