Map what Stride needs to run under Codex CLI#135
Open
mikemindel wants to merge 1 commit into
Open
Conversation
Spike findings for Codex CLI support, verified against Codex CLI 0.139.0. The card's premise is outdated: Codex now has Claude-style lifecycle hooks, first-class skills on the same open Agent Skills standard Claude Code uses, and a trusted project-level .codex/ dir. Skills port near-verbatim and both shipped hooks translate directly; the hard gap is namespaced slash commands (/linear:* becomes one skill per command). Recommends install-time generation from the Claude-native source into .agents/skills/ + .codex/ — never symlinks, never hand-maintained forks — and sketches the Vision constraint evolution for the implementation ticket.
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.
Summary
docs/research/codex-cli-support.md— gap analysis, directory-strategy recommendation, minimum install path, and a Vision-constraint note, researched against Codex CLI 0.139.0 (June 2026).codex/dir; stride's skills and both shipped hooks port near-directly/linear:*has no Codex equivalent and maps to one skill per command ($linear-start), losing$ARGUMENTStemplating.agents/skills/+.codex/(the ruler/GSD/dot-ai pattern) — symlinks ruled out (npm tarballs, Windows, Gemini bugs), home-dir copies ruled out (unversioned, deprecated prompts model)Linear issue
WB-531 — Map what Stride needs to run under Codex CLI
https://linear.app/webventurer/issue/WB-531
Test plan
bin/install.mjs(DIRS/HOOK_CONFIG/guard)