Index transcripts

This commit is contained in:
Willem van den Ende 2026-06-15 09:39:42 +01:00
parent 31984bbd9d
commit 21bd58be33
4 changed files with 8549 additions and 1 deletions

View File

@ -85,7 +85,9 @@ Two custom extensions were developed for this project:
### The Transcript Archive
Every session is exported as an HTML transcript in the `transcripts/` directory — over 20 sessions documenting the full journey from first requirements review through horizontal refactoring. These are the project's most valuable artifacts.
Every session is exported as an HTML transcript in the `transcripts/` directory — 28 sessions documenting the full journey from first requirements review through horizontal refactoring. See the [full transcript index](transcripts/index.md) for a chronological list.
These are the project's most valuable artifacts.
## Build & Test

34
transcripts/index.md Normal file
View File

@ -0,0 +1,34 @@
# Transcript Archive
Chronological list of all session transcripts from the RPG Combat project.
| Date | Transcript |
| ---- | ---------- |
| 2026-06-12 20:20 | [Card, Conversation & Confirmation](card-conversation-confirmation.html) |
| 2026-06-12 20:20 | [Install Allium](install-allium.html) |
| 2026-06-12 20:20 | [Review User Stories](review-user-stories.md) |
| 2026-06-12 23:02 | [Clear and Export](clear-and-export.html) |
| 2026-06-12 23:02 | [Refactor Story 1](refactor-story-1.html) |
| 2026-06-12 23:02 | [Story 1 — Process Improvement](story1-process-improvement.md) |
| 2026-06-13 15:42 | [YAGNI in AGENTS.md](yagni-in-agents-md.html) |
| 2026-06-13 15:51 | [Story 2 — Refactored](story-2-refactored.html) |
| 2026-06-13 16:06 | [Forgot to Mention the Story](forgot-to-mention-the-story.html) |
| 2026-06-13 22:03 | [Forgot to Commit](forgot-to-commit.html) |
| 2026-06-13 22:03 | [Story 2 (re?) — Done](story-2-(re?)-done.html) |
| 2026-06-13 22:20 | [Story 4 — Built](story-4-built.html) |
| 2026-06-13 22:32 | [Found Out Story 3 Is Not Done](found-out-story-3-is-not-done.html) |
| 2026-06-14 10:48 | [Break Down Horizontal Refactoring into Yaks](break-down-horizontal-refactoring-into-yaks.html) |
| 2026-06-14 10:48 | [Create Task Breakdown with Yaks Skill](create-task-breakdown-with-yaks-skill.html) |
| 2026-06-14 10:48 | [Fixed Character Implementation (Maybe)](fixed-character-implementation-maybe.html) |
| 2026-06-14 10:51 | [Resolved Circular Dependency](resolved-circular-dependency.html) |
| 2026-06-14 12:01 | [Break Down the Refactoring Yaks](break-down-the-refactoring-yaks.html) |
| 2026-06-14 12:01 | [Break Yaks Down into Phases](break-yaks-down-into-phases.html) |
| 2026-06-14 12:01 | [Yaks Were Not Marked S-Done](yaks-were-not-marked-s-done.html) |
| 2026-06-14 12:47 | [Create Yak Run Skill](create-yak-run-skill.html) |
| 2026-06-14 12:47 | [ESLint Rule Against Value Objects and Yaks to Refactor](eslint-rule-against-value-objects-and-yaks-to-refactor.html) |
| 2026-06-14 12:47 | [Generate README](generate-readme.html) |
| 2026-06-14 12:47 | [Yaks Work for Horizontal Refactoring](yaks-work-for-horizontal-refactoring.html) |
| 2026-06-14 14:26 | [Refactor: Replace Number Health with Health Value Object in MagicalObject](refactor:-replace-number-health-with-Health-value-object-in-MagicalObject.html) |
| 2026-06-14 14:26 | [Story 4 Also Done — Spec and Story Needed to Be Put Straight](story-4-also-done,-spec-and-story-needed-to-be-put-straight.html) |
| 2026-06-15 08:09 | [Last Story Done](last-story-done.html) |
| 2026-06-15 09:36 | [Wrap Up](wrap-up.html) |

File diff suppressed because one or more lines are too long

4256
transcripts/wrap-up.html Normal file

File diff suppressed because one or more lines are too long