v4-readiness

Validate aeon.yml, skills.json, and MEMORY.md against the v4 change manifest.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill v4-readiness-atrium-hermes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: v4-readiness
Source: https://github.com/Atrium-Hermes/atrium-lighthouse/tree/main/skills/v4-readiness
Command: npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill v4-readiness-atrium-hermes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate a per-fork v4 upgrade readiness checklist by validating the fork's aeon.yml, skills.json, and MEMORY.md against the embedded v4 change manifest, and reports actionable gaps.

Core Features & Use Cases

  • Audit baseline: reads aeon.yml, skills.json, and MEMORY.md to capture current enablement, model overrides, and chain definitions.
  • Cross-fork readiness: compares fork state against the embedded manifest to surface Safe / Review / Custom / Action-items before v4.
  • Artifact generation: writes articles/v4-readiness-${today}.md and memory logs, without mutating the fork.

Quick Start

Dispatch the skill for a local fork to generate the readiness article and notify the operator.

Frequently Asked Questions about v4-readiness

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

FAQPage Schema
How do I audit my repository fork for v4 readiness?

To audit fork v4 readiness, validate your aeon.yml, skills.json, and MEMORY.md files against the v4 change manifest to generate a per-fork checklist surfacing Safe, Review, Custom, and Action items. This cross-reference process identifies configuration gaps without mutating the repository.

What is a v4 readiness checklist for local forks?

A v4 readiness checklist is a per-fork validation report that compares your current aeon.yml, skills.json, and MEMORY.md configurations against the v4 change manifest. It categorizes fork state into Safe, Review, Custom, and Action-items to guide your upgrade process.

Can I check v4 upgrade readiness for remote forks via the GitHub API?

Yes, you can survey remote forks for v4 readiness via the GitHub API. The audit reads core inputs from remote repositories and cross-references them with the embedded manifest to surface readiness gaps before, during, and after the v4 release.

Does the v4 readiness audit modify my fork or trigger external actions?

No, the v4 readiness audit does not mutate your fork or trigger external actions. It strictly reads core inputs and writes an article at articles/v4-readiness-${today}.md plus a memory log to report actionable gaps safely.

How do I generate a v4 readiness report for my aeon.yml and skills.json?

Generate a v4 readiness report by dispatching the audit against your local fork. It reads your aeon.yml, skills.json, and MEMORY.md, cross-references the state with the v4 manifest, and writes the readiness article and memory logs to notify the operator of gaps.

When do I need to run a v4 fork audit?

You need to run a v4 fork audit before the v4 release, during the upgrade, and for post-upgrade reconciliation. It validates your chain definitions and model overrides against the manifest to ensure your fork remains compatible.