Skip to content

Commit 03cc798

Browse files
committed
fix: remove reports/user-test-sarah, and fetch the merge-tag artifact on deploy
Two unrelated corrections, both consequences of the same mistake. `git add -A` in the previous merge-tags commit swept in work that had nothing to do with it: reports/user-test-sarah/ (a user-test writeup and 11 screenshots) and additions to AGENTS.md, published to main under a commit message about the merge-tag fetcher. Removing the reports directory at Zack's direction. It remains in history at 5637c2f, so this does not unpublish it; a copy was also taken outside the repo before removal. The AGENTS.md notes are left in place -- they are accurate documentation and belong here regardless of how they arrived. The fetch now runs as its own deploy step with MERGE_TAGS_TOKEN, rather than chained into docs:generate where it took the whole site build down when the secret did not exist yet. The script still fails hard on a bad fetch: an empty catalog would render as a product with no merge tags, which reads as a fact rather than a broken build.
1 parent be29ef4 commit 03cc798

13 files changed

Lines changed: 9 additions & 120 deletions

.github/workflows/deploy.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@ jobs:
5151
- name: Generate hooks documentation
5252
run: npm run docs:generate
5353

54+
# Kept as its own step rather than chained into docs:generate, so a fetch problem is
55+
# attributable and cannot take the rest of the site's build down with it by accident.
56+
# The script itself still fails hard on a bad fetch: an empty catalog would render as a
57+
# product with no merge tags, which reads as a fact rather than a broken build.
58+
- name: Fetch the merge-tag artifact
59+
env:
60+
MERGE_TAGS_TOKEN: ${{ secrets.MERGE_TAGS_TOKEN }}
61+
run: npm run merge-tags:generate
62+
5463
- name: Generate relationship graphs for LLMs
5564
run: npm run relations:generate
5665

-130 KB
Binary file not shown.

reports/user-test-sarah/01-sarah.md

Lines changed: 0 additions & 120 deletions
This file was deleted.
-130 KB
Binary file not shown.
-141 KB
Binary file not shown.
-126 KB
Binary file not shown.
-127 KB
Binary file not shown.
-127 KB
Binary file not shown.
-132 KB
Binary file not shown.
-117 KB
Binary file not shown.

0 commit comments

Comments
 (0)