You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: Codex host support — multi-host setup and skill generation
Add --host flag to setup script supporting both Claude and Codex targets.
Codex gets its own skill directory (~/.codex/skills) with host-appropriate
skill files. Includes generation, setup, and smoke tests.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: implement --host codex in gen-skill-docs, fix setup bugs, add tests to CI
- Implement Codex generation path in gen-skill-docs.ts: --host flag,
frontmatter stripping, .claude→.codex/.agents path rewriting,
agents/openai.yaml emission, dry-run support
- Fix stale CODEX_GENERATED_SKILLS_DIR after migrate_direct_codex_install
- Remove unused emdash_dir param from link_codex_skill_dirs
- Pass EMDASH_CODEX_OUTPUT_ROOT in smoke test to avoid source tree pollution
- Add codex test files to package.json test script
Addresses: P0 missing codex generator, P1 stale path after migration,
P1 tests not in CI, P2 smoke test pollution, P2 dead parameter
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments