Private
Public Access
0
0
Commit Graph

4 Commits

Author SHA1 Message Date
geometrybase e0cfe4592d 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.
2026-06-22 15:52:36 +00:00
geometrybase 907aeeee9b Codify latest IPO report refresh
Request:
- Make each scheduled analyst run refresh the latest IPO universe and all report-relevant online facts, especially subscription/margin multiples.
- Mirror the latest dated IPO candidate report to reports/README.md.
- Add this latest-report behavior to the hk-ipo-analyst skill instructions.

Changes:
- Expanded the scheduled analyst runner prompt to require online candidate refresh, market-heat/subscription-multiple refresh, official T1 updates when available, complete latest report regeneration, and reports/README.md mirroring.
- Added a Latest Candidate Report Refresh section to hk-ipo-analyst documenting the refresh flow, stage-safe market-heat handling, official T1 boundaries, and README mirror contract.
- Added reports/README.md as a copy of the current latest dated candidate report.

Verification:
- Ran bash -n scripts/run_hk_ipo_analyst_once.sh.
- Ran git diff --check and git diff --cached --check.
- Confirmed reports/README.md matches reports/2026-06-22_latest_ipo_candidates_analysis.md with cmp.
- Confirmed hk-ipo-analyst.timer still points to 2026-06-22 23:00:00 UTC as the next run.

Next useful context:
- reports/README.md is intentionally overwriteable on each latest candidate refresh; dated reports remain the historical copies.
- Unofficial subscription multiples should stay in ipo_market_heat and not be copied into official T1 demand fields.
2026-06-22 15:41:49 +00:00
geometrybase 9168c5d665 Add HK IPO audit skill metadata
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.
2026-06-22 15:27:57 +00:00
geometrybase 8f0d8d5013 rename .codex to .agents 2026-06-22 15:20:37 +00:00