| name | calibration-eds |
| description | Prove `deliver.eds.site` capability through end-to-end execution. Use when validating Edge Delivery Services skills before EDS work, checking aem-cli and GitHub auth availability, establishing baseline confidence, or surfacing Adobe EDS tooling blockers.
|
Calibration: EDS
Prove deliver.eds.site capability through end-to-end execution.
Prerequisites
Check tooling:
which aem || echo "aem-cli not found"
gh auth status
If missing, document in needs-you.md and stop.
Steps
-
Scaffold - Create minimal EDS structure:
head.html
scripts/scripts.js
styles/styles.css
-
Add content - Create index.html or index.md with one block
-
Preview - Run aem up (if available) or validate structure manually
-
Document - README with setup and run instructions
-
Validate - Run verifiers: git_status_clean, files_exist, docs_checklist
-
Record - Log to capability-ledger.jsonl
Known Blockers
| Blocker | Resolution |
|---|
| aem-cli not installed | Human installs aem-cli |
| GitHub auth missing | Human runs gh auth login |
| Template unavailable | Use minimal hand-built structure |
Success Criteria
EDS structure valid, README exists, all files committed. On success: maturity -> Demonstrated.