trace-to-skill 0.1.83 → 0.1.84
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -3
- package/dist/src/benchmark.js +6 -0
- package/dist/src/benchmark.js.map +1 -1
- package/dist/src/demo.js +8 -0
- package/dist/src/demo.js.map +1 -1
- package/dist/src/rules.js +17 -0
- package/dist/src/rules.js.map +1 -1
- package/dist/src/types.d.ts +1 -1
- package/docs/BENCHMARK.md +1 -0
- package/docs/CODEX_ISSUE_MAP.md +3 -0
- package/docs/DEMO.md +2 -0
- package/docs/DISCOVERY.md +3 -1
- package/docs/FAILURE_TAXONOMY.md +8 -0
- package/docs/OPENAI_OSS_BRIEF.md +6 -6
- package/docs/SCORECARD.md +2 -1
- package/docs/USE_CASES.md +43 -28
- package/fixtures/codex-usage-bucket-confusion.md +33 -0
- package/llms.txt +3 -1
- package/package.json +4 -1
- package/schemas/analysis-result.schema.json +1 -0
package/README.md
CHANGED
|
@@ -66,6 +66,7 @@ Use it when you need to:
|
|
|
66
66
|
- **Audit bundled plugin drift:** run `trace-to-skill plugin-audit ~/.codex --app /Applications/Codex.app --format json` to check Browser, Chrome, Computer Use, bundled marketplace, plugin cache, manifest, helper app, `CODEX_HOME`, and unsupported feature-flag drift without posting raw logs.
|
|
67
67
|
- **Bundle Codex diagnostics safely:** run `trace-to-skill diagnostics-bundle ~/.codex --output codex-diagnostics` to create a metadata-only support folder with manifest, README, config, plugin, and session audit reports while excluding raw logs, SQLite state, raw config, and transcripts.
|
|
68
68
|
- **Package Codex usage evidence:** run `trace-to-skill usage-evidence ./usage-notes.md --output usage-evidence.md` to turn `/status`, reset tables, usage-limit errors, token totals, prompt-cache collapse rows, rapid drain experiments, and orchestration-overhead clues into a redaction-aware usage receipt.
|
|
69
|
+
- **Clarify usage bucket reports:** run `trace-to-skill codex-report ./runs` when the usage popover shows confusing 5h vs weekly percentages and does not explain remaining/used, rolling/calendar, or account/workspace scope.
|
|
69
70
|
- **Package Codex process evidence:** run `trace-to-skill process-audit ./process-notes.md --output process-audit.md` to turn Task Manager, System Informer, `Get-CimInstance`, `ps`, or `top` snippets into a privacy-aware report for PowerShell CIM polling, stale process-manager entries, high CPU helpers, and runaway renderers.
|
|
70
71
|
- **Bookmark a workspace before agent edits:** run `trace-to-skill checkpoint . --output .trace-to-skill/checkpoints/before-codex` to store git diffs plus copied changed/untracked files before Codex, Claude, Cursor, or another agent touches a dirty repo. It does not auto-restore or run destructive commands.
|
|
71
72
|
- **Share failed traces safely:** run `trace-to-skill redact ./runs --output redacted-runs` before publishing anonymized failure fixtures.
|
|
@@ -234,6 +235,7 @@ Trace analysis detects run-level failures:
|
|
|
234
235
|
| Codex plugin runtime | Browser, Computer Use, Chrome, connectors, or bundled plugins are advertised but fail because helper paths, plugin-list schemas, or cache state drift |
|
|
235
236
|
| Codex file tree UI | Desktop file tree, floating file panel, or file preview cannot be revealed, refreshes stale entries, or loses workspace navigation |
|
|
236
237
|
| Codex session state | Resume, history rendering, context compression, archived chats, or local SQLite/global-state migrations break long sessions |
|
|
238
|
+
| Codex usage bucket confusion | Usage popover 5h and weekly percentages do not explain remaining/used, rolling/calendar, or account/workspace scope |
|
|
237
239
|
| Codex token burn | Background polling, idle app activity, compaction/replay, cached-token-heavy turns, or retry loops drain usage unexpectedly |
|
|
238
240
|
| Codex usage reset drift | Weekly or 5-hour reset anchors move unexpectedly, saved usage is lost, or reset display differs from enforcement |
|
|
239
241
|
| Codex resource leak | Desktop/app/extension/helper processes, shell snapshots, renderer, GPU, or log loops keep consuming local resources |
|
|
@@ -280,6 +282,7 @@ trace-to-skill demo connector-auth-cache
|
|
|
280
282
|
trace-to-skill demo mcp-discovery-mismatch
|
|
281
283
|
trace-to-skill demo mcp-streamable-http
|
|
282
284
|
trace-to-skill demo hooks-runtime
|
|
285
|
+
trace-to-skill demo usage-bucket-confusion
|
|
283
286
|
trace-to-skill demo terminal-output-integrity
|
|
284
287
|
trace-to-skill demo subagent-lifecycle
|
|
285
288
|
trace-to-skill demo patch-overwrite
|
|
@@ -515,7 +518,7 @@ jobs:
|
|
|
515
518
|
issues: write
|
|
516
519
|
steps:
|
|
517
520
|
- uses: actions/checkout@v5
|
|
518
|
-
- uses: grnbtqdbyx-create/trace-to-skill@v0.1.
|
|
521
|
+
- uses: grnbtqdbyx-create/trace-to-skill@v0.1.84
|
|
519
522
|
with:
|
|
520
523
|
mode: all
|
|
521
524
|
doctor-threshold: "85"
|
|
@@ -564,7 +567,7 @@ Composite action usage:
|
|
|
564
567
|
|
|
565
568
|
```yaml
|
|
566
569
|
- id: trace-to-skill
|
|
567
|
-
uses: grnbtqdbyx-create/trace-to-skill@v0.1.
|
|
570
|
+
uses: grnbtqdbyx-create/trace-to-skill@v0.1.84
|
|
568
571
|
with:
|
|
569
572
|
mode: all
|
|
570
573
|
doctor-threshold: "85"
|
|
@@ -606,7 +609,7 @@ Action outputs:
|
|
|
606
609
|
|
|
607
610
|
By default, generated reports are also appended to the GitHub Actions Job Summary. Set `job-summary: "false"` to disable that UI output.
|
|
608
611
|
|
|
609
|
-
Tagged Action releases build and run the CLI from `$GITHUB_ACTION_PATH`, so a workflow pinned to a release tag such as `@v0.1.
|
|
612
|
+
Tagged Action releases build and run the CLI from `$GITHUB_ACTION_PATH`, so a workflow pinned to a release tag such as `@v0.1.84` executes that release's checked-out source instead of pulling the default branch at runtime.
|
|
610
613
|
|
|
611
614
|
## Codex Skill
|
|
612
615
|
|
package/dist/src/benchmark.js
CHANGED
|
@@ -186,6 +186,12 @@ const BENCHMARK_CASES = [
|
|
|
186
186
|
fixture: "fixtures/codex-session-state.md",
|
|
187
187
|
expectedKinds: ["codex_session_state", "weak_evidence"]
|
|
188
188
|
},
|
|
189
|
+
{
|
|
190
|
+
id: "codex-usage-bucket-confusion",
|
|
191
|
+
title: "Codex usage bucket scope and percentage confusion",
|
|
192
|
+
fixture: "fixtures/codex-usage-bucket-confusion.md",
|
|
193
|
+
expectedKinds: ["codex_usage_bucket_confusion", "weak_evidence"]
|
|
194
|
+
},
|
|
189
195
|
{
|
|
190
196
|
id: "codex-token-burn",
|
|
191
197
|
title: "Codex token burn and usage-drain loop",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"benchmark.js","sourceRoot":"","sources":["../../src/benchmark.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"benchmark.js","sourceRoot":"","sources":["../../src/benchmark.ts"],"names":[],"mappings":"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"}
|
package/dist/src/demo.js
CHANGED
|
@@ -93,6 +93,12 @@ const DEMO_SCENARIOS = [
|
|
|
93
93
|
fixture: "fixtures/codex-subagent-lifecycle.md",
|
|
94
94
|
description: "Completed, closed, stale, or interrupted subagents diverge between UI, live registry, persisted state, quota, and parent discoverability."
|
|
95
95
|
},
|
|
96
|
+
{
|
|
97
|
+
id: "usage-bucket-confusion",
|
|
98
|
+
title: "Codex usage bucket confusion",
|
|
99
|
+
fixture: "fixtures/codex-usage-bucket-confusion.md",
|
|
100
|
+
description: "Usage popovers show 5h and weekly percentages without clear remaining/used, rolling/calendar, or account/workspace scope."
|
|
101
|
+
},
|
|
96
102
|
{
|
|
97
103
|
id: "token-burn",
|
|
98
104
|
title: "Codex token burn",
|
|
@@ -185,6 +191,7 @@ export function renderDemoMarkdown(result) {
|
|
|
185
191
|
"trace-to-skill demo hooks-runtime",
|
|
186
192
|
"trace-to-skill demo terminal-output-integrity",
|
|
187
193
|
"trace-to-skill demo subagent-lifecycle",
|
|
194
|
+
"trace-to-skill demo usage-bucket-confusion",
|
|
188
195
|
"trace-to-skill demo file-tree-ui",
|
|
189
196
|
"trace-to-skill demo usage-reset-drift",
|
|
190
197
|
"```",
|
|
@@ -218,6 +225,7 @@ export function renderDemoScenarioList(scenarios = listDemoScenarios()) {
|
|
|
218
225
|
"trace-to-skill demo hooks-runtime",
|
|
219
226
|
"trace-to-skill demo terminal-output-integrity",
|
|
220
227
|
"trace-to-skill demo subagent-lifecycle",
|
|
228
|
+
"trace-to-skill demo usage-bucket-confusion",
|
|
221
229
|
"trace-to-skill demo --list",
|
|
222
230
|
"```",
|
|
223
231
|
""
|
package/dist/src/demo.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"demo.js","sourceRoot":"","sources":["../../src/demo.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"demo.js","sourceRoot":"","sources":["../../src/demo.ts"],"names":[],"mappings":"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"}
|
package/dist/src/rules.js
CHANGED
|
@@ -611,6 +611,23 @@ const RULES = [
|
|
|
611
611
|
suggestedRule: "When Codex session resume or local state fails, capture app/CLI version, OS, session/thread id, rollout JSONL size, line and record counts, largest line size, image/tool-output counts, thread/resume and thread/goal/get timings, renderer/app-server CPU and memory, affected SQLite/global-state files and migration versions, whether codex resume <id> works, whether a new thread works, and any backup or restore steps before editing local state.",
|
|
612
612
|
suggestedSkill: "codex-session-state-triage"
|
|
613
613
|
},
|
|
614
|
+
{
|
|
615
|
+
kind: "codex_usage_bucket_confusion",
|
|
616
|
+
severity: "high",
|
|
617
|
+
title: "Codex usage bucket scope or percentage confusion",
|
|
618
|
+
why: "Users need usage UI evidence to distinguish percent remaining from percent used, short 5h windows from weekly pools, rolling windows from calendar resets, and account-wide usage from local workspace activity.",
|
|
619
|
+
patterns: [
|
|
620
|
+
/\bUsage remaining\b.{0,160}\b5h\b.{0,80}\b\d{1,3}%\b.{0,160}\bWeekly\b.{0,80}\b\d{1,3}%\b/i,
|
|
621
|
+
/\b5h\b.{0,80}\b\d{1,3}%\b.{0,160}\bWeekly\b.{0,80}\b\d{1,3}%\b.{0,160}\b(remaining|usage popover|reset|Jun|rolling|weekly bucket)\b/i,
|
|
622
|
+
/\busage popover\b.{0,240}\b(5h|five-hour|weekly|remaining percentage|percent remaining|percent used|reset date|bucket)\b/i,
|
|
623
|
+
/\b(percent remaining|percent used)\b.{0,240}\b(5h|weekly|usage|popover|bucket|quota)\b/i,
|
|
624
|
+
/\b(weekly bucket|weekly pool|weekly usage)\b.{0,240}\b(rolling 7-day|natural week|calendar week|account-wide|workspace|device|CLI|cloud tasks?|reviews?)\b/i,
|
|
625
|
+
/\b(5h|five-hour|short-term window)\b.{0,160}\b(weekly|weekly pool|weekly bucket)\b.{0,160}\b(confusing|contradictory|inconsistent|under-explained|metering bug)\b/i,
|
|
626
|
+
/\bUsage remaining\b.{0,220}\b(does not say|unclear|ambiguous|scope|semantics|percent used|percent remaining)\b/i
|
|
627
|
+
],
|
|
628
|
+
suggestedRule: "When reporting Codex usage bucket confusion, capture subscription plan, account/workspace, app/CLI version, surface, timestamp, screenshot or redacted popover text, 5h percentage, weekly percentage, reset time/date, whether values are used or remaining, whether weekly is rolling or calendar-based, whether weekly includes app/CLI/cloud/review usage, `/status` output, usage dashboard state, and whether other devices or workspaces show the same values.",
|
|
629
|
+
suggestedSkill: "codex-usage-bucket-triage"
|
|
630
|
+
},
|
|
614
631
|
{
|
|
615
632
|
kind: "codex_token_burn",
|
|
616
633
|
severity: "high",
|
package/dist/src/rules.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rules.js","sourceRoot":"","sources":["../../src/rules.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"rules.js","sourceRoot":"","sources":["../../src/rules.ts"],"names":[],"mappings":"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"}
|
package/dist/src/types.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export type Severity = "low" | "medium" | "high" | "critical";
|
|
2
|
-
export type FindingKind = "premature_completion" | "tests_not_run" | "test_failure" | "ignored_instruction" | "hallucinated_file" | "over_editing" | "unsafe_command" | "secret_exposure" | "sensitive_file_access" | "hidden_unicode" | "prompt_injection" | "codex_remote_compact" | "context_compaction" | "codex_context_fork_bloat" | "codex_subagent_prompt_leakage" | "codex_latest_turn_drift" | "codex_latency_regression" | "codex_thinking_hang" | "codex_clipboard_attachment" | "codex_deeplink_launch" | "codex_connector_auth_cache" | "codex_approval_friction" | "sandbox_permission" | "codex_windows_helper_path" | "codex_connectivity" | "codex_remote_control" | "codex_terminal_output_integrity" | "codex_subagent_lifecycle" | "codex_mcp_discovery_mismatch" | "codex_mcp_runtime" | "codex_mcp_streamable_http" | "codex_hooks_runtime" | "codex_plugin_runtime" | "codex_file_tree_ui" | "codex_session_state" | "codex_token_burn" | "codex_resource_leak" | "codex_tool_call_integrity" | "codex_usage_reset_drift" | "quota_mismatch" | "mcp_risk" | "weak_evidence";
|
|
2
|
+
export type FindingKind = "premature_completion" | "tests_not_run" | "test_failure" | "ignored_instruction" | "hallucinated_file" | "over_editing" | "unsafe_command" | "secret_exposure" | "sensitive_file_access" | "hidden_unicode" | "prompt_injection" | "codex_remote_compact" | "context_compaction" | "codex_context_fork_bloat" | "codex_subagent_prompt_leakage" | "codex_latest_turn_drift" | "codex_latency_regression" | "codex_thinking_hang" | "codex_clipboard_attachment" | "codex_deeplink_launch" | "codex_connector_auth_cache" | "codex_approval_friction" | "sandbox_permission" | "codex_windows_helper_path" | "codex_connectivity" | "codex_remote_control" | "codex_terminal_output_integrity" | "codex_subagent_lifecycle" | "codex_mcp_discovery_mismatch" | "codex_mcp_runtime" | "codex_mcp_streamable_http" | "codex_hooks_runtime" | "codex_plugin_runtime" | "codex_file_tree_ui" | "codex_session_state" | "codex_usage_bucket_confusion" | "codex_token_burn" | "codex_resource_leak" | "codex_tool_call_integrity" | "codex_usage_reset_drift" | "quota_mismatch" | "mcp_risk" | "weak_evidence";
|
|
3
3
|
export interface TraceInput {
|
|
4
4
|
path: string;
|
|
5
5
|
content: string;
|
package/docs/BENCHMARK.md
CHANGED
|
@@ -36,6 +36,7 @@ This benchmark runs the public fixture pack that ships with the repository and p
|
|
|
36
36
|
| Codex plugin runtime and bundled capability failure | `fixtures/codex-plugin-runtime.md` | 59 | 3 | 0 | `codex_plugin_runtime`, `codex_windows_helper_path`, `weak_evidence` | pass |
|
|
37
37
|
| Codex file tree and workspace navigation UI failure | `fixtures/codex-file-tree-ui.md` | 75 | 2 | 0 | `codex_file_tree_ui`, `weak_evidence` | pass |
|
|
38
38
|
| Codex session resume and state failure | `fixtures/codex-session-state.md` | 59 | 3 | 0 | `codex_resource_leak`, `codex_session_state`, `weak_evidence` | pass |
|
|
39
|
+
| Codex usage bucket scope and percentage confusion | `fixtures/codex-usage-bucket-confusion.md` | 59 | 3 | 0 | `codex_token_burn`, `codex_usage_bucket_confusion`, `weak_evidence` | pass |
|
|
39
40
|
| Codex token burn and usage-drain loop | `fixtures/codex-token-burn.md` | 75 | 2 | 0 | `codex_token_burn`, `weak_evidence` | pass |
|
|
40
41
|
| Codex resource leak and runaway process | `fixtures/codex-resource-leak.md` | 75 | 2 | 0 | `codex_resource_leak`, `weak_evidence` | pass |
|
|
41
42
|
| Codex tool-call integrity and rollback failure | `fixtures/codex-tool-call-integrity.md` | 43 | 4 | 0 | `codex_resource_leak`, `codex_subagent_lifecycle`, `codex_tool_call_integrity`, `weak_evidence` | pass |
|
package/docs/CODEX_ISSUE_MAP.md
CHANGED
|
@@ -24,6 +24,7 @@ npx trace-to-skill lsp-audit . --format json
|
|
|
24
24
|
| OpenAI/Codex issue cluster | Common signals | Finding kind | Best command |
|
|
25
25
|
| --- | --- | --- | --- |
|
|
26
26
|
| Token burn, prompt-cache collapse, and usage drain | `tokens burning very fast`, `1% in 4 minutes`, `22 credits`, large cached input totals, `input_tokens` / `cached_input_tokens` / `cached_tokens` / `prompt_cache_key` rows, websocket reconnect cache drops, `write_stdin` empty polls, idle app usage, compaction tax, retry loops, subagent fan-out | `codex_token_burn` plus usage receipt and `prompt_cache_collapse` | `trace-to-skill usage-evidence ./usage-notes.md` first, then `trace-to-skill codex-report ./runs` for trace reports |
|
|
27
|
+
| Usage bucket scope and percentage confusion | usage popover shows `Usage remaining`, `5h 97%`, `Weekly 95%`, reset date without explaining percent remaining vs percent used, rolling 7-day vs calendar-week, account-wide vs workspace/device/app/CLI scope | `codex_usage_bucket_confusion` | `trace-to-skill codex-report ./runs` or `trace-to-skill demo usage-bucket-confusion` |
|
|
27
28
|
| Usage reset schedule drift | weekly reset time changes, `reset_at` jumps, saved quota is wiped or pushed into the next window, outage compensation reset changes the anchor | `codex_usage_reset_drift` | `trace-to-skill usage-evidence ./usage-notes.md` or `trace-to-skill codex-report ./runs` |
|
|
28
29
|
| Remote compact task failures | `/compact` or auto-compact fails, `responses/compact` stream disconnects, `timeout waiting for child process to exit`, `tcp_user_timeout` or `stream_idle_timeout_ms` workarounds, provider-id timeout drift | `codex_remote_compact` | `trace-to-skill codex-report ./runs` |
|
|
29
30
|
| Windows helper and bundled tool path failures | bundled `rg.exe`, `node_repl.exe`, `codex-command-runner.exe`, Browser, Chrome, or Computer Use helpers resolve through `WindowsApps`, missing `%LOCALAPPDATA%\OpenAI\Codex\bin`, broken LocalCache helper bins, `CodexSandboxUsers` ACL gaps, EFS/copyfile failures | `codex_windows_helper_path` | `trace-to-skill codex-report ./runs` |
|
|
@@ -100,10 +101,12 @@ npx trace-to-skill lsp-audit . --format json
|
|
|
100
101
|
- For preflight exclusion reports, attach `sensitive-audit` output and recommended exclude globs; use `--format ignore --ignore-target codexignore` when maintainers want a reviewable `.codexignore` candidate. It does not read file contents or follow symlink targets.
|
|
101
102
|
- For LSP readiness reports, attach `lsp-audit` output so maintainers can see detected languages, evidence files, missing server commands, and install hints without auto-installing tools.
|
|
102
103
|
- For token-burn reports, attach `usage-evidence` output so quota-window percentages, rapid drain experiments, local token totals, prompt-cache collapse events, cached input, and orchestration-overhead signals are not collapsed into one ambiguous symptom.
|
|
104
|
+
- For usage bucket confusion, attach subscription plan, account/workspace, app/CLI version, surface, timestamp, redacted popover text or screenshot, 5h percentage, weekly percentage, reset time/date, whether values are used or remaining, whether weekly is rolling or calendar-based, whether weekly includes app/CLI/cloud/review usage, `/status`, dashboard state, and whether other devices/workspaces show the same values.
|
|
103
105
|
|
|
104
106
|
## Related OpenAI/Codex Threads Used For Fixtures
|
|
105
107
|
|
|
106
108
|
- Token burn, prompt-cache collapse, and usage drain: https://github.com/openai/codex/issues/14593, https://github.com/openai/codex/issues/20301, https://github.com/openai/codex/issues/13733, https://github.com/openai/codex/issues/25420, https://github.com/openai/codex/issues/19585
|
|
109
|
+
- Usage bucket scope and percentage confusion: https://github.com/openai/codex/issues/25471, https://github.com/openai/codex/issues/24860, https://github.com/openai/codex/issues/25343, https://github.com/openai/codex/issues/24274
|
|
107
110
|
- Usage reset schedule drift: https://github.com/openai/codex/issues/9508, https://github.com/openai/codex/issues/5999
|
|
108
111
|
- Remote compact task failures: https://github.com/openai/codex/issues/14860, https://github.com/openai/codex/issues/19009
|
|
109
112
|
- Windows helper and bundled tool path failures: https://github.com/openai/codex/issues/13542, https://github.com/openai/codex/issues/25357, https://github.com/openai/codex/issues/25220
|
package/docs/DEMO.md
CHANGED
|
@@ -95,6 +95,7 @@ Suggested rule:
|
|
|
95
95
|
- `mcp-streamable-http`: Streamable HTTP or SSE MCP servers pass initialize or tools/list but fail parsing, handshakes, auth gating, stale sessions, or reconnects.
|
|
96
96
|
- `hooks-runtime`: Hooks duplicate, stop firing, warn about stale config, skip surfaces, or become hard to manage in Desktop settings.
|
|
97
97
|
- `terminal-output-integrity`: Terminal scrollback, streamed output, or transcript rendering drops, overwrites, truncates, or makes lines inaccessible.
|
|
98
|
+
- `usage-bucket-confusion`: Usage popovers show 5h and weekly percentages without clear remaining/used, rolling/calendar, or account/workspace scope.
|
|
98
99
|
- `token-burn`: Usage drains from background polling, idle activity, compaction loops, retries, or cached-heavy turns.
|
|
99
100
|
- `patch-overwrite`: `apply_patch` accepts `*** Add File` for an existing path, turning a create operation into a silent overwrite.
|
|
100
101
|
- `sensitive-files`: Secrets, local credentials, production env files, or private databases enter agent context.
|
|
@@ -118,6 +119,7 @@ trace-to-skill demo mcp-streamable-http
|
|
|
118
119
|
trace-to-skill demo hooks-runtime
|
|
119
120
|
trace-to-skill demo terminal-output-integrity
|
|
120
121
|
trace-to-skill demo subagent-lifecycle
|
|
122
|
+
trace-to-skill demo usage-bucket-confusion
|
|
121
123
|
trace-to-skill demo file-tree-ui
|
|
122
124
|
trace-to-skill demo usage-reset-drift
|
|
123
125
|
```
|
package/docs/DISCOVERY.md
CHANGED
|
@@ -41,6 +41,7 @@ This page is written for maintainers, search engines, package indexes, and AI re
|
|
|
41
41
|
- Codex app connectors keep stale `link_*` authorization or discovery metadata after `401 Reauthentication required`, plugin reinstall, app restart, or cache regeneration.
|
|
42
42
|
- Codex conversation forks duplicate parent transcript blocks, inflate token counts, break `prompt_cache_key` lineage, drop cache hit rate, or leak `fork_context` subagent history into child context before new work happens.
|
|
43
43
|
- Codex subagents receive assistant/commentary prompt envelopes or sibling prompts despite `fork_turns: "none"`, making independent review, QA, and security lanes cross-contaminated.
|
|
44
|
+
- Codex usage popovers show 5h and weekly percentages without explaining remaining/used, rolling/calendar, or account/workspace/device scope.
|
|
44
45
|
- Codex usage drains unexpectedly because of rapid drain experiments (`1% in 4 minutes`, `22 credits`, `70% weekly in a day`), background `write_stdin` polling, idle app activity, compaction/replay overhead, retry loops, subagent fan-out, fast-mode drift, or cached-token-heavy turns.
|
|
45
46
|
- Codex weekly or 5-hour reset anchors move unexpectedly, saved usage is lost, or `/status` and the dashboard disagree about reset timing or enforcement.
|
|
46
47
|
- Codex usage evidence is scattered across `/status`, dashboard notes, reset tables, usage-limit messages, token totals, prompt-cache rows, cached input, and overhead clues, making high-signal reports hard to file.
|
|
@@ -79,6 +80,7 @@ npx trace-to-skill demo deeplink-launch
|
|
|
79
80
|
npx trace-to-skill demo connector-auth-cache
|
|
80
81
|
npx trace-to-skill demo context-fork-bloat
|
|
81
82
|
npx trace-to-skill demo subagent-prompt-leakage
|
|
83
|
+
npx trace-to-skill demo usage-bucket-confusion
|
|
82
84
|
npx trace-to-skill demo mcp-discovery-mismatch
|
|
83
85
|
npx trace-to-skill demo mcp-streamable-http
|
|
84
86
|
npx trace-to-skill demo hooks-runtime
|
|
@@ -149,7 +151,7 @@ npx trace-to-skill suggest ./runs --target agents-md
|
|
|
149
151
|
|
|
150
152
|
## Related Keywords
|
|
151
153
|
|
|
152
|
-
Codex, OpenAI Codex, Codex issue report, OpenAI triage, Codex LSP, Codex language server, lsp-audit, language-server readiness, typescript-language-server, pyright-langserver, gopls, rust-analyzer, sourcekit-lsp, clangd, Codex diagnostics bundle, privacy-preserving support bundle, workspace checkpoint, pre-agent checkpoint, Codex undo, Codex rewind, untracked file restore, sensitive path audit, sensitive-audit, agentignore, .agentignore, agentignore generator, codexignore, .codexignore, codexignore generator, aiexclude, .aiexclude, .gitignore candidates, exclude sensitive files, Codex plugin audit, Computer Use unavailable, Codex Browser plugin unavailable, bundled marketplace mismatch, generated runtime marketplace, plugin manifest missing, CODEX_HOME mismatch, Codex CLI, Codex sandbox, Windows sandbox, Codex config audit, Codex config.toml, Codex global state, .codex-global-state.json, Codex Speed reset, Codex Fast resets to Standard, service_tier fast, default-service-tier priority, has-user-changed-service-tier, Codex Preferences unable to save, configVersionConflict, default_permissions missing profile, Codex Windows helper path, Codex WindowsApps, Codex rg Access Denied, Codex ripgrep, CodexSandboxUsers, LocalCache Local OpenAI Codex bin, node_repl spawn setup refresh, Codex approval friction, Approve for this session, Allow for this session, approval_policy never, MCP approval prompts, default_tools_approval_mode, Playwright MCP approvals, Chrome DevTools MCP approvals, Codex auth, token_exchange_failed, Codex connectivity, stream disconnected, Codex connector auth cache, Codex Apps stale link, codex_apps_tools, codex_app_directory, Reauthentication required, refresh token revoked, isAccessible false, link_ connector, Codex deeplink, Codex OAuth callback, codex://oauth_callback, Unable to find Electron app, Error launching app, type=click&tag, AppUserModelID, DelegateExecute, codex app path, Codex remote compact, responses/compact, /compact timeout, tcp_user_timeout, stream_idle_timeout_ms, Codex context fork, Codex conversation fork, context fork bloat, codex context fork bloat, forked conversation duplicate context, prompt_cache_key lineage, prompt cache lineage, cached_input_tokens fork, cache hit rate fork, fork_context child context, Codex subagent prompt leakage, Codex subagent prompt leak, subagent prompt boundary, MultiAgentV2, spawn_agent fork_turns none, assistant commentary prompt envelope, sibling prompt leakage, parallel child prompt contamination, wait_agent wrong task, close_agent wrong task, Codex remote control, Codex mobile, Waiting for desktop, Directory Unavailable, stale listener, Codex terminal output, Codex scrollback, Codex terminal history, terminal output integrity, missing_count, missing_examples, tmux_scrollback_repro.sh, line_truncation_repro.md, Windows Terminal scrollback, transcript mode, Codex subagent lifecycle, Codex subagent audit, stale subagents, close_agent, wait_agent, spawn_agent, thread_spawn_edges, agent thread limit reached, agents.max_threads, list_agents, /agents, subagent child threads, fork_context, unbiased review, subagent recent conversations, Codex MCP runtime, MCP unsupported call, mcp__node_repl__js, MCP namespace serverName, MCP Transport closed, StdioServerTransport, Codex Streamable HTTP MCP, streamable-http MCP, HTTP/SSE MCP, MCP SSE, Content-Type text/event-stream, JsonRpcMessage deserialize, MCP handshake initialize, stale MCP session id, MCP reconnect, Penpot MCP, n8n MCP, DingTalk MCP, Codex hooks runtime, hooks.json, codex_hooks, features.hooks, PreToolUse, PostToolUse, SessionStart hook, duplicate hooks, Hook N, Hooks settings, command_execution hooks, Code Mode exec hooks, Codex plugin runtime, Computer Use native pipe path unavailable, SKY_CUA_NATIVE_PIPE_DIRECTORY, Plugin loading failed, plugin/list unknown variant vertical, Codex Browser plugin, Codex Computer Use, Codex Chrome plugin, stale plugin cache, codex plugin add, Codex file tree, Toggle File Tree, missing folder icon, floating file panel stale, file preview fails, workspace navigation, Codex project history disappeared, Codex project threads hidden, Codex session index repair, unindexed rollout thread, codex resume thread id, Codex latest-turn drift, Codex replies to earlier messages, stale prompt response, ignoring latest message, previous prompt, auto compaction forgets edits, raw tool payload leak, write_stdin session_id, Codex latency regression, GPT-5.5 Fast slow, Codex too slow, thinking stalls, Codex thinking hang, Codex stuck thinking, Codex Working stuck, no streamed follow-up, first response_item delayed, responses_http time.idle, model_client.stream_responses_api, turn/start, task_started, Codex Copy as Markdown missing, Codex Pasted text.txt, Codex long pasted prompt attachment, Codex clipboard export, Codex paste as text, Codex generated attachment preview edit, Codex goal ignores attachment, pasted-text-attachments.json, fileAttachments promptRaw composer.getText, pre-first-token latency, search/read latency, runtime scheduling latency, Codex resume, Codex session audit, Codex history audit, Codex history map, Codex session index, session_index.jsonl, Codex session state, rollout JSONL, logs_2.sqlite, codex-tui.log, sandbox.log, thread_goals, state_5.sqlite, goals_1.sqlite, archived chats, Codex token burn, Codex usage evidence, Codex rate-limit evidence, Codex usage drain, prompt cache collapse, prompt_cache_key, cached_input_tokens, cached_tokens, low cache hit rate, websocket reconnect cache drop, Codex usage reset, Codex weekly reset drift, reset_at changed, deterministic reset, rate limit reset, write_stdin polling, cached input tokens, compaction tax, background process polling, Codex process audit, PowerShell polling, powershell.exe Get-CimInstance Win32_Process, Win32_PerfFormattedData_PerfProc_Process, chat_processes.json stale entries, Codex resource leak, Codex performance, high CPU, high GPU, shell-snapshot, Code Helper Renderer, Codex tool-call integrity, apply_patch, apply_patch Add File overwrite, patch guard, guard-patch, Add File symlink, tool_call_id, failed revert changes, patch safety, Codex quota, usage limit, rate limits, sensitive files, Codex privacy, .env, private keys, credential files, AGENTS.md, SKILL.md, Claude Code, Cursor, Copilot coding agent, Gemini CLI, MCP, Model Context Protocol, prompt injection, agent evals, AI code review, open-source maintainers, trace redaction, SARIF, GitHub Actions.
|
|
154
|
+
Codex, OpenAI Codex, Codex issue report, OpenAI triage, Codex LSP, Codex language server, lsp-audit, language-server readiness, typescript-language-server, pyright-langserver, gopls, rust-analyzer, sourcekit-lsp, clangd, Codex diagnostics bundle, privacy-preserving support bundle, workspace checkpoint, pre-agent checkpoint, Codex undo, Codex rewind, untracked file restore, sensitive path audit, sensitive-audit, agentignore, .agentignore, agentignore generator, codexignore, .codexignore, codexignore generator, aiexclude, .aiexclude, .gitignore candidates, exclude sensitive files, Codex plugin audit, Computer Use unavailable, Codex Browser plugin unavailable, bundled marketplace mismatch, generated runtime marketplace, plugin manifest missing, CODEX_HOME mismatch, Codex CLI, Codex sandbox, Windows sandbox, Codex config audit, Codex config.toml, Codex global state, .codex-global-state.json, Codex Speed reset, Codex Fast resets to Standard, service_tier fast, default-service-tier priority, has-user-changed-service-tier, Codex Preferences unable to save, configVersionConflict, default_permissions missing profile, Codex Windows helper path, Codex WindowsApps, Codex rg Access Denied, Codex ripgrep, CodexSandboxUsers, LocalCache Local OpenAI Codex bin, node_repl spawn setup refresh, Codex approval friction, Approve for this session, Allow for this session, approval_policy never, MCP approval prompts, default_tools_approval_mode, Playwright MCP approvals, Chrome DevTools MCP approvals, Codex auth, token_exchange_failed, Codex connectivity, stream disconnected, Codex connector auth cache, Codex Apps stale link, codex_apps_tools, codex_app_directory, Reauthentication required, refresh token revoked, isAccessible false, link_ connector, Codex deeplink, Codex OAuth callback, codex://oauth_callback, Unable to find Electron app, Error launching app, type=click&tag, AppUserModelID, DelegateExecute, codex app path, Codex remote compact, responses/compact, /compact timeout, tcp_user_timeout, stream_idle_timeout_ms, Codex context fork, Codex conversation fork, context fork bloat, codex context fork bloat, forked conversation duplicate context, prompt_cache_key lineage, prompt cache lineage, cached_input_tokens fork, cache hit rate fork, fork_context child context, Codex subagent prompt leakage, Codex subagent prompt leak, subagent prompt boundary, MultiAgentV2, spawn_agent fork_turns none, assistant commentary prompt envelope, sibling prompt leakage, parallel child prompt contamination, wait_agent wrong task, close_agent wrong task, Codex usage bucket, Codex usage popover, Usage remaining, 5h weekly usage, weekly pool, usage percentage confusion, percent remaining, percent used, rolling 7-day usage, calendar week usage, account-wide Codex usage, Codex remote control, Codex mobile, Waiting for desktop, Directory Unavailable, stale listener, Codex terminal output, Codex scrollback, Codex terminal history, terminal output integrity, missing_count, missing_examples, tmux_scrollback_repro.sh, line_truncation_repro.md, Windows Terminal scrollback, transcript mode, Codex subagent lifecycle, Codex subagent audit, stale subagents, close_agent, wait_agent, spawn_agent, thread_spawn_edges, agent thread limit reached, agents.max_threads, list_agents, /agents, subagent child threads, fork_context, unbiased review, subagent recent conversations, Codex MCP runtime, MCP unsupported call, mcp__node_repl__js, MCP namespace serverName, MCP Transport closed, StdioServerTransport, Codex Streamable HTTP MCP, streamable-http MCP, HTTP/SSE MCP, MCP SSE, Content-Type text/event-stream, JsonRpcMessage deserialize, MCP handshake initialize, stale MCP session id, MCP reconnect, Penpot MCP, n8n MCP, DingTalk MCP, Codex hooks runtime, hooks.json, codex_hooks, features.hooks, PreToolUse, PostToolUse, SessionStart hook, duplicate hooks, Hook N, Hooks settings, command_execution hooks, Code Mode exec hooks, Codex plugin runtime, Computer Use native pipe path unavailable, SKY_CUA_NATIVE_PIPE_DIRECTORY, Plugin loading failed, plugin/list unknown variant vertical, Codex Browser plugin, Codex Computer Use, Codex Chrome plugin, stale plugin cache, codex plugin add, Codex file tree, Toggle File Tree, missing folder icon, floating file panel stale, file preview fails, workspace navigation, Codex project history disappeared, Codex project threads hidden, Codex session index repair, unindexed rollout thread, codex resume thread id, Codex latest-turn drift, Codex replies to earlier messages, stale prompt response, ignoring latest message, previous prompt, auto compaction forgets edits, raw tool payload leak, write_stdin session_id, Codex latency regression, GPT-5.5 Fast slow, Codex too slow, thinking stalls, Codex thinking hang, Codex stuck thinking, Codex Working stuck, no streamed follow-up, first response_item delayed, responses_http time.idle, model_client.stream_responses_api, turn/start, task_started, Codex Copy as Markdown missing, Codex Pasted text.txt, Codex long pasted prompt attachment, Codex clipboard export, Codex paste as text, Codex generated attachment preview edit, Codex goal ignores attachment, pasted-text-attachments.json, fileAttachments promptRaw composer.getText, pre-first-token latency, search/read latency, runtime scheduling latency, Codex resume, Codex session audit, Codex history audit, Codex history map, Codex session index, session_index.jsonl, Codex session state, rollout JSONL, logs_2.sqlite, codex-tui.log, sandbox.log, thread_goals, state_5.sqlite, goals_1.sqlite, archived chats, Codex token burn, Codex usage evidence, Codex rate-limit evidence, Codex usage drain, prompt cache collapse, prompt_cache_key, cached_input_tokens, cached_tokens, low cache hit rate, websocket reconnect cache drop, Codex usage reset, Codex weekly reset drift, reset_at changed, deterministic reset, rate limit reset, write_stdin polling, cached input tokens, compaction tax, background process polling, Codex process audit, PowerShell polling, powershell.exe Get-CimInstance Win32_Process, Win32_PerfFormattedData_PerfProc_Process, chat_processes.json stale entries, Codex resource leak, Codex performance, high CPU, high GPU, shell-snapshot, Code Helper Renderer, Codex tool-call integrity, apply_patch, apply_patch Add File overwrite, patch guard, guard-patch, Add File symlink, tool_call_id, failed revert changes, patch safety, Codex quota, usage limit, rate limits, sensitive files, Codex privacy, .env, private keys, credential files, AGENTS.md, SKILL.md, Claude Code, Cursor, Copilot coding agent, Gemini CLI, MCP, Model Context Protocol, prompt injection, agent evals, AI code review, open-source maintainers, trace redaction, SARIF, GitHub Actions.
|
|
153
155
|
|
|
154
156
|
## Non-Goals
|
|
155
157
|
|
package/docs/FAILURE_TAXONOMY.md
CHANGED
|
@@ -128,6 +128,14 @@ Common signals include a forked conversation carrying the full parent transcript
|
|
|
128
128
|
|
|
129
129
|
The fix is to capture Codex app/CLI/extension version, surface, model, fork source thread id, forked thread id, fork action timestamp, fork boundary marker, `input_tokens` and `cached_input_tokens` before and after the fork, `prompt_cache_key` before and after, cache hit rate, duplicated parent-turn or tool-transcript examples with line ids, whether new files were read before the token jump, compaction state, subagent or `fork_context` history, minimal reproduction steps, and whether a fresh thread or non-fork continuation avoids the bloat.
|
|
130
130
|
|
|
131
|
+
## Codex Usage Bucket Confusion
|
|
132
|
+
|
|
133
|
+
Codex usage reports can be technically correct but still impossible for users to interpret. When a popover shows 5h and weekly percentages without saying whether they are used or remaining, rolling or calendar-based, account-wide or workspace-local, users cannot tell whether the display is a metering bug or expected quota accounting.
|
|
134
|
+
|
|
135
|
+
Common signals include `Usage remaining`, compact rows like `5h 97%` and `Weekly 95%`, reset dates such as `Jun 7`, first-window-of-week confusion, labels that do not say percent remaining versus percent used, unclear rolling 7-day versus natural-week semantics, and uncertainty about whether app, CLI, cloud tasks, reviews, other devices, or other workspaces share the weekly pool.
|
|
136
|
+
|
|
137
|
+
The fix is to capture subscription plan, account/workspace, app/CLI version, surface, timestamp, screenshot or redacted popover text, 5h percentage, weekly percentage, reset time/date, whether values are used or remaining, whether weekly is rolling or calendar-based, whether weekly includes app/CLI/cloud/review usage, `/status` output, usage dashboard state, and whether other devices or workspaces show the same values.
|
|
138
|
+
|
|
131
139
|
## Codex Subagent Prompt Leakage
|
|
132
140
|
|
|
133
141
|
Codex MultiAgentV2 child agents can fail the task boundary even when the parent asks for isolated children. When `spawn_agent` with `fork_turns: "none"` records the delegated task as an assistant/commentary JSON envelope, or a same-turn parallel child sees a sibling prompt, independent review, QA, and security lanes are no longer independent.
|
package/docs/OPENAI_OSS_BRIEF.md
CHANGED
|
@@ -3,18 +3,18 @@
|
|
|
3
3
|
| Field | Value |
|
|
4
4
|
| --- | --- |
|
|
5
5
|
| Repository | https://github.com/grnbtqdbyx-create/trace-to-skill |
|
|
6
|
-
| Package | trace-to-skill@0.1.
|
|
6
|
+
| Package | trace-to-skill@0.1.84 |
|
|
7
7
|
| License | Apache-2.0 |
|
|
8
8
|
| Codex readiness | ready (100/100) |
|
|
9
|
-
| Benchmark | pass,
|
|
9
|
+
| Benchmark | pass, 38 cases |
|
|
10
10
|
|
|
11
11
|
## Why This Repository Qualifies
|
|
12
12
|
|
|
13
|
-
trace-to-skill helps open-source maintainers adopt Codex safely by turning failed coding-agent runs into evidence-backed rules, reusable workflows, and CI gates. It supports real maintenance work: PR review, issue triage, release quality, MCP risk, prompt-injection defense, privacy-preserving trace sharing, and repeat failure reduction. The repository is ready, scores 100/100 on the local Codex readiness doctor, and ships a deterministic benchmark with
|
|
13
|
+
trace-to-skill helps open-source maintainers adopt Codex safely by turning failed coding-agent runs into evidence-backed rules, reusable workflows, and CI gates. It supports real maintenance work: PR review, issue triage, release quality, MCP risk, prompt-injection defense, privacy-preserving trace sharing, and repeat failure reduction. The repository is ready, scores 100/100 on the local Codex readiness doctor, and ships a deterministic benchmark with 38 public fixture cases.
|
|
14
14
|
|
|
15
15
|
### 500-Character Version
|
|
16
16
|
|
|
17
|
-
> trace-to-skill helps open-source maintainers adopt Codex safely by turning failed coding-agent runs into evidence-backed rules, reusable workflows, and CI gates. It supports real maintenance work: PR review, issue triage, release quality, MCP risk, prompt-injection defense, privacy-preserving trace sharing, and repeat failure reduction. The repository is ready, scores 100/100 on the local Codex readiness doctor, and ships a deterministic benchmark with
|
|
17
|
+
> trace-to-skill helps open-source maintainers adopt Codex safely by turning failed coding-agent runs into evidence-backed rules, reusable workflows, and CI gates. It supports real maintenance work: PR review, issue triage, release quality, MCP risk, prompt-injection defense, privacy-preserving trace sharing, and repeat failure reduction. The repository is ready, scores 100/100 on the local Codex readiness doctor, and ships a deterministic benchmark with 38 public fixture cases.
|
|
18
18
|
|
|
19
19
|
## How API Credits Would Be Used
|
|
20
20
|
|
|
@@ -27,10 +27,10 @@ API credits would power optional maintainer workflows on top of the local determ
|
|
|
27
27
|
## Evidence
|
|
28
28
|
|
|
29
29
|
- Public repository: https://github.com/grnbtqdbyx-create/trace-to-skill
|
|
30
|
-
- One-command package: npx trace-to-skill@0.1.
|
|
30
|
+
- One-command package: npx trace-to-skill@0.1.84
|
|
31
31
|
- Open-source license: Apache-2.0
|
|
32
32
|
- Codex readiness doctor: ready, 100/100, 0 failed checks.
|
|
33
|
-
- Public fixture benchmark: pass,
|
|
33
|
+
- Public fixture benchmark: pass, 38 cases.
|
|
34
34
|
- Maintainer control: generated rules are suggestions, evidence is line-linked, and secrets can be redacted before sharing.
|
|
35
35
|
|
|
36
36
|
## Next Steps Before Submitting
|
package/docs/SCORECARD.md
CHANGED
|
@@ -9,7 +9,7 @@ Status: **pass**
|
|
|
9
9
|
| Failed doctor checks | 0 |
|
|
10
10
|
| Critical findings | 0 |
|
|
11
11
|
| Built-in benchmark | pass |
|
|
12
|
-
| Benchmark cases |
|
|
12
|
+
| Benchmark cases | 38 |
|
|
13
13
|
|
|
14
14
|
## Doctor Summary
|
|
15
15
|
|
|
@@ -53,6 +53,7 @@ This benchmark runs the public fixture pack that ships with the repository and p
|
|
|
53
53
|
| Codex plugin runtime and bundled capability failure | `fixtures/codex-plugin-runtime.md` | 59 | 3 | 0 | `codex_plugin_runtime`, `codex_windows_helper_path`, `weak_evidence` | pass |
|
|
54
54
|
| Codex file tree and workspace navigation UI failure | `fixtures/codex-file-tree-ui.md` | 75 | 2 | 0 | `codex_file_tree_ui`, `weak_evidence` | pass |
|
|
55
55
|
| Codex session resume and state failure | `fixtures/codex-session-state.md` | 59 | 3 | 0 | `codex_resource_leak`, `codex_session_state`, `weak_evidence` | pass |
|
|
56
|
+
| Codex usage bucket scope and percentage confusion | `fixtures/codex-usage-bucket-confusion.md` | 59 | 3 | 0 | `codex_token_burn`, `codex_usage_bucket_confusion`, `weak_evidence` | pass |
|
|
56
57
|
| Codex token burn and usage-drain loop | `fixtures/codex-token-burn.md` | 75 | 2 | 0 | `codex_token_burn`, `weak_evidence` | pass |
|
|
57
58
|
| Codex resource leak and runaway process | `fixtures/codex-resource-leak.md` | 75 | 2 | 0 | `codex_resource_leak`, `weak_evidence` | pass |
|
|
58
59
|
| Codex tool-call integrity and rollback failure | `fixtures/codex-tool-call-integrity.md` | 43 | 4 | 0 | `codex_resource_leak`, `codex_subagent_lifecycle`, `codex_tool_call_integrity`, `weak_evidence` | pass |
|
package/docs/USE_CASES.md
CHANGED
|
@@ -24,6 +24,7 @@ npx trace-to-skill demo mcp-streamable-http
|
|
|
24
24
|
npx trace-to-skill demo hooks-runtime
|
|
25
25
|
npx trace-to-skill demo terminal-output-integrity
|
|
26
26
|
npx trace-to-skill demo subagent-lifecycle
|
|
27
|
+
npx trace-to-skill demo usage-bucket-confusion
|
|
27
28
|
npx trace-to-skill sensitive-audit .
|
|
28
29
|
npx trace-to-skill sensitive-audit . --format ignore --ignore-target codexignore --output .codexignore.generated
|
|
29
30
|
npx trace-to-skill lsp-audit .
|
|
@@ -33,7 +34,7 @@ What it proves:
|
|
|
33
34
|
|
|
34
35
|
- packaged fixtures can produce a real Codex issue report immediately
|
|
35
36
|
- maintainers can inspect the output shape before sharing any private log
|
|
36
|
-
- demos cover remote compact failures, context fork bloat, subagent prompt leakage, Windows helper path failures, patch overwrite safety, approval friction, latency, Thinking hangs, clipboard/attachment regressions, deeplink/OAuth launch regressions, connector auth-cache regressions, MCP discovery/config-scope mismatches, Streamable HTTP MCP parse/handshake failures, hooks runtime failures, terminal output/scrollback integrity, subagent lifecycle drift, token burn, sensitive files, and prompt injection
|
|
37
|
+
- demos cover remote compact failures, context fork bloat, subagent prompt leakage, usage bucket confusion, Windows helper path failures, patch overwrite safety, approval friction, latency, Thinking hangs, clipboard/attachment regressions, deeplink/OAuth launch regressions, connector auth-cache regressions, MCP discovery/config-scope mismatches, Streamable HTTP MCP parse/handshake failures, hooks runtime failures, terminal output/scrollback integrity, subagent lifecycle drift, token burn, sensitive files, and prompt injection
|
|
37
38
|
- `sensitive-audit` scans filenames and paths before an agent run, without reading file contents, so teams can build `.agentignore`, `.aiexclude`, `.codexignore`, `.gitignore`, or sandbox permission profiles from a concrete repo report
|
|
38
39
|
- `lsp-audit` scans repo language signals and PATH availability so teams know which language servers are ready before asking Codex for symbol-aware edits
|
|
39
40
|
|
|
@@ -58,7 +59,7 @@ What it proves:
|
|
|
58
59
|
Recommended CI surface:
|
|
59
60
|
|
|
60
61
|
```yaml
|
|
61
|
-
- uses: grnbtqdbyx-create/trace-to-skill@v0.1.
|
|
62
|
+
- uses: grnbtqdbyx-create/trace-to-skill@v0.1.84
|
|
62
63
|
with:
|
|
63
64
|
mode: all
|
|
64
65
|
doctor-threshold: "85"
|
|
@@ -195,7 +196,21 @@ The receipt separates:
|
|
|
195
196
|
- orchestration-overhead signals that may burn usage without accepted work
|
|
196
197
|
- suspected cause buckets to keep public reports comparable
|
|
197
198
|
|
|
198
|
-
## 11. Codex
|
|
199
|
+
## 11. Codex Usage Bucket Scope Evidence
|
|
200
|
+
|
|
201
|
+
Use this when Codex usage UI shows 5h and weekly percentages but does not explain the accounting scope.
|
|
202
|
+
|
|
203
|
+
```bash
|
|
204
|
+
npx trace-to-skill demo usage-bucket-confusion
|
|
205
|
+
npx trace-to-skill analyze ./runs --format json
|
|
206
|
+
npx trace-to-skill codex-report ./runs --output openai-codex-usage-bucket-confusion.md
|
|
207
|
+
```
|
|
208
|
+
|
|
209
|
+
This catches signals such as `Usage remaining`, `5h 97%`, `Weekly 95%`, reset dates without scope labels, percent remaining versus percent used ambiguity, rolling 7-day versus natural-week ambiguity, and uncertainty about whether app, CLI, cloud tasks, reviews, other devices, or other workspaces share the weekly pool.
|
|
210
|
+
|
|
211
|
+
Include subscription plan, account/workspace, app/CLI version, surface, timestamp, screenshot or redacted popover text, 5h percentage, weekly percentage, reset time/date, whether values are used or remaining, whether weekly is rolling or calendar-based, whether weekly includes app/CLI/cloud/review usage, `/status` output, usage dashboard state, and whether other devices or workspaces show the same values.
|
|
212
|
+
|
|
213
|
+
## 12. Codex Windows Helper Path Triage
|
|
199
214
|
|
|
200
215
|
Use this when Codex Desktop on Windows discovers bundled tools or plugin helpers but cannot execute them from the integrated terminal, tool runner, Browser, Chrome, Computer Use, or node_repl path.
|
|
201
216
|
|
|
@@ -205,7 +220,7 @@ npx trace-to-skill codex-report ./runs --output openai-codex-windows-helper-issu
|
|
|
205
220
|
|
|
206
221
|
This catches signals such as `Program 'rg.exe' failed to run`, `Access is denied`, `WindowsApps\OpenAI.Codex...\app\resources`, missing `%LOCALAPPDATA%\OpenAI\Codex\bin`, missing MSIX LocalCache helper bins, `CodexSandboxUsers` ACL/RX problems, `copyfile` failures from WindowsApps bundled plugin manifests, EFS/Application Protected attributes, `windows sandbox failed: spawn setup refresh`, `missing-helper-path`, and unavailable Browser/Chrome/Computer Use plugin helpers.
|
|
207
222
|
|
|
208
|
-
##
|
|
223
|
+
## 13. Codex Mobile And Remote-Control Route Health
|
|
209
224
|
|
|
210
225
|
Use this when Codex mobile, SSH remote, or desktop remote-control says it is connected but commands do not reach the expected host, workspace, or app-server.
|
|
211
226
|
|
|
@@ -215,7 +230,7 @@ npx trace-to-skill analyze ./runs --format json
|
|
|
215
230
|
|
|
216
231
|
This catches signals such as `Waiting for desktop`, `Directory: Unavailable`, stale `server_name` enrollment, stale remote-control listener, `127.0.0.1:14567`, missing cached helper files such as `codex-windows-sandbox-setup.exe` or `codex-command-runner.exe`, empty backend environments, stale Android session lists, and temporary recovery after re-pairing or listener restart.
|
|
217
232
|
|
|
218
|
-
##
|
|
233
|
+
## 14. Codex Terminal Output And Scrollback Integrity
|
|
219
234
|
|
|
220
235
|
Use this when Codex terminal output, streamed assistant text, or scrollback becomes untrustworthy even though raw logs, transcripts, or transaction views still contain the missing lines.
|
|
221
236
|
|
|
@@ -229,7 +244,7 @@ This catches signals such as Windows Terminal scrollback lines disappearing, str
|
|
|
229
244
|
|
|
230
245
|
Include the Codex CLI/app/extension version, OS, shell, terminal emulator and version, WSL/SSH/tmux/Zellij state, model, whether streaming was active, exact scroll action, terminal dimensions and scrollback settings, first missing or duplicated line id, raw log/transcript proof, terminal capture, numbered-line harness output, control run, `/resume` or transcript recovery behavior, and whether another terminal or downgrade changes the result.
|
|
231
246
|
|
|
232
|
-
##
|
|
247
|
+
## 15. Codex Subagent Lifecycle And State Reconciliation
|
|
233
248
|
|
|
234
249
|
Use this when subagents appear completed, closed, stale, or interrupted but Codex cannot reconcile UI state, live handles, persisted spawn edges, parent discoverability, and active spawn quota.
|
|
235
250
|
|
|
@@ -243,7 +258,7 @@ This catches signals such as completed subagents remaining visible in the Subage
|
|
|
243
258
|
|
|
244
259
|
Include Codex app/CLI/extension version, OS, surface, model, subscription/workspace, root thread id, subagent ids/nicknames/roles, spawn/close/list commands, `close_agent` results, `list_agents` or `/agents` output, `thread_spawn_edges` status counts, `agents.max_threads` or registry quota evidence, recent-list/sidebar behavior, child-thread archive/top-level status, last-progress or halt reason, MCP server state, compaction/resume timing, redacted UI evidence, restart/reload behavior, and whether stale agents are UI-only or still block spawns.
|
|
245
260
|
|
|
246
|
-
##
|
|
261
|
+
## 16. Codex MCP Runtime Triage
|
|
247
262
|
|
|
248
263
|
Use this when MCP tools are configured and visible, but Codex cannot actually call them at runtime.
|
|
249
264
|
|
|
@@ -254,7 +269,7 @@ npx trace-to-skill config-audit ~/.codex --format json
|
|
|
254
269
|
|
|
255
270
|
This catches signals such as `user cancelled MCP tool call`, `request_user_input is not supported in exec mode`, `Approve app tool call?`, `tool_call_mcp_elicitation`, routed callable names like `mcp__node_repl__js` becoming `unsupported call`, deferred discovery dropping namespace or `serverName`, `tools/list` succeeding while Codex routing fails, and stdio transport lifecycle failures such as `Transport closed`, `stdin_end`, `stdin_close`, `transport_close`, or stderr backpressure.
|
|
256
271
|
|
|
257
|
-
##
|
|
272
|
+
## 17. Codex Resume And Session State Triage
|
|
258
273
|
|
|
259
274
|
Use this when long Codex sessions become difficult to resume, Desktop history rendering gets sluggish, or local state migrations break goals/projects/history.
|
|
260
275
|
|
|
@@ -271,7 +286,7 @@ This catches signals such as `codex resume` picker hangs, `codex resume <id>` wo
|
|
|
271
286
|
|
|
272
287
|
For mixed resume, crash, config, plugin, or history issues, `diagnostics-bundle` writes the session, config, and plugin reports together with a checklist of files not to attach publicly.
|
|
273
288
|
|
|
274
|
-
##
|
|
289
|
+
## 18. Codex File Tree UI Evidence
|
|
275
290
|
|
|
276
291
|
Use this when Codex Desktop cannot reveal project files through the native file tree, folder icon, floating file panel, or built-in preview.
|
|
277
292
|
|
|
@@ -282,7 +297,7 @@ npx trace-to-skill codex-report ./runs --output openai-codex-issue.md
|
|
|
282
297
|
|
|
283
298
|
This catches signals such as `View > Toggle File Tree` doing nothing, `Cmd+Shift+E` or `Ctrl+Shift+E` having no visible effect, the folder icon disappearing, the floating file panel showing stale or unclickable entries after add/rename/delete operations, and `.doc`, `.pdf`, or `.ppt` previews failing until restart.
|
|
284
299
|
|
|
285
|
-
##
|
|
300
|
+
## 19. Codex Token Burn Attribution
|
|
286
301
|
|
|
287
302
|
Use this when Codex usage drains faster than expected and the trace needs to separate useful model work from orchestration overhead.
|
|
288
303
|
|
|
@@ -295,7 +310,7 @@ This catches signals such as tokens `burning very fast`, usage dropping by visib
|
|
|
295
310
|
|
|
296
311
|
For public reports, prefer `usage-evidence` first so the quota-window, local-token, and orchestration-overhead layers are visible separately.
|
|
297
312
|
|
|
298
|
-
##
|
|
313
|
+
## 20. Usage Reset Drift Evidence
|
|
299
314
|
|
|
300
315
|
Use this when Codex reset timing changes unexpectedly or users lose the ability to plan paid usage.
|
|
301
316
|
|
|
@@ -306,7 +321,7 @@ npx trace-to-skill codex-report ./runs --output openai-codex-issue.md
|
|
|
306
321
|
|
|
307
322
|
This catches signals such as weekly reset dates moving from one date to another, `reset_at` jumping after the first prompt, saved weekly usage being wiped or pushed into the next window, outage compensation resets changing the anchor, `/status` and dashboard disagreement, and requests for deterministic reset schedules or rollover of unused prior-window usage.
|
|
308
323
|
|
|
309
|
-
##
|
|
324
|
+
## 21. Quota And Usage-Limit Evidence
|
|
310
325
|
|
|
311
326
|
Use this when Codex blocks a prompt with a usage-limit message but another surface still shows remaining quota.
|
|
312
327
|
|
|
@@ -316,7 +331,7 @@ npx trace-to-skill analyze ./runs --format json
|
|
|
316
331
|
|
|
317
332
|
This catches traces where `/status` or the usage page shows remaining 5h or weekly quota, accounts appear to share limits unexpectedly, a Team account inherits a Plus account's limit state, or quota reset times jump after logout/login.
|
|
318
333
|
|
|
319
|
-
##
|
|
334
|
+
## 22. Codex Resource Leak Evidence
|
|
320
335
|
|
|
321
336
|
Use this when Codex Desktop, the VS Code extension, renderer, app-server, GPU process, shell snapshot, or helper process keeps burning local resources after the useful work should be idle.
|
|
322
337
|
|
|
@@ -338,7 +353,7 @@ npx trace-to-skill process-audit ./process-notes.md --format json
|
|
|
338
353
|
|
|
339
354
|
`process-audit` packages Task Manager, System Informer, `Get-CimInstance`, `ps`, `top`, or handwritten process measurement snippets into a smaller public report. It detects PowerShell/pwsh CIM polling such as `Get-CimInstance Win32_Process`, high-CPU Codex/helper/renderer samples, stale `process_manager/chat_processes.json` mentions, and runaway helper signals without inspecting live processes or asking users to post full raw process dumps.
|
|
340
355
|
|
|
341
|
-
##
|
|
356
|
+
## 23. Codex Thinking Hang Evidence
|
|
342
357
|
|
|
343
358
|
Use this when Codex accepts a prompt, finishes a local tool call, or keeps a Responses stream open but the UI/CLI remains on Thinking or Working with no visible assistant follow-up.
|
|
344
359
|
|
|
@@ -352,7 +367,7 @@ This catches signals such as `turn/start`, `task_started`, a completed local too
|
|
|
352
367
|
|
|
353
368
|
Include the Codex version, OS, model and reasoning/speed settings, turn or thread id, prompt timestamp, last successful tool output, first `response_item` timestamp, `responses_http` or websocket transport evidence, `time.busy` / `time.idle`, MCP/subagent state, stop/interrupt behavior, and whether a new thread or minimal config recovers.
|
|
354
369
|
|
|
355
|
-
##
|
|
370
|
+
## 24. Codex Clipboard And Pasted-Text Attachment Evidence
|
|
356
371
|
|
|
357
372
|
Use this when copy/export, long pasted prompts, or generated `Pasted text.txt` attachments break Codex prompt, `/goal`, or support-report workflows.
|
|
358
373
|
|
|
@@ -366,7 +381,7 @@ This catches signals such as `Copy as Markdown` disappearing from the Copy menu,
|
|
|
366
381
|
|
|
367
382
|
Include app version, OS, surface, exact copy menu items, source text size, paste action, visible editor text, generated attachment name/path/size, `pasted-text-attachments.json` or fileAttachments metadata, command path such as `/goal`, preview/edit/revert actions tried, clipboard payload format, and whether paste-as-text, opt-out, explicit file reference, or downgrade changes behavior.
|
|
368
383
|
|
|
369
|
-
##
|
|
384
|
+
## 25. Codex Deeplink And External Launch Evidence
|
|
370
385
|
|
|
371
386
|
Use this when OAuth callbacks, notification clicks, browser extension activation, mobile pairing, or CLI app-open commands fail to route back into Codex.
|
|
372
387
|
|
|
@@ -380,7 +395,7 @@ This catches signals such as `codex://oauth_callback?code=...` opening an Electr
|
|
|
380
395
|
|
|
381
396
|
Include app/CLI/extension version, OS/build, install source, package id/path, affected surface, exact redacted URI shape, browser and connector/plugin name, error dialog text, whether the app was already running, AppX/MSIX evidence such as AppUserModelID and DelegateExecute, HKCU/HKCR `codex` keys, command-line arguments, repair/reinstall/re-register attempts, and whether manual `codex://test` or `Start-Process` reproduces.
|
|
382
397
|
|
|
383
|
-
##
|
|
398
|
+
## 26. Codex App Connector Auth Cache Evidence
|
|
384
399
|
|
|
385
400
|
Use this when Codex app connectors appear installed but keep stale auth or discovery metadata after a reauth-required response.
|
|
386
401
|
|
|
@@ -394,7 +409,7 @@ This catches signals such as `401: "Server returned 401: 'Reauthentication requi
|
|
|
394
409
|
|
|
395
410
|
Include app/CLI version, OS, connector/plugin name and id, installed plugin root, exact tool name, redacted `codex_apps_tools` and `codex_app_directory` metadata, `link_*` id before/after reconnect, `isAccessible` state, restart/remove/re-add/cache-clear/sign-in attempts, ChatGPT app page state, and whether an external MCP workaround succeeds.
|
|
396
411
|
|
|
397
|
-
##
|
|
412
|
+
## 27. Codex MCP Discovery And Config Scope Evidence
|
|
398
413
|
|
|
399
414
|
Use this when MCP servers work in Codex CLI or one config scope but are missing in VS Code, Desktop, WSL, remote sessions, project-local config, or an older conversation.
|
|
400
415
|
|
|
@@ -408,7 +423,7 @@ This catches signals such as `MCP servers not detected in Codex VS Code extensio
|
|
|
408
423
|
|
|
409
424
|
Include app/CLI/extension version, OS, IDE, remote/WSL/SSH state, workspace root, effective `CODEX_HOME`, all config files considered (`~/.codex/config.toml`, project `.codex/config.toml`, `.vscode/mcp.json`, `.mcp.json`), redacted MCP sections, trust/profile/default-permissions state, `codex mcp list`, `codex mcp get <server>`, CLI-versus-Desktop/VS Code comparison, loaded config path/log lines, whether moving the same server to user-global config fixes it, and whether the current session exposes `mcp__*` tools.
|
|
410
425
|
|
|
411
|
-
##
|
|
426
|
+
## 28. Codex Streamable HTTP MCP Evidence
|
|
412
427
|
|
|
413
428
|
Use this when a Streamable HTTP or SSE MCP server is reachable but Codex fails during JSON-RPC parsing, handshake, auth gating, stale session reuse, or reconnect.
|
|
414
429
|
|
|
@@ -422,7 +437,7 @@ This catches signals such as Penpot `JsonRpcMessage deserialize` or response-par
|
|
|
422
437
|
|
|
423
438
|
Include Codex version, MCP server name, transport URL without secrets, initialize/tools/list/tools/call results, HTTP status, `Content-Type`, SSE event framing, JSON-RPC message shape, session id before and after reconnect or server restart, auth/OAuth expectations, User-Agent/header requirements, exact parse/deserialize error, whether curl or another MCP client succeeds, and whether restarting Codex or reinitializing the transport recovers.
|
|
424
439
|
|
|
425
|
-
##
|
|
440
|
+
## 29. Codex Hooks Runtime Evidence
|
|
426
441
|
|
|
427
442
|
Use this when Codex hooks duplicate, stop firing, emit stale deprecation warnings, behave differently across CLI/Desktop/Code Mode/Windows, or become hard to inspect in settings.
|
|
428
443
|
|
|
@@ -436,7 +451,7 @@ This catches signals such as duplicate Hooks entries for one tool call, `PostToo
|
|
|
436
451
|
|
|
437
452
|
Include Codex app/CLI/extension version, OS, surface, shell or Desktop route, `[features].hooks` and `hooks.json` snippets without secrets, hook event type, matcher, handler command/name, expected versus observed fire count, duplicate event ids, exact deprecation warning, trust state, live-edit/rate-limit/auto-restore timing, Code Mode `exec` versus normal CLI comparison, linked-worktree cwd, Hooks settings UI screenshot if relevant, and whether restart/reload/new session restores behavior.
|
|
438
453
|
|
|
439
|
-
##
|
|
454
|
+
## 30. Patch Overwrite Guard
|
|
440
455
|
|
|
441
456
|
Use this before applying a generated patch when you want create/update/delete semantics checked against the actual workspace.
|
|
442
457
|
|
|
@@ -453,7 +468,7 @@ For a public demo report:
|
|
|
453
468
|
npx trace-to-skill demo patch-overwrite
|
|
454
469
|
```
|
|
455
470
|
|
|
456
|
-
##
|
|
471
|
+
## 31. Sensitive Path Preflight Before Agent Runs
|
|
457
472
|
|
|
458
473
|
Use this before giving an AI coding agent a repository.
|
|
459
474
|
|
|
@@ -468,7 +483,7 @@ This finds sensitive-looking paths such as `.env`, `.env.*`, `.npmrc`, `.pypirc`
|
|
|
468
483
|
|
|
469
484
|
The output includes a stable JSON schema plus recommended exclude globs that can seed `.agentignore`, `.aiexclude`, `.codexignore`, `.gitignore`, local sandbox permission profiles, or team security review checklists. `--format ignore` renders a reviewable generated file candidate and still does not mutate the repo. It is a preflight report, not a sandbox boundary.
|
|
470
485
|
|
|
471
|
-
##
|
|
486
|
+
## 32. Workspace Checkpoint Before Agent Runs
|
|
472
487
|
|
|
473
488
|
Use this before giving Codex, Claude, Cursor, or another coding agent a dirty repository where untracked local work matters.
|
|
474
489
|
|
|
@@ -481,7 +496,7 @@ This writes a local checkpoint bundle with `status.txt`, staged and unstaged bin
|
|
|
481
496
|
|
|
482
497
|
This is useful for OpenAI/Codex `/undo` and `/rewind` discussions where users need workspace protection beyond conversation rewind, especially when untracked files are outside normal commit history.
|
|
483
498
|
|
|
484
|
-
##
|
|
499
|
+
## 33. OpenAI Codex Issue Report
|
|
485
500
|
|
|
486
501
|
Use this when you want to file or update an OpenAI/Codex issue with a concise, evidence-backed report instead of pasting a full transcript.
|
|
487
502
|
|
|
@@ -494,7 +509,7 @@ The report includes the likely Codex failure class, line-linked evidence, diagno
|
|
|
494
509
|
|
|
495
510
|
For a cluster-to-command map of current Codex issue patterns, see [CODEX_ISSUE_MAP.md](CODEX_ISSUE_MAP.md).
|
|
496
511
|
|
|
497
|
-
##
|
|
512
|
+
## 34. Sensitive File Access Evidence
|
|
498
513
|
|
|
499
514
|
Use this when a trace suggests an agent read, attached, uploaded, diffed, or indexed credential-bearing files.
|
|
500
515
|
|
|
@@ -507,7 +522,7 @@ This catches signals such as `.env`, `.env.production`, `.npmrc`, `.pypirc`, `.n
|
|
|
507
522
|
|
|
508
523
|
Before publishing evidence, run `trace-to-skill redact` and attach only redacted excerpts plus the file path/class.
|
|
509
524
|
|
|
510
|
-
##
|
|
525
|
+
## 35. GitHub Context Guard
|
|
511
526
|
|
|
512
527
|
Use this before an agent reads untrusted GitHub text.
|
|
513
528
|
|
|
@@ -524,7 +539,7 @@ Use it when:
|
|
|
524
539
|
- a bot asks Codex to triage untrusted user reports
|
|
525
540
|
- logs or comments might contain instructions like "ignore previous instructions" or "print secrets"
|
|
526
541
|
|
|
527
|
-
##
|
|
542
|
+
## 36. Failed Agent Run To Reviewable Rule
|
|
528
543
|
|
|
529
544
|
Use this when a coding agent made a repeated workflow mistake.
|
|
530
545
|
|
|
@@ -542,7 +557,7 @@ Recommended maintainer loop:
|
|
|
542
557
|
4. Copy only evidence-backed rules into the real policy file.
|
|
543
558
|
5. Run `eval` or `scorecard` in CI so the same failure does not silently return.
|
|
544
559
|
|
|
545
|
-
##
|
|
560
|
+
## 37. Privacy-Preserving Adoption
|
|
546
561
|
|
|
547
562
|
Use this when you want public evidence without leaking private traces.
|
|
548
563
|
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Codex Usage Bucket Confusion
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Codex Desktop usage popover shows short-term and weekly buckets as compact percentages, but the scope and semantics are unclear.
|
|
6
|
+
|
|
7
|
+
## Evidence
|
|
8
|
+
|
|
9
|
+
- The in-app usage popover shows `Usage remaining`.
|
|
10
|
+
- The 5h row shows `5h 97% 6:23 PM`.
|
|
11
|
+
- The Weekly row shows `Weekly 95% Jun 7`.
|
|
12
|
+
- The user believes this is the first 5-hour usage window of the week, so `5h: 97% remaining` and `Weekly: 95% remaining` look contradictory.
|
|
13
|
+
- The popover does not say whether percentages are percent remaining or percent used.
|
|
14
|
+
- The popover does not say whether the weekly bucket is a natural week, rolling 7-day window, or account-wide pool.
|
|
15
|
+
- It is unclear whether weekly usage includes Codex Desktop, CLI, cloud tasks, reviews, other devices, or other workspaces.
|
|
16
|
+
- Without scope labels, the usage popover looks like a metering bug or contradictory quota display.
|
|
17
|
+
|
|
18
|
+
## Expected
|
|
19
|
+
|
|
20
|
+
The UI should label the accounting scope explicitly:
|
|
21
|
+
|
|
22
|
+
```text
|
|
23
|
+
Current 5h window: 97% remaining
|
|
24
|
+
Weekly pool: 95% remaining
|
|
25
|
+
Includes all Codex usage across app, CLI, cloud tasks, reviews, and devices
|
|
26
|
+
Resets Jun 7
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
If the weekly bucket is rolling rather than calendar-week based, the popover should say `Rolling 7-day window`.
|
|
30
|
+
|
|
31
|
+
## Diagnostics To Attach
|
|
32
|
+
|
|
33
|
+
Include subscription plan, account/workspace, app/CLI version, surface, timestamp, screenshot or redacted text of the popover, 5h percentage, weekly percentage, reset time/date, whether the percentages mean used or remaining, whether weekly is rolling or calendar-based, whether the weekly pool includes app/CLI/cloud/review usage, `/status` output, usage dashboard state, and whether other devices or workspaces show the same values.
|
package/llms.txt
CHANGED
|
@@ -36,6 +36,7 @@ Runtime: Node.js 20+
|
|
|
36
36
|
- Codex app connector stale auth/cache regressions such as `401 Reauthentication required`, unchanged `link_*`, `isAccessible: false`, and broken `codex_apps_tools` metadata
|
|
37
37
|
- Codex context fork bloat and prompt-cache lineage failures where conversation forks duplicate parent transcript blocks, inflate `input_tokens`, change `prompt_cache_key`, drop cache hit rate, or leak `fork_context` subagent history into child context before new work happens
|
|
38
38
|
- Codex subagent prompt leakage where `spawn_agent` with `fork_turns: "none"` delivers assistant/commentary prompt envelopes, same-turn parallel children see sibling prompts, or `wait_agent`/`close_agent` completes despite the wrong child task
|
|
39
|
+
- Codex usage popover bucket confusion where `Usage remaining`, `5h`, weekly percentages, reset dates, percent remaining vs percent used, rolling 7-day vs calendar-week, or account/workspace/device scope are unclear
|
|
39
40
|
- Codex token-burn, prompt-cache collapse, and usage-drain failures such as rapid drain experiments (`1% in 4 minutes`, `22 credits`, `70% weekly in a day`), `input_tokens` / `cached_input_tokens` / `prompt_cache_key` rows, websocket reconnect cache drops, background `write_stdin` polling, idle app usage, compaction tax, retry/tool loops, cached-token-heavy turns, fast-mode drift, subagent fan-out, and unclear usage attribution
|
|
40
41
|
- Codex process evidence packaging for Windows PowerShell/pwsh CIM polling, high-CPU helpers, stale process-manager entries, and renderer runaways
|
|
41
42
|
- Codex usage reset schedule drift such as weekly reset dates moving, `reset_at` jumping, saved usage disappearing, outage compensation resets changing the anchor, and `/status` disagreeing with enforcement
|
|
@@ -86,6 +87,7 @@ npx trace-to-skill demo deeplink-launch
|
|
|
86
87
|
npx trace-to-skill demo connector-auth-cache
|
|
87
88
|
npx trace-to-skill demo context-fork-bloat
|
|
88
89
|
npx trace-to-skill demo subagent-prompt-leakage
|
|
90
|
+
npx trace-to-skill demo usage-bucket-confusion
|
|
89
91
|
npx trace-to-skill demo mcp-discovery-mismatch
|
|
90
92
|
npx trace-to-skill demo mcp-streamable-http
|
|
91
93
|
npx trace-to-skill demo hooks-runtime
|
|
@@ -117,7 +119,7 @@ npx trace-to-skill init --comment --sarif
|
|
|
117
119
|
## GitHub Action
|
|
118
120
|
|
|
119
121
|
```yaml
|
|
120
|
-
- uses: grnbtqdbyx-create/trace-to-skill@v0.1.
|
|
122
|
+
- uses: grnbtqdbyx-create/trace-to-skill@v0.1.84
|
|
121
123
|
with:
|
|
122
124
|
mode: all
|
|
123
125
|
doctor-threshold: "85"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "trace-to-skill",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.84",
|
|
4
4
|
"description": "Turn failed AI coding-agent runs into reusable AGENTS.md rules, SKILL.md files, and eval evidence.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -146,6 +146,9 @@
|
|
|
146
146
|
"codex-demo",
|
|
147
147
|
"codex-token-burn",
|
|
148
148
|
"codex-usage",
|
|
149
|
+
"codex-usage-bucket",
|
|
150
|
+
"usage-popover",
|
|
151
|
+
"rate-limit-ui",
|
|
149
152
|
"codex-reset",
|
|
150
153
|
"codex-usage-reset",
|
|
151
154
|
"codex-resource-leak",
|