Skip to content

Commit bc9b9ea

Browse files
chore: refresh gstack resources
1 parent b9ab905 commit bc9b9ea

29 files changed

Lines changed: 64 additions & 33 deletions

.github-gstack-intelligence/ETHOS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Do not edit this file unless you intentionally forfeit clean upgrades and re-imp
66

77
> [!CAUTION]
88
> **Do not touch** — imported from gstack. Editing this file forfeits clean upgrades.
9-
> Imported from `garrytan/gstack` @ `db35b8e5bffb` from `ETHOS.md`.
9+
> Imported from `garrytan/gstack` @ `6169273d16b7` from `ETHOS.md`.
1010
> Re-run `run-refresh-gstack` to copy upstream gstack changes back into this repository.
1111
# gstack Builder Ethos
1212

.github-gstack-intelligence/skills/autoplan.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Do not edit this file unless you intentionally forfeit clean upgrades and re-imp
3131
> [!CAUTION]
3232
> **Do not touch** — imported from gstack. Editing this file forfeits clean upgrades.
3333
> Generated by `.github-gstack-intelligence/lifecycle/refresh.ts`.
34-
> Source: `garrytan/gstack` @ `db35b8e5bffb` from `autoplan/SKILL.md.tmpl`.
34+
> Source: `garrytan/gstack` @ `6169273d16b7` from `autoplan/SKILL.md.tmpl`.
3535
> This copy is adapted for GitHub-native execution and refresh-time extraction.
3636
> Re-run `run-refresh-gstack` to pull upstream gstack changes back into this repository.
3737
@@ -221,7 +221,6 @@ Read each file using the Read tool:
221221
- GitHub follow-up comment Format
222222
- Completeness Principle — Boil the Lake
223223
- Search Before Building
224-
- Contributor Mode
225224
- Completion Status Protocol
226225
- Telemetry (run last)
227226
- Step 0: Detect base branch

.github-gstack-intelligence/skills/benchmark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Do not edit this file unless you intentionally forfeit clean upgrades and re-imp
2424
> [!CAUTION]
2525
> **Do not touch** — imported from gstack. Editing this file forfeits clean upgrades.
2626
> Generated by `.github-gstack-intelligence/lifecycle/refresh.ts`.
27-
> Source: `garrytan/gstack` @ `db35b8e5bffb` from `benchmark/SKILL.md.tmpl`.
27+
> Source: `garrytan/gstack` @ `6169273d16b7` from `benchmark/SKILL.md.tmpl`.
2828
> This copy is adapted for GitHub-native execution and refresh-time extraction.
2929
> Re-run `run-refresh-gstack` to pull upstream gstack changes back into this repository.
3030

.github-gstack-intelligence/skills/canary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Do not edit this file unless you intentionally forfeit clean upgrades and re-imp
2424
> [!CAUTION]
2525
> **Do not touch** — imported from gstack. Editing this file forfeits clean upgrades.
2626
> Generated by `.github-gstack-intelligence/lifecycle/refresh.ts`.
27-
> Source: `garrytan/gstack` @ `db35b8e5bffb` from `canary/SKILL.md.tmpl`.
27+
> Source: `garrytan/gstack` @ `6169273d16b7` from `canary/SKILL.md.tmpl`.
2828
> This copy is adapted for GitHub-native execution and refresh-time extraction.
2929
> Re-run `run-refresh-gstack` to pull upstream gstack changes back into this repository.
3030

.github-gstack-intelligence/skills/cso.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Do not edit this file unless you intentionally forfeit clean upgrades and re-imp
2828
> [!CAUTION]
2929
> **Do not touch** — imported from gstack. Editing this file forfeits clean upgrades.
3030
> Generated by `.github-gstack-intelligence/lifecycle/refresh.ts`.
31-
> Source: `garrytan/gstack` @ `db35b8e5bffb` from `cso/SKILL.md.tmpl`.
31+
> Source: `garrytan/gstack` @ `6169273d16b7` from `cso/SKILL.md.tmpl`.
3232
> This copy is adapted for GitHub-native execution and refresh-time extraction.
3333
> Re-run `run-refresh-gstack` to pull upstream gstack changes back into this repository.
3434
@@ -120,6 +120,8 @@ grep -q "laravel" composer.json 2>/dev/null && echo "FRAMEWORK: Laravel"
120120

121121
This is NOT a checklist — it's a reasoning phase. The output is understanding, not findings.
122122

123+
Search repository-local state and issue context first before making recommendations.
124+
123125
### Phase 1: Attack Surface Census
124126

125127
Map what an attacker sees — both code surface and infrastructure surface.
@@ -616,6 +618,8 @@ Write findings to `.github-gstack-intelligence/state/local/security-reports/{dat
616618

617619
If `.github-gstack-intelligence/state/local/` is not in `.gitignore`, note it in findings — security reports should stay local.
618620

621+
Persist durable outcomes in `.github-gstack-intelligence/state/results/` when the lifecycle layer is ready to store them.
622+
619623
## Important Rules
620624

621625
- **Think like an attacker, report like a defender.** Show the exploit path, then the fix.

.github-gstack-intelligence/skills/design-consultation.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Do not edit this file unless you intentionally forfeit clean upgrades and re-imp
2929
> [!CAUTION]
3030
> **Do not touch** — imported from gstack. Editing this file forfeits clean upgrades.
3131
> Generated by `.github-gstack-intelligence/lifecycle/refresh.ts`.
32-
> Source: `garrytan/gstack` @ `db35b8e5bffb` from `design-consultation/SKILL.md.tmpl`.
32+
> Source: `garrytan/gstack` @ `6169273d16b7` from `design-consultation/SKILL.md.tmpl`.
3333
> This copy is adapted for GitHub-native execution and refresh-time extraction.
3434
> Re-run `run-refresh-gstack` to pull upstream gstack changes back into this repository.
3535
@@ -97,6 +97,8 @@ If `DESIGN_NOT_AVAILABLE`: Phase 5 falls back to the HTML preview page (still go
9797

9898
---
9999

100+
Search repository-local state and issue context first before making recommendations.
101+
100102
## Phase 1: Product Context
101103

102104
Ask the user a single question that covers everything you need to know. Pre-fill what you can infer from the codebase.
@@ -437,6 +439,8 @@ After shipping DESIGN.md, if the session produced screen-level mockups or page l
437439

438440
---
439441

442+
Persist durable outcomes in `.github-gstack-intelligence/state/results/` when the lifecycle layer is ready to store them.
443+
440444
## Important Rules
441445

442446
1. **Propose, don't present menus.** You are a consultant, not a form. Make opinionated recommendations based on the product context, then let the user adjust.

.github-gstack-intelligence/skills/design-review.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Do not edit this file unless you intentionally forfeit clean upgrades and re-imp
2929
> [!CAUTION]
3030
> **Do not touch** — imported from gstack. Editing this file forfeits clean upgrades.
3131
> Generated by `.github-gstack-intelligence/lifecycle/refresh.ts`.
32-
> Source: `garrytan/gstack` @ `db35b8e5bffb` from `design-review/SKILL.md.tmpl`.
32+
> Source: `garrytan/gstack` @ `6169273d16b7` from `design-review/SKILL.md.tmpl`.
3333
> This copy is adapted for GitHub-native execution and refresh-time extraction.
3434
> Re-run `run-refresh-gstack` to pull upstream gstack changes back into this repository.
3535
@@ -115,6 +115,8 @@ echo "REPORT_DIR: $REPORT_DIR"
115115

116116
---
117117

118+
Search repository-local state and issue context first before making recommendations.
119+
118120
## Phases 1-6: Design Audit Baseline
119121

120122
Audit the live site for visual consistency, spacing, hierarchy, and design system adherence. Capture screenshots at multiple viewports. Compare against DESIGN.md if it exists.
@@ -306,6 +308,8 @@ If the repo has a `TODOS.md`:
306308

307309
---
308310

311+
Persist durable outcomes in `.github-gstack-intelligence/state/results/` when the lifecycle layer is ready to store them.
312+
309313
## Additional Rules (design-review specific)
310314

311315
11. **Clean working tree required.** If dirty, use GitHub follow-up comment to offer commit/stash/abort before proceeding.

.github-gstack-intelligence/skills/document-release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Do not edit this file unless you intentionally forfeit clean upgrades and re-imp
2626
> [!CAUTION]
2727
> **Do not touch** — imported from gstack. Editing this file forfeits clean upgrades.
2828
> Generated by `.github-gstack-intelligence/lifecycle/refresh.ts`.
29-
> Source: `garrytan/gstack` @ `db35b8e5bffb` from `document-release/SKILL.md.tmpl`.
29+
> Source: `garrytan/gstack` @ `6169273d16b7` from `document-release/SKILL.md.tmpl`.
3030
> This copy is adapted for GitHub-native execution and refresh-time extraction.
3131
> Re-run `run-refresh-gstack` to pull upstream gstack changes back into this repository.
3232
@@ -126,7 +126,7 @@ Read each documentation file and cross-reference it against the diff. Use these
126126
- Walk through the setup instructions as if you are a brand new contributor.
127127
- Are the listed commands accurate? Would each step succeed?
128128
- Do test tier descriptions match the current test infrastructure?
129-
- Are workflow descriptions (dev setup, contributor mode, etc.) current?
129+
- Are workflow descriptions (dev setup, operational learnings, etc.) current?
130130
- Flag anything that would fail or confuse a first-time contributor.
131131

132132
**CLAUDE.md / project instructions:**

.github-gstack-intelligence/skills/investigate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Do not edit this file unless you intentionally forfeit clean upgrades and re-imp
4141
> [!CAUTION]
4242
> **Do not touch** — imported from gstack. Editing this file forfeits clean upgrades.
4343
> Generated by `.github-gstack-intelligence/lifecycle/refresh.ts`.
44-
> Source: `garrytan/gstack` @ `db35b8e5bffb` from `investigate/SKILL.md.tmpl`.
44+
> Source: `garrytan/gstack` @ `6169273d16b7` from `investigate/SKILL.md.tmpl`.
4545
> This copy is adapted for GitHub-native execution and refresh-time extraction.
4646
> Re-run `run-refresh-gstack` to pull upstream gstack changes back into this repository.
4747

.github-gstack-intelligence/skills/office-hours.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Do not edit this file unless you intentionally forfeit clean upgrades and re-imp
3333
> [!CAUTION]
3434
> **Do not touch** — imported from gstack. Editing this file forfeits clean upgrades.
3535
> Generated by `.github-gstack-intelligence/lifecycle/refresh.ts`.
36-
> Source: `garrytan/gstack` @ `db35b8e5bffb` from `office-hours/SKILL.md.tmpl`.
36+
> Source: `garrytan/gstack` @ `6169273d16b7` from `office-hours/SKILL.md.tmpl`.
3737
> This copy is adapted for GitHub-native execution and refresh-time extraction.
3838
> Re-run `run-refresh-gstack` to pull upstream gstack changes back into this repository.
3939
@@ -776,6 +776,8 @@ The design doc at `.github-gstack-intelligence/state/results/` is automatically
776776

777777
---
778778

779+
Persist durable outcomes in `.github-gstack-intelligence/state/results/` when the lifecycle layer is ready to store them.
780+
779781
## Important Rules
780782

781783
- **Never start implementation.** This skill produces design docs, not code. Not even scaffolding.

0 commit comments

Comments
 (0)