docs: make Insight Codex workflows discoverable and verifiable - #32
Merged
Merged
Conversation
cgfixit
marked this pull request as ready for review
September 6, 2026 15:01
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
11 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
Repository workflows existed only under
.codex/skills, outside documented Codexrepository discovery, and two workflows declared
name: optimize. Add four uniquelynamed
insight-*entrypoints under.agents/skillsthat reuse the maintained workflows.Correct the optimizer name/code fence, lazy state-load verification, offline preflight,
and CI smoke/integration guidance. Link a source-backed setup review from the README.
Invariant/governance impact: documentation and skill discovery only; runtime, dependency
manifests, CI gates, output formats, and model loading behavior are unchanged.
Type of change
Benefits / why
New tasks can discover repository-specific workflows without generic personal-skill
name collisions. Verification guidance follows actual state restoration and CI behavior.
The review records concrete tokenizer, integration-fixture, state-validation, and
documentation follow-ups for future focused changes.
Risks to monitor
Restart/open a new task if the current skill catalog does not refresh. Optional E2E
tests already fail because AutoTokenizer is not a runtime module attribute; this
documentation-only PR records the failure rather than changing test/runtime behavior.
Completed checklist
stopped at first failure
Further comments
Local tests used the available Windows Python 3.12.0rc3. GitHub CI supplies stable
Python 3.12/3.13 coverage. No model weights or generated outputs are committed.
Suggested next skills: insight-tokenizer-check and insight-state-contract.
Branch naming / merge order / base commit
Branch:
codex/insight-codex-setup, created fromorigin/main.Base commit:
8097406(fix: make lazy-import AttributeError test pass ruff B009/B018).Target:
main. Standalone draft PR; no merge dependencies.