LICENSE
README.md
pyproject.toml
src/specsmith/__init__.py
src/specsmith/__main__.py
src/specsmith/auditor.py
src/specsmith/cli.py
src/specsmith/compressor.py
src/specsmith/config.py
src/specsmith/differ.py
src/specsmith/doctor.py
src/specsmith/exporter.py
src/specsmith/importer.py
src/specsmith/ledger.py
src/specsmith/plugins.py
src/specsmith/releaser.py
src/specsmith/requirements.py
src/specsmith/scaffolder.py
src/specsmith/session.py
src/specsmith/tools.py
src/specsmith/updater.py
src/specsmith/upgrader.py
src/specsmith/validator.py
src/specsmith/vcs_commands.py
src/specsmith.egg-info/PKG-INFO
src/specsmith.egg-info/SOURCES.txt
src/specsmith.egg-info/dependency_links.txt
src/specsmith.egg-info/entry_points.txt
src/specsmith.egg-info/requires.txt
src/specsmith.egg-info/top_level.txt
src/specsmith/commands/__init__.py
src/specsmith/integrations/__init__.py
src/specsmith/integrations/aider.py
src/specsmith/integrations/base.py
src/specsmith/integrations/claude_code.py
src/specsmith/integrations/copilot.py
src/specsmith/integrations/cursor.py
src/specsmith/integrations/gemini.py
src/specsmith/integrations/warp.py
src/specsmith/integrations/windsurf.py
src/specsmith/templates/agents.md.j2
src/specsmith/templates/gitattributes.j2
src/specsmith/templates/gitignore.j2
src/specsmith/templates/ledger.md.j2
src/specsmith/templates/pyproject.toml.j2
src/specsmith/templates/readme.md.j2
src/specsmith/templates/docs/architecture.md.j2
src/specsmith/templates/docs/requirements.md.j2
src/specsmith/templates/docs/test-spec.md.j2
src/specsmith/templates/docs/workflow.md.j2
src/specsmith/templates/governance/context-budget.md.j2
src/specsmith/templates/governance/drift-metrics.md.j2
src/specsmith/templates/governance/roles.md.j2
src/specsmith/templates/governance/rules.md.j2
src/specsmith/templates/governance/verification.md.j2
src/specsmith/templates/governance/workflow.md.j2
src/specsmith/templates/python/cli.py.j2
src/specsmith/templates/python/init.py.j2
src/specsmith/templates/scripts/exec.cmd.j2
src/specsmith/templates/scripts/exec.sh.j2
src/specsmith/templates/scripts/run.cmd.j2
src/specsmith/templates/scripts/run.sh.j2
src/specsmith/templates/scripts/setup.cmd.j2
src/specsmith/templates/scripts/setup.sh.j2
src/specsmith/vcs/__init__.py
src/specsmith/vcs/base.py
src/specsmith/vcs/bitbucket.py
src/specsmith/vcs/github.py
src/specsmith/vcs/gitlab.py
tests/test_auditor.py
tests/test_cli.py
tests/test_compressor.py
tests/test_importer.py
tests/test_integrations.py
tests/test_scaffolder.py
tests/test_smoke.py
tests/test_tools.py
tests/test_validator.py
tests/test_vcs.py