leo: clarify archive step happens on branch, not main (Rio feedback)

- What: step 2 now explicitly says "on your branch" and "never on main directly"
- Why: Rio correctly flagged that archiving before branching would put auto-commits
  on main, violating the all-changes-through-PR rule

Pentagon-Agent: Leo <76FB9BCA-CC16-4479-B3E5-25A3769B3D7E>
This commit is contained in:
m3taversal 2026-03-06 15:26:57 +00:00
parent b05f732143
commit 3c53c6ef71

View file

@ -145,8 +145,8 @@ git checkout -b {your-name}/claims-{brief-description}
```
Pentagon creates an isolated worktree. You work there.
### 2. Archive the source
Before extracting, ensure the source is archived in `inbox/archive/` with proper frontmatter (see `schemas/source.md`). Set `status: unprocessed`. If an archive file already exists, update it to `status: processing`.
### 2. Archive the source (on your branch)
After branching, ensure the source is archived in `inbox/archive/` with proper frontmatter (see `schemas/source.md`). Set `status: unprocessed`. If an archive file already exists, update it to `status: processing`. Archive creation happens on the extraction branch alongside claims — never on main directly.
### 3. Extract claims from source material
Read `skills/extract.md` for the full extraction process. Key steps: