From e0cfe4592ddf72d47a1b9ca5324f22205c5c1237 Mon Sep 17 00:00:00 2001 From: geometrybase Date: Mon, 22 Jun 2026 15:52:36 +0000 Subject: [PATCH] Fix HK IPO skill frontmatter YAML 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. --- .agents/skills/hk-ipo-analyst/SKILL.md | 6 +++++- .agents/skills/hk-ipo-archivist/SKILL.md | 7 ++++++- .agents/skills/hk-ipo-audit/SKILL.md | 8 +++++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.agents/skills/hk-ipo-analyst/SKILL.md b/.agents/skills/hk-ipo-analyst/SKILL.md index 6e74caf..b94ce2b 100644 --- a/.agents/skills/hk-ipo-analyst/SKILL.md +++ b/.agents/skills/hk-ipo-analyst/SKILL.md @@ -1,6 +1,10 @@ --- name: hk-ipo-analyst -description: Use for Hong Kong IPO subscription analysis in this project: T0/T1/T2 prediction cards, scoring, cross-IPO comparison, research reports, post-listing reviews, error attribution, and rule-update recommendations. Use archived facts when available and keep predictions append-only. +description: >- + Use for Hong Kong IPO subscription analysis in this project: T0/T1/T2 + prediction cards, scoring, cross-IPO comparison, research reports, + post-listing reviews, error attribution, and rule-update recommendations. + Use archived facts when available and keep predictions append-only. --- # HK IPO Analyst diff --git a/.agents/skills/hk-ipo-archivist/SKILL.md b/.agents/skills/hk-ipo-archivist/SKILL.md index d039491..ae8d979 100644 --- a/.agents/skills/hk-ipo-archivist/SKILL.md +++ b/.agents/skills/hk-ipo-archivist/SKILL.md @@ -1,6 +1,11 @@ --- name: hk-ipo-archivist -description: Use for Hong Kong IPO fact archiving in this project: downloading or recording prospectuses, allotment results, listing facts, market data, source references, file hashes, SQLite updates, and CSV snapshots. Do not use for investment conclusions, subscription recommendations, score interpretation, or research memos. +description: >- + Use for Hong Kong IPO fact archiving in this project: downloading or recording + prospectuses, allotment results, listing facts, market data, source + references, file hashes, SQLite updates, and CSV snapshots. Do not use for + investment conclusions, subscription recommendations, score interpretation, + or research memos. --- # HK IPO Archivist diff --git a/.agents/skills/hk-ipo-audit/SKILL.md b/.agents/skills/hk-ipo-audit/SKILL.md index 4b4c6ba..3637752 100644 --- a/.agents/skills/hk-ipo-audit/SKILL.md +++ b/.agents/skills/hk-ipo-audit/SKILL.md @@ -1,6 +1,12 @@ --- name: hk-ipo-audit -description: Use for independent audit of Hong Kong IPO archive quality and analysis quality in this project: confirm data completeness, data sufficiency, source integrity, stage-appropriate evidence, and self-consistency of IPO subscription analysis logic. Do not archive new facts or make investment recommendations; route fact updates to hk-ipo-archivist and investment conclusions to hk-ipo-analyst. +description: >- + Use for independent audit of Hong Kong IPO archive quality and analysis + quality in this project: confirm data completeness, data sufficiency, source + integrity, stage-appropriate evidence, and self-consistency of IPO + subscription analysis logic. Do not archive new facts or make investment + recommendations; route fact updates to hk-ipo-archivist and investment + conclusions to hk-ipo-analyst. --- # HK IPO Audit