ONB β TFW-10: Version String Sweep¶
Date: 2026-03-14 Author: Executor Status: π ONB β No blocking questions Parent HL: HL-TFW-10 TS: TS__TFW-10
1. Understanding¶
Replace 14 occurrences of TFW v3 across 10 files with TFW 0.4, preserving the .tfw/README.md Evolution section where v3 is historical narrative. Deliver as branch fix/version-string-sweep + PR against master.
2. Entry Points¶
All changes are in 8 .tfw/ files and 2 root files, all text substitutions. Target lines are confirmed from live grep output (Step Id: 16). No code files involved.
3. Questions (blocking)¶
| # | Question | Answer |
|---|---|---|
| β | No blocking questions | β |
4. Recommendations¶
- Root README.md h1 β TS specifies removing
v3from the title entirely (# Trace-First Workflow (TFW) β Canonical Starter). This is correct: the h1 is a product name, not a version label. - AGENTS.md line 4 β TS says replace with "Follow TFW conventionsβ¦". Dropping the version reference entirely is cleaner than substituting
0.4, since AGENTS.md is copied into downstream projects and will drift from the actual version.
5. Risks Found¶
- Scope budget (10 files > 7) β flagged in TS, acknowledged. All changes are mechanical string substitutions; budget rationale (AI complexity) does not apply. Proceeding without split.
.tfw/README.mdEvolution section β lines 266β290 containv3in historical context. Will verify with explicit grep after sweep.
6. Inconsistencies with Code¶
- TS Β§3 table lists
.tfw/adapters/antigravity/README.mdline 34 as# TFW v3 (from step 1)β actual text isβββ tfw.md # TFW v3 (from step 1). Replacement will target just theTFW v3substring, leaving the surrounding tree structure intact.
ONB β TFW-10: Version String Sweep | 2026-03-14