LICENSE
README.md
pyproject.toml
ontos/__init__.py
ontos/__main__.py
ontos/cli.py
ontos.egg-info/PKG-INFO
ontos.egg-info/SOURCES.txt
ontos.egg-info/dependency_links.txt
ontos.egg-info/entry_points.txt
ontos.egg-info/requires.txt
ontos.egg-info/top_level.txt
ontos/_hooks/__init__.py
ontos/_hooks/pre-commit
ontos/_hooks/pre-push
ontos/_scripts/__init__.py
ontos/_scripts/ontos_config.py
ontos/_scripts/ontos_config_defaults.py
ontos/_scripts/ontos_consolidate.py
ontos/_scripts/ontos_end_session.py
ontos/_scripts/ontos_generate_context_map.py
ontos/_scripts/ontos_legacy_cli.py
ontos/_scripts/ontos_maintain.py
ontos/_scripts/ontos_migrate_schema.py
ontos/_scripts/ontos_pre_commit_check.py
ontos/_scripts/ontos_pre_push_check.py
ontos/_scripts/ontos_promote.py
ontos/_scripts/ontos_query.py
ontos/_scripts/ontos_scaffold.py
ontos/_scripts/ontos_stub.py
ontos/_scripts/ontos_update.py
ontos/_scripts/ontos_verify.py
ontos/_templates/__init__.py
ontos/_templates/common_concepts_template.md
ontos/_templates/decision_history_template.md
ontos/_templates/ontos_config.py.template
ontos/_templates/templates.py
ontos/commands/__init__.py
ontos/commands/agents.py
ontos/commands/consolidate.py
ontos/commands/doctor.py
ontos/commands/export.py
ontos/commands/hook.py
ontos/commands/init.py
ontos/commands/log.py
ontos/commands/map.py
ontos/commands/migrate.py
ontos/commands/promote.py
ontos/commands/query.py
ontos/commands/scaffold.py
ontos/commands/stub.py
ontos/commands/verify.py
ontos/core/__init__.py
ontos/core/config.py
ontos/core/context.py
ontos/core/curation.py
ontos/core/frontmatter.py
ontos/core/graph.py
ontos/core/history.py
ontos/core/ontology.py
ontos/core/paths.py
ontos/core/proposals.py
ontos/core/schema.py
ontos/core/staleness.py
ontos/core/suggestions.py
ontos/core/tokens.py
ontos/core/types.py
ontos/core/validation.py
ontos/io/__init__.py
ontos/io/config.py
ontos/io/files.py
ontos/io/git.py
ontos/io/toml.py
ontos/io/yaml.py
ontos/mcp/__init__.py
ontos/ui/__init__.py
ontos/ui/json_output.py
ontos/ui/output.py
tests/test_cli.py
tests/test_cli_cwd_fix.py
tests/test_cli_phase4.py
tests/test_config.py
tests/test_consolidate.py
tests/test_cycle_detection.py
tests/test_describes.py
tests/test_dual_mode.py
tests/test_end_session.py
tests/test_frontmatter_parsing.py
tests/test_immutable_history.py
tests/test_lib.py
tests/test_lint.py
tests/test_maintain.py
tests/test_orphan_detection.py
tests/test_pre_commit_check.py
tests/test_pre_push_check.py
tests/test_query.py
tests/test_session_context.py
tests/test_v284_refactor.py
tests/test_validation.py
tests/test_yaml_edge_cases.py