LICENSE
README.md
pyproject.toml
src/context_rail/__init__.py
src/context_rail/__main__.py
src/context_rail/autonomy.py
src/context_rail/brainstorm_artifacts.py
src/context_rail/brainstorm_conductor.py
src/context_rail/brainstorm_core.py
src/context_rail/brainstorm_synthesis.py
src/context_rail/cli.py
src/context_rail/context_pack.py
src/context_rail/db.py
src/context_rail/db_schema.py
src/context_rail/focus.py
src/context_rail/gates.py
src/context_rail/rules.py
src/context_rail/server.py
src/context_rail.egg-info/PKG-INFO
src/context_rail.egg-info/SOURCES.txt
src/context_rail.egg-info/dependency_links.txt
src/context_rail.egg-info/entry_points.txt
src/context_rail.egg-info/requires.txt
src/context_rail.egg-info/top_level.txt
src/context_rail/autonomy/__init__.py
src/context_rail/autonomy/_contracts.py
src/context_rail/autonomy/_drift.py
src/context_rail/autonomy/_evidence_harvest.py
src/context_rail/autonomy/_intent_match.py
src/context_rail/autonomy/_pdca.py
src/context_rail/autonomy/_rails.py
src/context_rail/autonomy/_runs.py
src/context_rail/autonomy/_runtime.py
src/context_rail/brainstorm/__init__.py
src/context_rail/brainstorm/_phase_drafts.py
src/context_rail/brainstorm/_plan_drafts.py
src/context_rail/brainstorm/drafts.py
src/context_rail/db_schema/__init__.py
src/context_rail/db_schema/_gates.py
src/context_rail/db_schema/_schema.py
src/context_rail/server/__init__.py
src/context_rail/server/_imports.py
src/context_rail/server/_tool_surface.py
src/context_rail/server/tools_artifacts.py
src/context_rail/server/tools_autonomy.py
src/context_rail/server/tools_brainstorm.py
src/context_rail/server/tools_categories.py
src/context_rail/server/tools_configure.py
src/context_rail/server/tools_context.py
src/context_rail/server/tools_decisions.py
src/context_rail/server/tools_find.py
src/context_rail/server/tools_focus.py
src/context_rail/server/tools_gates.py
src/context_rail/server/tools_intent.py
src/context_rail/server/tools_lifecycle.py
src/context_rail/server/tools_notes.py
src/context_rail/server/tools_orient.py
src/context_rail/server/tools_phase_brainstorm.py
src/context_rail/server/tools_plan_review.py
src/context_rail/server/tools_planning.py
src/context_rail/server/tools_projects.py
src/context_rail/server/tools_retro.py
src/context_rail/server/tools_risks.py
src/context_rail/server/tools_roadmap.py
src/context_rail/server/tools_rules.py
src/context_rail/server/tools_runtime.py
src/context_rail/server/tools_tasks.py
tests/test_agent_lanes.py
tests/test_ambient_context.py
tests/test_autonomy_drift.py
tests/test_autonomy_record.py
tests/test_brainstorm.py
tests/test_brainstorm_tools.py
tests/test_cli_agents.py
tests/test_context_learning_loop.py
tests/test_db.py
tests/test_deps.py
tests/test_evidence_harvest.py
tests/test_evidence_validation.py
tests/test_find.py
tests/test_focus_tools.py
tests/test_gates.py
tests/test_governance_mode.py
tests/test_governance_tiers.py
tests/test_integration_lifecycle.py
tests/test_intent_match.py
tests/test_non_blocking_pdca.py
tests/test_notes.py
tests/test_orient.py
tests/test_parallel_chat_safety.py
tests/test_plan_review.py
tests/test_project_create.py
tests/test_retro.py
tests/test_routing.py
tests/test_runtime_check.py
tests/test_runtime_integration.py
tests/test_schema_invariants.py
tests/test_smoke_v2.py
tests/test_smoke_vibe.py
tests/test_task_lifecycle.py
tests/test_task_title_validation.py
tests/test_tool_registry_integrity.py
tests/test_tool_surface.py
tests/test_usability_fixes.py
tests/test_web.py