LICENSE-AGPL
LICENSE-COMMERCIAL
README.md
pyproject.toml
src/axiom_archon/__init__.py
src/axiom_archon/human_loop.py
src/axiom_archon/interface.py
src/axiom_archon/llm_strategic_reviewer.py
src/axiom_archon/model.py
src/axiom_archon/rule_based_reviewer.py
src/axiom_archon/strategic_review_models.py
src/axiom_canon/__init__.py
src/axiom_canon/analysis_executor.py
src/axiom_canon/bfm.py
src/axiom_canon/cpkg.py
src/axiom_canon/diff.py
src/axiom_canon/discovery.py
src/axiom_canon/documentation.py
src/axiom_canon/query.py
src/axiom_canon/readiness.py
src/axiom_canon/serialization.py
src/axiom_canon/task_graph.py
src/axiom_canon/ucir.py
src/axiom_canon/validation.py
src/axiom_canon/versioning.py
src/axiom_canon/ingestion/__init__.py
src/axiom_canon/ingestion/consumption.py
src/axiom_canon/ingestion/diffing.py
src/axiom_canon/ingestion/enrichment.py
src/axiom_canon/ingestion/enrichment_models.py
src/axiom_canon/ingestion/extractor.py
src/axiom_canon/ingestion/models.py
src/axiom_cli/__init__.py
src/axiom_cli/copilot_templates.py
src/axiom_cli/ide_surface.py
src/axiom_cli/main.py
src/axiom_cli/output.py
src/axiom_cli/preconditions.py
src/axiom_cli/rich_output.py
src/axiom_cli/tui.py
src/axiom_cli/workflow_state.py
src/axiom_conductor/__init__.py
src/axiom_conductor/context.py
src/axiom_conductor/events.py
src/axiom_conductor/executor.py
src/axiom_conductor/interface.py
src/axiom_conductor/model.py
src/axiom_conductor/registry.py
src/axiom_conductor/registry_models.py
src/axiom_conductor/remote_dispatch.py
src/axiom_conductor/selector.py
src/axiom_conductor/transitions.py
src/axiom_core/__init__.py
src/axiom_core/human_decision_intake.py
src/axiom_core/workflow.py
src/axiom_engine.egg-info/PKG-INFO
src/axiom_engine.egg-info/SOURCES.txt
src/axiom_engine.egg-info/dependency_links.txt
src/axiom_engine.egg-info/entry_points.txt
src/axiom_engine.egg-info/requires.txt
src/axiom_engine.egg-info/top_level.txt
src/axiom_forge/__init__.py
src/axiom_forge/backend.py
src/axiom_forge/context_aware_backend.py
src/axiom_forge/context_aware_models.py
src/axiom_forge/mock_backend.py
src/axiom_forge/playwright_backend.py
src/axiom_forge/remote_auth.py
src/axiom_forge/remote_protocol.py
src/axiom_forge/remote_stub.py
src/axiom_forge/shell_backend.py
src/axiom_interface/__init__.py
src/axiom_interface/decision_display.py
src/axiom_interface/visualization.py
src/axiom_interface/workflow_guide.py
src/axiom_logos/__init__.py
src/axiom_onboarding/__init__.py
src/axiom_onboarding/configuration.py
src/axiom_onboarding/existing_project.py
src/axiom_onboarding/guardrails.py
src/axiom_onboarding/ide_templates.py
src/axiom_onboarding/new_project.py
src/axiom_sentinel/__init__.py
src/axiom_strata/__init__.py
src/axiom_strata/discovery_planner.py
src/axiom_strata/dry_run.py
src/axiom_strata/interface.py
src/axiom_strata/llm_tactical_planner.py
src/axiom_strata/model.py
src/axiom_strata/rule_based_planner.py
src/axiom_strata/validation.py
tests/test_cli.py
tests/test_context_aware_backend.py
tests/test_discovery.py
tests/test_enrichment.py
tests/test_executor_registry.py
tests/test_full_pipeline.py
tests/test_full_pipeline_playwright.py
tests/test_full_pipeline_shell.py
tests/test_human_decision_intake.py
tests/test_ingestion.py
tests/test_llm_strategic_reviewer.py
tests/test_llm_tactical_planner.py
tests/test_onboarding.py
tests/test_remote_executor.py
tests/test_rich_output.py
tests/test_security_invariants.py
tests/test_tui.py
tests/test_visualization.py