setup generates Codex ship skill above 160 KB token ceiling
- Dominant language
- TypeScript
- Stars
- 133k
- Forks
- 19.9k
- Avg merge
- 18h 46m
- Merged PRs (30d)
- 26
Description
Running `./setup` from gstack v1.79.0.0 emits: `TOKEN CEILING: .agents/skills/gstack-ship/SKILL.md ... exceeds 160000 byte ceiling`.\n\nRead-only reproduction on macOS arm64:\n\n```console\n$ wc -c .agents/skills/gstack-ship/SKILL.md\n172739 .agents/skills/gstack-ship/SKILL.md\n```\n\nThe same setup run reported equivalent ceiling overruns for generated ship skills under other host directories. Setup exits 0, leaving a generated skill beyond its documented host ceiling.
Contributor guide
Research direction
Start by running ./setup and measuring .agents/skills/gstack-ship/SKILL.md with wc -c, as in the reproduction. Trace the setup generation path for the ship skills and make the generated files stay at or below the documented 160000-byte ceiling; confirm setup still exits successfully and check the equivalent host-directory outputs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100