Replace normalize stage with trim scaffold

This commit is contained in:
2026-05-08 16:51:01 +00:00
parent 4d646f161a
commit 38dae8b584
11 changed files with 88 additions and 45 deletions

View File

@@ -23,7 +23,7 @@ Implemented:
Still placeholder/future:
- `normalize` stage behavior
- `trim` stage behavior
- `archive` stage behavior
- `notify` stage behavior
- additional Scriptorium artifact types beyond `session_recap`
@@ -36,9 +36,9 @@ Canonical stage order:
1. `prepare`
2. `transcribe`
3. `normalize`
4. `merge`
5. `polish`
3. `merge`
4. `polish`
5. `trim`
6. `analyze`
7. `archive`
8. `notify`