.gitignore
AGENTS.md
LICENSE
README.md
RELEASE_NOTES.md
pyproject.toml
.agents/skills/adaptive-software-change/SKILL.md
.agents/skills/adaptive-software-change/agents/openai.yaml
.agents/skills/adaptive-software-change/references/github-publication.md
.agents/skills/release-tag-agent/SKILL.md
.agents/skills/release-tag-agent/agents/openai.yaml
.agents/skills/repository-bootstrap/SKILL.md
.agents/skills/repository-bootstrap/agents/openai.yaml
.agents/skills/repository-context/SKILL.md
.agents/skills/repository-context/agents/openai.yaml
.agents/skills/repository-knowledge-maintenance/SKILL.md
.agents/skills/repository-knowledge-maintenance/agents/openai.yaml
.agents/skills/skill-evolution/SKILL.md
.agents/skills/skill-evolution/agents/openai.yaml
.agents/skills/workflow-dashboard/SKILL.md
.agents/skills/workflow-dashboard/agents/openai.yaml
.agents/skills/workflow-metrics/SKILL.md
.agents/skills/workflow-metrics/agents/openai.yaml
.githooks/commit-msg
.github/workflows/ci.yml
.github/workflows/control-tower-pages.yml
.github/workflows/daily-report.yml
.github/workflows/engineering-reviews.yml
.github/workflows/release.yml
.github/workflows/weekly-engineering-report.yml
benchmarks/reference_workflow.json
benchmarks/workflow_versions.json
docs/architecture.md
docs/autonomy.md
docs/central-brain-backend.md
docs/central-brain-contracts.md
docs/ci-quality-gate.md
docs/cloud.md
docs/control-tower.md
docs/engineering-reviews.md
docs/engineering-skill-map.md
docs/evidence-graph.md
docs/feedback.md
docs/metrics.md
docs/operations.md
docs/pr-lifecycle-telemetry.md
docs/project-dashboard.md
docs/reference-benchmark.schema.json
docs/release.md
docs/replay-dataset.schema.json
docs/scheduler-plan.schema.json
docs/scheduler.md
docs/skill-mining.md
docs/telemetry-dispatch.md
docs/weekly-report.md
fixtures/central-brain.json
fixtures/engineering-review.json
fixtures/weekly-report.json
schemas/control-tower/awf-pr-lifecycle-v1.schema.json
schemas/control-tower/awf-pr-lifecycle-v1.sha256
schemas/control-tower/fixtures/awf-pr-lifecycle-v1.valid-merged.json
scripts/build_control_tower.py
scripts/check_commit_message.py
scripts/ci_security_check.py
scripts/send_episode_telemetry.py
scripts/send_pr_lifecycle.py
scripts/validate_skills.py
src/adaptive_agent_workflow.egg-info/PKG-INFO
src/adaptive_agent_workflow.egg-info/SOURCES.txt
src/adaptive_agent_workflow.egg-info/dependency_links.txt
src/adaptive_agent_workflow.egg-info/entry_points.txt
src/adaptive_agent_workflow.egg-info/requires.txt
src/adaptive_agent_workflow.egg-info/scm_file_list.json
src/adaptive_agent_workflow.egg-info/scm_version.json
src/adaptive_agent_workflow.egg-info/top_level.txt
src/agentic_workflow/__init__.py
src/agentic_workflow/__main__.py
src/agentic_workflow/analyzers.py
src/agentic_workflow/bootstrap.py
src/agentic_workflow/budgets.py
src/agentic_workflow/cli.py
src/agentic_workflow/config.py
src/agentic_workflow/context.py
src/agentic_workflow/dashboard.py
src/agentic_workflow/entrypoint.py
src/agentic_workflow/episode_telemetry.py
src/agentic_workflow/episodes.py
src/agentic_workflow/evaluation.py
src/agentic_workflow/feedback.py
src/agentic_workflow/github.py
src/agentic_workflow/index.py
src/agentic_workflow/maintenance.py
src/agentic_workflow/mcp_server.py
src/agentic_workflow/metrics.py
src/agentic_workflow/models.py
src/agentic_workflow/pr_lifecycle.py
src/agentic_workflow/production_data.py
src/agentic_workflow/release.py
src/agentic_workflow/routing.py
src/agentic_workflow/scheduler.py
src/agentic_workflow/skill_lifecycle.py
src/agentic_workflow/skill_mining.py
src/agentic_workflow/snapshot.py
src/agentic_workflow/storage.py
src/agentic_workflow/telemetry_transport.py
src/agentic_workflow/validation.py
src/agentic_workflow/analytics/__init__.py
src/agentic_workflow/analytics/autonomy.py
src/agentic_workflow/analytics/maintainability.py
src/agentic_workflow/analytics/skill_map.py
src/agentic_workflow/bootstrap_assets/github/awf-dashboard-pages.yml
src/agentic_workflow/bootstrap_assets/github/awf-episode-completed.yml
src/agentic_workflow/bootstrap_assets/github/awf-pr-lifecycle.yml
src/agentic_workflow/bootstrap_assets/scripts/send_pr_lifecycle.py.txt
src/agentic_workflow/brain/__init__.py
src/agentic_workflow/brain/aggregate.py
src/agentic_workflow/brain/backend.py
src/agentic_workflow/brain/cli.py
src/agentic_workflow/brain/contracts.py
src/agentic_workflow/brain/ingestion.py
src/agentic_workflow/brain/sync.py
src/agentic_workflow/contracts/__init__.py
src/agentic_workflow/contracts/awf-episode-completed-v1.schema.json
src/agentic_workflow/contracts/awf-episode-completed-v1.sha256
src/agentic_workflow/contracts/awf-episode-completed-v1.source.json
src/agentic_workflow/contracts/episode-v1.schema.json
src/agentic_workflow/contracts/episode-v1.sha256
src/agentic_workflow/contracts/episode-v1.source.json
src/agentic_workflow/control_tower/__init__.py
src/agentic_workflow/control_tower/analytics_providers.py
src/agentic_workflow/control_tower/dashboard.py
src/agentic_workflow/control_tower/providers/__init__.py
src/agentic_workflow/evidence/__init__.py
src/agentic_workflow/evidence/graph.py
src/agentic_workflow/monitoring/__init__.py
src/agentic_workflow/monitoring/drift.py
src/agentic_workflow/reporting/__init__.py
src/agentic_workflow/reporting/long_term.py
src/agentic_workflow/reporting/weekly.py
templates/github/awf-dashboard-pages.yml
templates/github/awf-episode-completed-job.yml
templates/github/awf-episode-completed.yml
templates/github/awf-pr-lifecycle.yml
tests/__init__.py
tests/test_analytics_providers.py
tests/test_autonomy.py
tests/test_bootstrap.py
tests/test_bootstrap_ci.py
tests/test_bootstrap_dashboard.py
tests/test_bootstrap_project_setup.py
tests/test_bootstrap_stable_agents.py
tests/test_bootstrap_telemetry.py
tests/test_bootstrap_telemetry_cli.py
tests/test_central_brain_backend.py
tests/test_central_brain_contracts.py
tests/test_central_brain_ingestion.py
tests/test_cloud.py
tests/test_connector_first_publication.py
tests/test_context_retrieval.py
tests/test_control_tower.py
tests/test_dashboard.py
tests/test_drift_detection.py
tests/test_engineering_skill_map.py
tests/test_episode_telemetry.py
tests/test_evaluation.py
tests/test_evidence_graph.py
tests/test_external_onboarding.py
tests/test_feedback.py
tests/test_github_workflow.py
tests/test_integration.py
tests/test_long_term_reporting.py
tests/test_maintainability_trend.py
tests/test_maintenance.py
tests/test_model_defaults.py
tests/test_pr_lifecycle.py
tests/test_production_reporting_integration.py
tests/test_release_agent.py
tests/test_release_package.py
tests/test_release_workflow_manual.py
tests/test_repository_conventions.py
tests/test_scheduler.py
tests/test_skill_mining.py
tests/test_telemetry_transport.py
tests/test_telemetry_workflow.py
tests/test_ticket_branch_policy.py
tests/test_ticket_episode_completion.py
tests/test_unit.py
tests/test_validation.py
tests/test_weekly_reporting.py
tests/fixtures/bootstrap/generic/Makefile
tests/fixtures/bootstrap/python/pyproject.toml
tests/fixtures/bootstrap/typescript/package.json
tests/fixtures/generic_repo/README.md
tests/fixtures/generic_repo/deploy/service.conf
tests/fixtures/js_repo/package.json
tests/fixtures/js_repo/src/api.ts
tests/fixtures/js_repo/src/validation.ts
tests/fixtures/python_repo/README.md
tests/fixtures/python_repo/src/calculator/__init__.py
tests/fixtures/python_repo/src/calculator/service.py
tests/fixtures/python_repo/src/calculator/validation.py