# CodexFlow Public Demo Bundle

This read-only bundle is a public preview of the CodexFlow workflow shape. It is not an installer, activation file, payload archive, license grant, or free product tier.

## Generated Repo Structure

```text
your-repo/
  AGENTS.md
  .codexflow/
    manifest.json
    project-profile.json
    memory/
    views/
    payloads/
  .claude/premium/
    agents/
    commands/
    skills/
  .cursor/rules/
```

## Sample AGENTS.md Excerpt

```markdown
# Project Instructions

- Work on a dedicated branch.
- Inspect the working tree before edits.
- Do not edit generated workflow files unless the task explicitly requires it.
- Run the repository validation commands before claiming completion.
- Leave a concise handoff with files changed, checks run, residual risks, and rollback notes.
```

## Sample Command

```text
/cf-individual-release-check

Review the current branch for launch readiness:
- scope and changed files
- validation commands
- risky areas
- rollback path
- final handoff
```

## Before / After Task Transcript

```text
User: Make the pricing page clearer.

CodexFlow-guided run:
ok loaded repo context
ok scoped the change to pricing components
ok avoided generated/internal workflow files
ok ran lint, typecheck, and build
ok summarized before/after and rollback
```
