LICENSE
README.md
pyproject.toml
data/__init__.py
data/skills.yaml
data/srs_style.j2
data/srs_template.yaml
data/examples/README.md
data/examples/input.md
data/examples/aspects/data_entities/ENT-001.md
data/examples/aspects/data_entities/ENT-002.md
data/examples/aspects/data_entities/ENT-003.md
data/examples/aspects/data_entities/ENT-004.md
data/examples/aspects/modules/MOD-001.md
data/examples/aspects/modules/MOD-002.md
data/examples/aspects/modules/MOD-003.md
data/examples/aspects/modules/MOD-004.md
data/examples/aspects/modules/MOD-005.md
data/examples/aspects/non_functional/NFR-001.md
data/examples/aspects/non_functional/NFR-002.md
data/examples/aspects/non_functional/NFR-003.md
data/examples/aspects/non_functional/NFR-004.md
data/examples/aspects/user_scenarios/SCN-001.md
data/examples/aspects/user_scenarios/SCN-002.md
data/examples/expected/spec-summary.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
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/main.py
src/tracing.py
src/agents/__init__.py
src/agents/base.py
src/agents/blind_vote.py
src/agents/compaction.py
src/agents/dialogue.py
src/agents/factory.py
src/agents/orchestrator.py
src/agents/prompts.py
src/agents/questions.py
src/agents/role.py
src/agents/spec_agent.py
src/agents/tools.py
src/agents/tools_agile.py
src/agents/tools_code.py
src/agents/tools_questions.py
src/cli/__init__.py
src/cli/commands.py
src/cli/commands_core.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_view.py
src/cli/display.py
src/codegen/__init__.py
src/codegen/engine.py
src/config/__init__.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/export/compliance_exporter.py
src/export/formatters.py
src/export/gatherers.py
src/export/openapi_exporter.py
src/export/pipeline.py
src/export/transports.py
src/export/trlc.py
src/ingestion/__init__.py
src/ingestion/analyzer.py
src/ingestion/manager.py
src/ingestion/preprocessor.py
src/ingestion/telegram_hook.py
src/mcp/__init__.py
src/mcp/annotator.py
src/mcp/exporter.py
src/mcp/metrics.py
src/mcp/server.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/providers/__init__.py
src/providers/base.py
src/providers/litellm_provider.py
src/storage/__init__.py
src/storage/adapter.py
src/storage/dry_run.py
src/storage/filesystem.py
src/storage/models.py
src/storage/parser.py
src/storage/session.py
src/view/__init__.py
src/view/renderer.py
tests/test_annotator.py
tests/test_blind_vote.py
tests/test_codegen.py
tests/test_context.py
tests/test_dry_run_storage.py
tests/test_invest.py
tests/test_language_detection.py
tests/test_methodology.py
tests/test_openapi.py
tests/test_parsers_langs.py
tests/test_prompt_loader.py
tests/test_regulatory.py
tests/test_session.py
tests/test_smoke.py
tests/test_traceability.py
tests/test_trlc.py
tests/test_view.py