LICENSE
README.md
pyproject.toml
specforge_cli/__init__.py
specforge_cli/main.py
specforge_core/__init__.py
specforge_core/adapter.py
specforge_core/bulk.py
specforge_core/config.py
specforge_core/contextpack.py
specforge_core/export.py
specforge_core/gitwrap.py
specforge_core/idgen.py
specforge_core/llm.py
specforge_core/markdown.py
specforge_core/models.py
specforge_core/plugins.py
specforge_core/project.py
specforge_core/report.py
specforge_core/search.py
specforge_core/status.py
specforge_core/templates.py
specforge_core/trace.py
specforge_core/validation.py
specforge_core/webhooks.py
specforge_daemon/__init__.py
specforge_daemon/api.py
specforge_daemon/main.py
specforge_daemon/mcp_server.py
specforge_daemon/watcher.py
specforge_studio/__init__.py
specforge_studio/main.py
specforge_tools.egg-info/PKG-INFO
specforge_tools.egg-info/SOURCES.txt
specforge_tools.egg-info/dependency_links.txt
specforge_tools.egg-info/entry_points.txt
specforge_tools.egg-info/requires.txt
specforge_tools.egg-info/top_level.txt
specforge_web/index.html
specforge_web/help/AI_DRAFTING.md
specforge_web/help/ARTIFACTS.md
specforge_web/help/CONFIGURATION.md
specforge_web/help/GETTING_STARTED.md
specforge_web/help/MCP.md
specforge_web/help/PLUGINS.md
specforge_web/help/STUDIO.md
specforge_web/help/TEMPLATES.md
specforge_web/help/TROUBLESHOOTING.md
specforge_web/help/USER_MANUAL.md
specforge_web/help/WEBHOOKS.md
specforge_web/help/WEB_UI.md
specforge_web/help/WORKFLOW.md
tests/test_adapter.py
tests/test_bulk.py
tests/test_check_and_cache.py
tests/test_cli_commands.py
tests/test_config.py
tests/test_contextpack.py
tests/test_daemon.py
tests/test_draft.py
tests/test_edit.py
tests/test_export.py
tests/test_git.py
tests/test_link.py
tests/test_llm.py
tests/test_mcp_server.py
tests/test_plugins.py
tests/test_project.py
tests/test_promotion.py
tests/test_report.py
tests/test_search.py
tests/test_status.py
tests/test_tags.py
tests/test_templates.py
tests/test_trace.py
tests/test_unlink.py
tests/test_validation.py
tests/test_watcher.py
tests/test_webhooks.py