mirror of https://github.com/garrytan/gstack.git
Adds a self-check item to the AskUserQuestion preamble forbidding `\u`- escape encoding of non-ASCII characters (CJK, accents) in AskUserQuestion fields. The tool parameter pipe is UTF-8 native and passes characters through unchanged; manually escaping requires recalling each codepoint from training, which models get wrong on long CJK strings — the user sees `管理工具` rendered as `3用箱` when the model emits the wrong codepoint thinking it has the right one. Long ≠ escape. Keep characters literal. Generated SKILL.md files for all 36 skills that consume the preamble get regenerated in the next commit. Contributed by @joe51317-dotcom (#1205). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| generate-ask-user-format.ts | ||
| generate-brain-health-instruction.ts | ||
| generate-brain-sync-block.ts | ||
| generate-completeness-section.ts | ||
| generate-completion-status.ts | ||
| generate-confusion-protocol.ts | ||
| generate-context-health.ts | ||
| generate-context-recovery.ts | ||
| generate-continuous-checkpoint.ts | ||
| generate-lake-intro.ts | ||
| generate-preamble-bash.ts | ||
| generate-proactive-prompt.ts | ||
| generate-repo-mode-section.ts | ||
| generate-routing-injection.ts | ||
| generate-search-before-building.ts | ||
| generate-spawned-session-check.ts | ||
| generate-telemetry-prompt.ts | ||
| generate-test-failure-triage.ts | ||
| generate-upgrade-check.ts | ||
| generate-vendoring-deprecation.ts | ||
| generate-voice-directive.ts | ||
| generate-writing-style-migration.ts | ||
| generate-writing-style.ts | ||