e0cfe4592d
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.