LICENSE
NOTICE
README.md
pyproject.toml
oah/__init__.py
oah/_resources.py
oah/cli.py
oah/doctor.py
oah/estimate.py
oah/estimate_constants.json
oah/eval_corpus.py
oah/interview.py
oah/llm_client.py
oah/run_manifest.py
oah/schemas.py
oah/state_db.py
oah.egg-info/PKG-INFO
oah.egg-info/SOURCES.txt
oah.egg-info/dependency_links.txt
oah.egg-info/entry_points.txt
oah.egg-info/requires.txt
oah.egg-info/top_level.txt
oah/_bundled/schemas/context.schema.json
oah/_bundled/schemas/design_fragment.schema.json
oah/_bundled/schemas/event_schema.schema.json
oah/_bundled/schemas/gap_model.schema.json
oah/_bundled/schemas/implementation_dto.schema.json
oah/_bundled/schemas/panel_verdict.schema.json
oah/_bundled/schemas/readiness_report.schema.json
oah/_bundled/schemas/run_manifest.schema.json
oah/_bundled/schemas/surface_map.schema.json
oah/_bundled/schemas/telemetry_inventory.schema.json
oah/_bundled/skills/_shared/check_schema.py
oah/_bundled/skills/_shared/validate.py
oah/_bundled/skills/s1-surface-mapper/SKILL.md
oah/_bundled/skills/s1-surface-mapper/io/input.schema.json
oah/_bundled/skills/s1-surface-mapper/io/output.schema.json
oah/_bundled/skills/s4-cost/SKILL.md
oah/_bundled/skills/s4-cost/io/input.schema.json
oah/_bundled/skills/s4-cost/io/output.schema.json
oah/_bundled/skills/s4-feedback/SKILL.md
oah/_bundled/skills/s4-feedback/io/input.schema.json
oah/_bundled/skills/s4-feedback/io/output.schema.json
oah/_bundled/skills/s4-generation-capture/SKILL.md
oah/_bundled/skills/s4-generation-capture/io/input.schema.json
oah/_bundled/skills/s4-generation-capture/io/output.schema.json
oah/_bundled/skills/s4-ops/SKILL.md
oah/_bundled/skills/s4-ops/io/input.schema.json
oah/_bundled/skills/s4-ops/io/output.schema.json
oah/_bundled/skills/s4-pii-governance/SKILL.md
oah/_bundled/skills/s4-pii-governance/io/input.schema.json
oah/_bundled/skills/s4-pii-governance/io/output.schema.json
oah/_bundled/skills/s4-realtime-multimodal/SKILL.md
oah/_bundled/skills/s4-realtime-multimodal/io/input.schema.json
oah/_bundled/skills/s4-realtime-multimodal/io/output.schema.json
oah/_bundled/skills/s4-retrieval/SKILL.md
oah/_bundled/skills/s4-retrieval/io/input.schema.json
oah/_bundled/skills/s4-retrieval/io/output.schema.json
oah/_bundled/skills/s4-tools/SKILL.md
oah/_bundled/skills/s4-tools/io/input.schema.json
oah/_bundled/skills/s4-tools/io/output.schema.json
oah/_bundled/skills/s4-tracing/SKILL.md
oah/_bundled/skills/s4-tracing/io/input.schema.json
oah/_bundled/skills/s4-tracing/io/output.schema.json
oah/_bundled/skills/s6-cost-skeptic/SKILL.md
oah/_bundled/skills/s6-cost-skeptic/io/input.schema.json
oah/_bundled/skills/s6-cost-skeptic/io/output.schema.json
oah/_bundled/skills/s6-security/SKILL.md
oah/_bundled/skills/s6-security/io/input.schema.json
oah/_bundled/skills/s6-security/io/output.schema.json
oah/_bundled/skills/s6-sre/SKILL.md
oah/_bundled/skills/s6-sre/io/input.schema.json
oah/_bundled/skills/s6-sre/io/output.schema.json
oah/_bundled/skills/s8-dto-generator/SKILL.md
oah/_bundled/skills/s8-dto-generator/io/input.schema.json
oah/_bundled/skills/s8-dto-generator/io/output.schema.json
oah/design/__init__.py
oah/design/dto_generator.py
oah/design/event_schema.py
oah/design/gates.py
oah/design/lens.py
oah/design/panel.py
oah/design/readiness_report.py
oah/discovery/__init__.py
oah/discovery/disambiguate.py
oah/discovery/gap_model.py
oah/discovery/python_adapter.py
oah/discovery/registry.py
oah/discovery/telemetry_scanner.py
tests/test_cli.py
tests/test_cli_context_loading.py
tests/test_cli_design.py
tests/test_cli_disambiguate.py
tests/test_cli_dtos.py
tests/test_cli_estimate.py
tests/test_cli_event_schema.py
tests/test_cli_interview.py
tests/test_cli_readiness.py
tests/test_corpus_eval.py
tests/test_cost_lens.py
tests/test_design_lens.py
tests/test_design_panel.py
tests/test_disambiguate.py
tests/test_doctor.py
tests/test_dto_generator.py
tests/test_estimate.py
tests/test_event_schema.py
tests/test_feedback_lens.py
tests/test_gap_model.py
tests/test_gates.py
tests/test_interview.py
tests/test_llm_client.py
tests/test_ops_lens.py
tests/test_pii_governance_lens.py
tests/test_python_adapter.py
tests/test_readiness_report.py
tests/test_realtime_multimodal_lens.py
tests/test_retrieval_lens.py
tests/test_security_panel.py
tests/test_sre_panel.py
tests/test_state_db.py
tests/test_telemetry_scanner.py
tests/test_tools_lens.py
tests/test_tracing_lens.py