README.md
pyproject.toml
src/intentspec/__init__.py
src/intentspec/analyze_specs.py
src/intentspec/audit.py
src/intentspec/cli.py
src/intentspec/coverage_trend.py
src/intentspec/drift.py
src/intentspec/enforce.py
src/intentspec/gate_validation.py
src/intentspec/health.py
src/intentspec/migrate.py
src/intentspec/precommit.py
src/intentspec/report_card.py
src/intentspec/source_resolve.py
src/intentspec/status.py
src/intentspec/test_engine.py
src/intentspec/test_schema.py
src/intentspec/watch.py
src/intentspec.egg-info/PKG-INFO
src/intentspec.egg-info/SOURCES.txt
src/intentspec.egg-info/dependency_links.txt
src/intentspec.egg-info/entry_points.txt
src/intentspec.egg-info/requires.txt
src/intentspec.egg-info/top_level.txt
src/intentspec/adapters/__init__.py
src/intentspec/adapters/autogen.py
src/intentspec/adapters/crewai.py
src/intentspec/adapters/langgraph.py
src/intentspec/adapters/openai_agents.py
src/intentspec/ci/__init__.py
src/intentspec/ci/config.py
src/intentspec/converter/__init__.py
src/intentspec/converter/agents_md.py
src/intentspec/converter/agentskills.py
src/intentspec/converter/emit.py
src/intentspec/converter/format_detect.py
src/intentspec/converter/interactive.py
src/intentspec/converter/llm_extract.py
src/intentspec/converter/skill_md.py
src/intentspec/converter/types.py
src/intentspec/coverage/__init__.py
src/intentspec/coverage/analyzer.py
src/intentspec/dashboard/__init__.py
src/intentspec/data/mcp/aligned-filesystem.json
src/intentspec/data/mcp/aligned-search.json
src/intentspec/data/mcp/aligned-terminal.json
src/intentspec/data/mcp/denied-on-server.json
src/intentspec/data/mcp/gap-extra-tools.json
src/intentspec/data/mcp/scenarios.yaml
src/intentspec/diff/__init__.py
src/intentspec/lint/__init__.py
src/intentspec/models/__init__.py
src/intentspec/models/intent.py
src/intentspec/score/__init__.py
src/intentspec/score/ids.py
src/intentspec/spec/__init__.py
src/intentspec/spec/formatter.py
src/intentspec/spec/schema.py
src/intentspec/spec/validate.py
src/intentspec/templates/coding-agent.yaml
src/intentspec/templates/data-pipeline.yaml
src/intentspec/templates/multi-agent-coordinator.yaml
src/intentspec/templates/research-agent.yaml
src/intentspec/templates/service-agent.yaml
tests/test_adapters.py
tests/test_adapters_autogen.py
tests/test_adapters_langgraph.py
tests/test_adapters_openai_agents.py
tests/test_analyze_specs.py
tests/test_audit.py
tests/test_benchmark_converter.py
tests/test_ci.py
tests/test_cli_test.py
tests/test_converter_agents_md.py
tests/test_converter_agentskills.py
tests/test_converter_cli.py
tests/test_converter_cli_extra.py
tests/test_converter_emit.py
tests/test_converter_emit_lists.py
tests/test_converter_format_detect.py
tests/test_converter_interactive.py
tests/test_converter_llm.py
tests/test_converter_parse.py
tests/test_converter_skill_md.py
tests/test_converter_types.py
tests/test_coverage.py
tests/test_coverage_final.py
tests/test_coverage_trend.py
tests/test_coverage_uplift.py
tests/test_dashboard.py
tests/test_diff.py
tests/test_enforce.py
tests/test_format_validation.py
tests/test_formatter.py
tests/test_gate_validation.py
tests/test_health_drift.py
tests/test_lint.py
tests/test_migrate.py
tests/test_performance.py
tests/test_report_card.py
tests/test_score_ids.py
tests/test_source_resolve.py
tests/test_status.py
tests/test_templates.py
tests/test_test_engine.py
tests/test_test_schema.py
tests/test_v130_fixes.py
tests/test_validate.py
tests/test_watch.py