RF โ TFW-6 / Phase B: Workflows
Date: 2026-03-12
Author: Executor (AI)
Status: ๐ข RF โ Complete
Parent HL: HL-TFW-6
TS: TS Phase B
1. What Was Done
New Files
| File |
Description |
.tfw/workflows/release.md |
Canonical release workflow โ 7 steps, references RELEASE.md for project context |
.tfw/workflows/update.md |
Canonical update workflow โ 8 steps with ๐ข๐ก๐ด change categorization |
.agent/workflows/tfw-release.md |
Antigravity adapter โ identical copy of release.md |
.agent/workflows/tfw-update.md |
Antigravity adapter โ identical copy of update.md |
Modified Files
| File |
Changes |
.tfw/conventions.md |
ยง2: added RELEASE.md as optional artifact. ยง8: "three" โ "five" workflows, added release + update table rows |
.tfw/glossary.md |
Added 5 terms: VERSION, CHANGELOG.md, RELEASE.md, tfw-release, tfw-update |
2. Key Decisions
- Adapter copies via file copy. Used
Copy-Item to ensure byte-identical copies. Verified with Compare-Object.
- Glossary term placement. Added new terms before the
Project-Specific Terms separator, keeping them in the framework section.
- Conventions ยง8 count update. Changed "three canonical workflows" to "five canonical workflows" to reflect the addition.
3. Acceptance Criteria
4. Verification
- Lint: N/A (Markdown only)
- Tests: N/A
- Verify: Adapter identity confirmed via
Compare-Object. Cross-references checked manually.
5. Observations (out-of-scope, not modified)
| # |
File |
Line(s) |
Type |
Description |
| 1 |
.agent/workflows/ |
โ |
todo |
No adapter copies exist for Claude Code or Cursor tool adapters for the new release/update workflows. TS explicitly notes this as out of scope (โ future task). |
| 2 |
.tfw/conventions.md |
133 |
style |
The docs.md workflow (added in TFW-5) is not listed in the ยง8 Workflows table โ only plan, handoff, resume are present (now + release, update). This predates Phase B. |
RF โ TFW-6 / Phase B: Workflows | 2026-03-12