v4-readiness

Audit Aeon v4 fork readiness from aeon.yml, skills.json, MEMORY.md, and skills/.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/swarm-ai-research/aeon --skill v4-readiness-swarm-ai-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: v4-readiness
Source: https://github.com/swarm-ai-research/aeon/tree/main/skills/v4-readiness
Command: npx skills add https://github.com/swarm-ai-research/aeon --skill v4-readiness-swarm-ai-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits a fork's readiness for Aeon's v4 upgrade by translating local configuration (aeon.yml, skills.json, MEMORY.md) and the embedded v4 change manifest into a structured, review-ready readiness report.

Core Features & Use Cases

  • Generates a per-fork v4 readiness article detailing Safe / Review / Custom items and actionable items.
  • Reads local or remote fork data (aeon.yml, skills.json, MEMORY.md, and the skills/ directory) and outputs a decision surface to guide upgrade planning.
  • Useful before v4 announcements or during upgrade windows to surface breaking changes ahead of deployment, reducing downtime and surprises.

Quick Start

Dispatch the skill against a fork to produce articles/v4-readiness-${today}.md and a memory log, ready for review.

Frequently Asked Questions about v4-readiness

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if my fork is ready for the Aeon v4 upgrade?

To assess fork readiness for the Aeon v4 upgrade, an audit inspects your aeon.yml, skills.json, MEMORY.md, and skills directory. It generates a structured report classifying Safe, Review, and Custom items to guide your upgrade planning.

What is a v4 readiness audit and how does it work?

A v4 readiness audit evaluates your local worktree or remote fork by reading aeon.yml, skills.json, and MEMORY.md against the v4 change manifest. It produces a decision surface classifying items as Safe, Review, or Custom to prevent deployment surprises.

Can I run a v4 readiness check on a remote fork without modifying it?

Yes, you can audit a remote fork without modifying it. The v4 readiness check enforces read-only behavior by inspecting remote aeon.yml and skills data, producing an article and memory log without auto-pulling upstream or altering the fork.

When do I need to audit my configuration files for a v4 upgrade?

You should audit configuration files for a v4 upgrade before official announcements or during upgrade windows. This process surfaces breaking changes in aeon.yml, skills.json, and MEMORY.md ahead of deployment, reducing downtime and unexpected surprises.

What files are inspected during an Aeon v4 readiness check?

During an Aeon v4 readiness check, the system inspects aeon.yml, skills.json, MEMORY.md, and the on-disk or remote skills directory. These files are mapped against the v4 change manifest to build Safe, Review, and Custom readiness items.

Are there limitations to running a fork audit for v4 readiness?

A key limitation of the fork audit is its read-only behavior; it produces an article and memory log but does not modify the fork or auto-pull upstream changes. Users must manually resolve any Review or Custom items surfaced in the readiness report.