CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
pyproject.toml
readme.md
docs/operations/repository-hygiene.md
docs/plugins/authoring.md
docs/plugins/installing.md
docs/plugins/lifecycle.md
docs/plugins/security.md
examples/plugins.md
src/audit/amend_claude_md.py
src/audit/bump_version.py
src/audit/contract_consistency.py
src/audit/critical_findings.py
src/audit/document_future_templates.py
src/audit/eventstore_integrity.py
src/audit/rename_parcer.py
src/audit/schema_conformance.py
src/audit/traceability_and_report.py
src/esaa/__init__.py
src/esaa/__main__.py
src/esaa/bootstrap.py
src/esaa/cli.py
src/esaa/compat.py
src/esaa/conflicts.py
src/esaa/constants.py
src/esaa/dispatch.py
src/esaa/errors.py
src/esaa/external_effects.py
src/esaa/file_effects.py
src/esaa/metrics.py
src/esaa/plugins.py
src/esaa/projector.py
src/esaa/reject_codes.py
src/esaa/runner_metrics.py
src/esaa/runtime_policy.py
src/esaa/scenarios.py
src/esaa/service.py
src/esaa/snapshot.py
src/esaa/state_machine.py
src/esaa/store.py
src/esaa/utils.py
src/esaa/validator.py
src/esaa/vocabulary.py
src/esaa/adapters/__init__.py
src/esaa/adapters/base.py
src/esaa/adapters/http_llm.py
src/esaa/adapters/mock.py
src/esaa/templates/AGENT_CONTRACT.yaml
src/esaa/templates/ORCHESTRATOR_CONTRACT.yaml
src/esaa/templates/PARCER_PROFILE.agent-docs.yaml
src/esaa/templates/PARCER_PROFILE.agent-impl.yaml
src/esaa/templates/PARCER_PROFILE.agent-qa.yaml
src/esaa/templates/PARCER_PROFILE.agent-spec.yaml
src/esaa/templates/PARCER_PROFILE.orchestrator-runtime.yaml
src/esaa/templates/PROJECTION_SPEC.md
src/esaa/templates/RUNTIME_POLICY.yaml
src/esaa/templates/STORAGE_POLICY.yaml
src/esaa/templates/agent_result.schema.json
src/esaa/templates/agents_swarm.yaml
src/esaa/templates/esaa-plugin.schema.json
src/esaa/templates/issues.schema.json
src/esaa/templates/lessons.schema.json
src/esaa/templates/roadmap.schema.json
src/esaa/workspace/AGENTS.md
src/esaa/workspace/CLAUDE.md
src/esaa/workspace/README.md
src/esaa_core.egg-info/PKG-INFO
src/esaa_core.egg-info/SOURCES.txt
src/esaa_core.egg-info/dependency_links.txt
src/esaa_core.egg-info/entry_points.txt
src/esaa_core.egg-info/requires.txt
src/esaa_core.egg-info/top_level.txt
tests/test_activity_clear_lessons_reseed.py
tests/test_adapters_llm.py
tests/test_atomic_file_effects.py
tests/test_atomic_file_effects_integration.py
tests/test_audit_critical_findings.py
tests/test_baseline_lessons_seed.py
tests/test_behavioral_critical_findings.py
tests/test_deterministic_cli_commands.py
tests/test_done_evidence_quality.py
tests/test_dry_run_semantics.py
tests/test_external_plugin_effects.py
tests/test_external_runner_metrics.py
tests/test_file_effect_artifact_retention.py
tests/test_file_effect_artifacts.py
tests/test_file_effect_recovery.py
tests/test_hotfix_create_e2e_validation.py
tests/test_hotfix_create_validation.py
tests/test_hotfix_lifecycle.py
tests/test_hotfix_production_trace.py
tests/test_http_llm_adapter.py
tests/test_independent_qa_review_policy.py
tests/test_issue_report_done_command.py
tests/test_metrics.py
tests/test_mock_adapter.py
tests/test_parallel_dispatch.py
tests/test_plugin_cli.py
tests/test_plugin_directory_format.py
tests/test_plugin_loader.py
tests/test_plugin_manager.py
tests/test_plugin_publication_assets.py
tests/test_plugin_publication_workflow.py
tests/test_plugin_status.py
tests/test_post_survey_fixes.py
tests/test_prior_status_done_issue_report.py
tests/test_projection_workflow.py
tests/test_public_beta_release.py
tests/test_reject_codes_inventory.py
tests/test_repository_hygiene.py
tests/test_review_role_policy.py
tests/test_run_consumes_plugin_tasks.py
tests/test_run_plugin_dispatch_parity.py
tests/test_runner_metrics_contracts.py
tests/test_runner_metrics_e2e.py
tests/test_runtime_policy.py
tests/test_serializable_harness_integration.py
tests/test_serializable_store_lock.py
tests/test_service_run_and_boundaries.py
tests/test_snapshot.py
tests/test_snapshot_compaction.py
tests/test_state_machine_and_dispatch.py
tests/test_store_and_compat.py
tests/test_store_lock.py
tests/test_validator_min_checks.py
tests/test_verify_and_replay.py
tests/test_vocabulary_evolution.py
tests/test_write_conflict_policy.py