feat: contributor mode, session awareness, universal RECOMMENDATION format (v0.3.11)#82
Open
garrytan wants to merge 5 commits intogarrytan/team-supabase-storefrom
Open
feat: contributor mode, session awareness, universal RECOMMENDATION format (v0.3.11)#82garrytan wants to merge 5 commits intogarrytan/team-supabase-storefrom
garrytan wants to merge 5 commits intogarrytan/team-supabase-storefrom
Conversation
…ormat
- Rename {{UPDATE_CHECK}} → {{PREAMBLE}} across all 10 skill templates
- Add session tracking (touch ~/.gstack/sessions/$PPID, count active sessions)
- ELI16 mode when 3+ concurrent sessions detected (re-ground user on context)
- Contributor mode: auto-file field reports to ~/.gstack/contributor-logs/
- Universal AskUserQuestion format: context → question → RECOMMENDATION → options
- Update plan-ceo-review and plan-eng-review to reference preamble baseline
- Add vendored symlink awareness section to CLAUDE.md
- Rewrite CONTRIBUTING.md with contributor workflow and cross-project testing
- Add tests for contributor mode and session awareness in generated output
- Add E2E eval for contributor mode report filing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…to garrytan/dev-mode
New CRITICAL review category that traces new enum values, status strings, and type constants through every consumer outside the diff. Catches the class of bugs where a new value is added but not handled in all switch/case chains, allowlists, or frontend-backend contracts. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…to garrytan/dev-mode
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
patovaldezf
approved these changes
Mar 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
gstack_contributor: trueauto-files field reports to~/.gstack/contributor-logs/when gstack misbehaves. Casual format ("hey gstack team, ran into this..."), opens report for review, max 3/session, deduped by slug.RECOMMENDATION: Choose X because ___→ options. Plan-review skills reference this baseline./reviewthat traces new enum values through every consumer outside the diff.{{UPDATE_CHECK}}→{{PREAMBLE}}across all 10 templates.Pre-Landing Review
No issues found. Changes are documentation, skill templates, generator script, and tests — no SQL, no database ops, no LLM output handling.
TODOS
No TODO items completed in this PR.
Test plan
{{UPDATE_CHECK}}placeholders remain in any template🤖 Generated with Claude Code