Skip to content

fix: prevent Codex plugin cache drift - #12

Merged
kforris merged 1 commit into
mainfrom
fix/codex-plugin-cache-integrity
Aug 8, 2026
Merged

kforris merged 1 commit into
mainfrom
fix/codex-plugin-cache-integrity

Conversation

@kforris

@kforris kforris commented Aug 8, 2026

Copy link
Copy Markdown
Owner

Summary

  • derive the Codex plugin cache version from a deterministic digest of the complete plugin payload
  • make npm run check fail when plugin content changes without a matching cache key
  • refresh the bundled plugin so the context-quality tool and explicit projectHint writeback schema from fix: harden context integrity and health #11 reach installed Codex clients
  • document the expected <marketplace>/<plugin>/<version> cache hierarchy and distinguish shortened-path errors from real source/cache drift

Verification

  • npm run check — 58 passed, 8 gated skips
  • npm run format:check
  • npm audit --omit=dev --audit-level=high — 0 vulnerabilities
  • swift test --package-path apps/BoronMenuBar — 5 passed
  • swift build -c release --package-path apps/BoronMenuBar
  • codex plugin add boron-context@boron-context --json
  • installed payload matches the source bundle with diff -qr
  • installed MCP reports get_context_quality_health and requires projectHint for record_activity

@kforris
kforris merged commit 9fb4419 into main Aug 8, 2026
6 checks passed
@kforris
kforris deleted the fix/codex-plugin-cache-integrity branch August 8, 2026 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant