LICENSE
README.md
pyproject.toml
data/__init__.py
data/methodology copy.yaml
data/methodology.yaml
data/skills.yaml
data/srs_style.j2
data/srs_template.yaml
data/__pycache__/__init__.cpython-312.pyc
data/examples/bookstore/README.md
data/examples/bookstore/input.md
data/examples/bookstore/aspects/data_entities/ENT-001.md
data/examples/bookstore/aspects/data_entities/ENT-002.md
data/examples/bookstore/aspects/data_entities/ENT-003.md
data/examples/bookstore/aspects/data_entities/ENT-004.md
data/examples/bookstore/aspects/modules/MOD-001.md
data/examples/bookstore/aspects/modules/MOD-002.md
data/examples/bookstore/aspects/modules/MOD-003.md
data/examples/bookstore/aspects/modules/MOD-004.md
data/examples/bookstore/aspects/modules/MOD-005.md
data/examples/bookstore/aspects/non_functional/NFR-001.md
data/examples/bookstore/aspects/non_functional/NFR-002.md
data/examples/bookstore/aspects/non_functional/NFR-003.md
data/examples/bookstore/aspects/non_functional/NFR-004.md
data/examples/bookstore/aspects/user_scenarios/SCN-001.md
data/examples/bookstore/aspects/user_scenarios/SCN-002.md
data/methodologies/waterfall-ru.yaml
data/methodologies/waterfall.yaml
data/prompts/de.yaml
data/prompts/en.yaml
data/prompts/es.yaml
data/prompts/fr.yaml
data/prompts/ru.yaml
packages/vscode-extension/spec-editor-vscode-0.1.0.vsix
spec_editor.egg-info/PKG-INFO
spec_editor.egg-info/SOURCES.txt
spec_editor.egg-info/dependency_links.txt
spec_editor.egg-info/entry_points.txt
spec_editor.egg-info/requires.txt
spec_editor.egg-info/top_level.txt
src/__init__.py
src/__main__.py
src/hooks.py
src/main.py
src/tracing.py
src/agents/__init__.py
src/agents/agent.py
src/agents/base.py
src/agents/blind_vote.py
src/agents/compaction.py
src/agents/constants.py
src/agents/dialogue_manager.py
src/agents/events.py
src/agents/factory.py
src/agents/langgraph_agent.py
src/agents/orchestrator.py
src/agents/persistent_agent.py
src/agents/pm_checks.py
src/agents/prompts.py
src/agents/provider.py
src/agents/questions.py
src/agents/role.py
src/agents/spec_agent.py
src/agents/supervisor_graph.py
src/agents/task_queue.py
src/agents/test_utils.py
src/agents/tools.py
src/agents/tools_agile.py
src/agents/tools_code.py
src/agents/tools_questions.py
src/agents/dialogue/__init__.py
src/agents/dialogue/bus.py
src/agents/dialogue/logger.py
src/agents/dialogue/orchestrator.py
src/agents/dialogue/pool.py
src/agents/dialogue/result.py
src/auth/__init__.py
src/channels/__init__.py
src/channels/chat_channel.py
src/channels/event_bridge.py
src/channels/http_helpers.py
src/channels/log_channel.py
src/channels/models.py
src/channels/plugin.py
src/channels/router.py
src/channels/tracker_channel.py
src/channels/backends/__init__.py
src/channels/backends/github_issues_tracker.py
src/channels/backends/grafana_loki_log.py
src/channels/backends/jira_tracker.py
src/channels/backends/slack_discord_chat.py
src/channels/backends/telegram_chat.py
src/channels/backends/trello_plankanban_tracker.py
src/cli/__init__.py
src/cli/commands.py
src/cli/commands_core.py
src/cli/commands_coverage.py
src/cli/commands_edit.py
src/cli/commands_export.py
src/cli/commands_export_helpers.py
src/cli/commands_ingest.py
src/cli/commands_init.py
src/cli/commands_license.py
src/cli/commands_shutdown.py
src/cli/commands_view.py
src/cli/display.py
src/code_index/__init__.py
src/code_index/chunker.py
src/code_index/index.py
src/config/__init__.py
src/config/_data_path.py
src/config/engine.py
src/config/methodology.py
src/config/prompt_loader.py
src/config/settings.py
src/config/skills.py
src/context/__init__.py
src/context/builder.py
src/events/__init__.py
src/export/compliance_exporter.py
src/export/formatters.py
src/export/gatherers.py
src/export/image_analyzer.py
src/export/local_diagram.py
src/export/openapi_exporter.py
src/export/pipeline.py
src/export/transports.py
src/export/trlc.py
src/implementation/__init__.py
src/implementation/engine.py
src/implementation/enforcement/__init__.py
src/implementation/patterns/__init__.py
src/implementation/templates/__init__.py
src/ingestion/__init__.py
src/ingestion/analyzer.py
src/ingestion/manager.py
src/ingestion/preprocessor.py
src/ingestion/telegram_hook.py
src/licensing/__init__.py
src/licensing/cache.py
src/licensing/file_backend.py
src/licensing/gumroad.py
src/licensing/models.py
src/mcp/__init__.py
src/mcp/annotator.py
src/mcp/exporter.py
src/mcp/metrics.py
src/mcp/server.py
src/mcp/sse.py
src/mcp/tools_project.py
src/mcp/tools_semantic.py
src/mcp/validator.py
src/mcp/verifier.py
src/mcp/parsers/base_ts.py
src/mcp/parsers/go.py
src/mcp/parsers/java.py
src/mcp/parsers/kotlin.py
src/mcp/parsers/python.py
src/mcp/parsers/rust.py
src/mcp/parsers/typescript.py
src/notifiers/__init__.py
src/providers/__init__.py
src/providers/base.py
src/providers/litellm_provider.py
src/providers/ollama_provider.py
src/secrets/__init__.py
src/storage/__init__.py
src/storage/adapter.py
src/storage/dry_run.py
src/storage/dry_run_storage.py
src/storage/filesystem.py
src/storage/filesystem_storage.py
src/storage/models.py
src/storage/parser.py
src/storage/queries.py
src/storage/session.py
src/ui/__init__.py
src/ui/adapters/__init__.py
src/ui/adapters/base.py
src/ui/adapters/standalone.py
src/ui/adapters/vscode.py
src/utils/__init__.py
src/view/__init__.py
src/view/renderer.py
tests/test_annotator.py
tests/test_blind_vote.py
tests/test_channel_bridge.py
tests/test_channels.py
tests/test_codegen.py
tests/test_coding_agent_lifecycle.py
tests/test_context.py
tests/test_dry_run_storage.py
tests/test_e2e_frontend.py
tests/test_e2e_mcp.py
tests/test_e2e_vscode.py
tests/test_e2e_vscode_activation.py
tests/test_e2e_vscode_lifecycle.py
tests/test_editor_adapters.py
tests/test_engine.py
tests/test_events.py
tests/test_export.py
tests/test_filesystem_storage.py
tests/test_invest.py
tests/test_language_detection.py
tests/test_licensing.py
tests/test_mcp_server.py
tests/test_methodology.py
tests/test_openapi.py
tests/test_parsers_langs.py
tests/test_prompt_loader.py
tests/test_qa_frontend_e2e.py
tests/test_redis_lifecycle.py
tests/test_regulatory.py
tests/test_scalability.py
tests/test_search_symbol.py
tests/test_session.py
tests/test_smoke.py
tests/test_sse.py
tests/test_status_lifecycle.py
tests/test_traceability.py
tests/test_tracing.py
tests/test_trlc.py
tests/test_view.py