CLAUDE.md ยท git:20260718.543fb1f ยท 2026-07-18 ยท sha256 cf7d00f0df947353

CLAUDE.md git:20260718.543fb1fA

Immutable. This exact content is served forever at /api/v1/blob/cf7d00f0df947353.

# CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with this repository.

## Archflow Framework

This repository uses [Archflow](https://github.com/AZidan/archflow), a phase-based development
framework with a release-driven outer loop (schema v2.0).

**The framework flow is defined in a single agent-neutral base file:**

๐Ÿ“– **`.archflow/instructions.md`** โ€” read it first. It is the source of truth for how Archflow works:
core agents per phase, the release model (releases as the outer loop, backlog stubs, the per-story
readiness pipeline, quick/full modes), the command surface, the universal context files, and the
critical rules. Other coding-agent instruction files (this `CLAUDE.md`, a Cursor `.cursorrules`, a
Windsurf rules file, etc.) all point at `.archflow/instructions.md` rather than duplicating it โ€” one
source, no drift.

Then load the current phase: read `.archflow/current-phase.yaml` โ†’ `phase_file`, and follow
`.archflow/phases/phase-{current}-{name}.md`.

## Commands
- `/archflow` โ€” status + available subcommands
- `/archflow init` / `onboard` โ€” set up a new / existing project
- `/archflow migrate` โ€” upgrade a v1.0 project to schema v2.0
- `/archflow mode [quick|full]` โ€” show/switch ceremony mode
- `/archflow release [new|start|ship]` โ€” manage releases
- `/archflow feature` โ€” add a story to the backlog or active release

## Repository-specific rules
- Commit ONLY the changes you made โ€” never `git add .` / all files.
- This repo mirrors framework files across four trees (`.archflow/`, `plugin/.archflow/`,
  `skills/archflow/`, `plugin/skills/archflow/`) โ€” keep any edited framework file identical across
  all copies.