Public Repo Migration Notes
This page tracks implementation status for the adaptation-pack rollout across AEEF public repositories.
Current rollout status (2026-03-01)
| Repository | Branch | PR | Scope |
|---|---|---|---|
AEEF-AI/aeef-cli | feat/adaptation-pack-mcp-a2a | https://github.com/AEEF-AI/aeef-cli/pull/1 | Schemas, templates, hook evidence outputs, adaptation guide |
AEEF-AI/aeef-quickstart | feat/adaptation-pack-mcp-a2a | https://github.com/AEEF-AI/aeef-quickstart/pull/1 | Tier 1 schema additions and adaptation docs |
AEEF-AI/aeef-transform | feat/adaptation-pack-mcp-a2a | https://github.com/AEEF-AI/aeef-transform/pull/1 | Tier 2 schema additions and adaptation docs |
What developers get after merge
- Shared contract artifacts for
HookContract,GateDecision, andRunLedgerEntry. - MCP-required and A2A-progressive guidance in each repo.
- Better migration path from AEEF native orchestration to external orchestrators.
- In
aeef-cli, explicit run-evidence artifacts (run-ledger.jsonl,gate-decision.json).
Versioning notes
Use these merge points as baseline versions for adaptation:
aeef-cli: first version containingADAPTATION.mdand new schemas.aeef-quickstart: first version containing optional adaptation schemas inshared/schemas/.aeef-transform: first version containing adaptation schemas and Tier 2 policy note.
Until tagged releases are cut, pin to commit SHAs from the PR merge commits.
Post-merge operator checklist
- Pull latest main from each public repo.
- Validate schema checks in CI (
*.schema.jsonparse + artifact validation). - For
aeef-cli, run a dry run and verify.aeef/runs/run-ledger.jsonland.aeef/runs/gate-decision.jsonare emitted. - Update internal implementation docs to reference merged PR URLs and release tags.