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:
parent
b05f732143
commit
3c53c6ef71
1 changed files with 2 additions and 2 deletions
|
|
@ -145,8 +145,8 @@ git checkout -b {your-name}/claims-{brief-description}
|
||||||
```
|
```
|
||||||
Pentagon creates an isolated worktree. You work there.
|
Pentagon creates an isolated worktree. You work there.
|
||||||
|
|
||||||
### 2. Archive the source
|
### 2. Archive the source (on your branch)
|
||||||
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`.
|
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
|
### 3. Extract claims from source material
|
||||||
Read `skills/extract.md` for the full extraction process. Key steps:
|
Read `skills/extract.md` for the full extraction process. Key steps:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue