Request:
- Fix Codex v0.139.0 failing to load the project-local HK IPO skills with invalid YAML errors.
Changes:
- Converted the three HK IPO skill frontmatter descriptions to YAML folded block scalars.
- Preserved the existing description text and skill bodies.
- Left unrelated IPO archive/report refresh files unstaged.
Verification:
- Ran git diff --cached --check.
- Confirmed Codex CLI parses with 'codex --search -s danger-full-access -a never exec -C /root/projects/hk-ipo --help'.
- Ran a short Codex smoke test that returned OK without the prior invalid YAML errors.
Next useful context:
- Codex CLI v0.139.0 is the installed CLI package version, not the model version.
- The prior YAML failed because unquoted descriptions contained ': ' such as 'project: T0/T1/T2', which strict YAML treats as a mapping separator.
Request:
- Add missing agents/openai.yaml metadata for the hk-ipo-audit skill.
Changes:
- Added UI-facing display name, short description, and default prompt for hk-ipo-audit.
- Enabled implicit invocation to match the analyst and archivist skills.
Verification:
- Ran git diff --check and git diff --cached --check.
- Confirmed the new openai.yaml content matches the existing project skill metadata style.
Next useful context:
- The prior local commit that moved skills from .codex to .agents was already ahead of origin before this change.