gstack/scripts/resolvers
Arun Kumar Thiagarajan 0e9eb384f3 fix: use host-specific co-author trailer in /ship and /document-release
Codex-generated skills hardcoded a Claude co-author trailer in commit
messages. Users running gstack under Codex pushed commits attributed
to the wrong AI assistant.

Add {{CO_AUTHOR_TRAILER}} resolver that emits the correct trailer
based on ctx.host:
  - claude: Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
  - codex:  Co-Authored-By: OpenAI Codex <noreply@openai.com>

Replace hardcoded trailers in ship/SKILL.md.tmpl and
document-release/SKILL.md.tmpl with the resolver placeholder.

Fixes #282. Fixes #383.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 23:57:12 +05:30
..
browse.ts feat: worktree isolation for E2E tests + infrastructure elegance (v0.11.12.0) (#425) 2026-03-23 23:05:22 -07:00
codex-helpers.ts feat: worktree isolation for E2E tests + infrastructure elegance (v0.11.12.0) (#425) 2026-03-23 23:05:22 -07:00
constants.ts feat: worktree isolation for E2E tests + infrastructure elegance (v0.11.12.0) (#425) 2026-03-23 23:05:22 -07:00
design.ts fix: Codex description limit + wrong-repo bug (v0.11.19.0) (#471) 2026-03-25 23:07:07 -07:00
index.ts fix: use host-specific co-author trailer in /ship and /document-release 2026-03-26 23:57:12 +05:30
preamble.ts feat: GitLab support for /retro, /ship, and /document-release (v0.11.20.0) (#508) 2026-03-26 07:21:15 -06:00
review.ts feat: headed mode + sidebar agent + Chrome extension (v0.12.0) (#517) 2026-03-26 11:15:24 -06:00
testing.ts feat: test coverage gate + plan completion audit + auto-verification (v0.11.13.0) (#428) 2026-03-24 20:01:37 -07:00
types.ts feat: worktree isolation for E2E tests + infrastructure elegance (v0.11.12.0) (#425) 2026-03-23 23:05:22 -07:00
utility.ts fix: use host-specific co-author trailer in /ship and /document-release 2026-03-26 23:57:12 +05:30