chore: regenerate Codex/agents SKILL.md files with plan-mode exception

This commit is contained in:
Garry Tan
2026-03-19 22:04:15 -07:00
parent 64039fedb1
commit d589bb0fe0
16 changed files with 149 additions and 19 deletions

View File

@@ -179,7 +179,14 @@ RECOMMENDATION: [what the user should do next]
After the skill workflow completes (success, error, or abort), log the telemetry event.
Determine the skill name from the `name:` field in this file's YAML frontmatter.
Determine the outcome from the workflow result (success if completed normally, error
if it failed, abort if the user interrupted). Run this bash:
if it failed, abort if the user interrupted).
**PLAN MODE EXCEPTION — ALWAYS RUN:** This command writes telemetry to
`~/.gstack/analytics/` (user config directory, not project files). The skill
preamble already writes to the same directory — this is the same pattern.
Skipping this command loses session duration and outcome data.
Run this bash:
```bash
_TEL_END=$(date +%s)