This roadmap defines what must be implemented before axme-examples can claim full README maturity.
Derived from axme-local-internal/plans/ADOPTION_PRIMARY_ACTIONS_EXECUTION_PLAN.md:
- 4 runnable canonical developer-infra examples in this repository:
examples/approval-workflowexamples/external-callbackexamples/retry-workflowexamples/multi-service-coordination
- Protocol-only examples for open ecosystem path:
protocol/create-intentprotocol/minimal-axp-serviceprotocol/conformance-runner
- One-command run path per example.
- Problem-first README opening (first 5 lines).
- Explicit Alpha disclaimer in all example READMEs.
- CI that executes examples (not smoke-only file checks).
- Source code and dependency manifest committed.
.env.examplepresent.runcommand and expected output documented.- Failure/retry behavior documented.
- Attribution footer:
Built using AXME (AXP).
- Create
examples/subfolders by canonical use-case. - Add shared helper scripts (
scripts/validate_examples.sh). - Replace README-only smoke CI with runnable validation jobs.
Implement all four:
examples/approval-workflowexamples/external-callbackexamples/retry-workflowexamples/multi-service-coordination
Language support policy:
- Full runnable flows: Python + TypeScript.
- Go/Java/.NET: snippets-only lane under
snippets/.
- Add
docs/example-matrix.mdwith use-case and support status. - Tag repository with backend + agent-discovery topics.
- Link examples from
axme-docsintegration quickstart pages. - Keep cloud/protocol split explicit in README and docs.
Full README overhaul is unlocked only when:
- Three runnable examples are merged.
- CI executes example flows on PR.
- Example matrix is published.
- Alpha disclaimer and usage limits are consistently documented.