Private
Public Access
0
0
Commit Graph

2 Commits

Author SHA1 Message Date
geometrybase e8fe14508f Prefix HK IPO skill names
Request:
- Prefix the three selected project-local skill names with hk-ipo-.

Changes:
- Renamed skill metadata to hk-ipo-analyst, hk-ipo-archivist, and hk-ipo-audit.
- Updated skill-to-skill routing references to use the new names.
- Updated existing OpenAI skill UI metadata/default prompts for analyst and archivist.
- Updated README skill names and documented the audit skill.

Verification:
- Ran git diff --check and git diff --cached --check.
- Validated all local SKILL.md frontmatter names contain hk-ipo-.
- Confirmed README and current skill metadata have no old $analyst/$archivist/$audit invocations; old names remain only in historical reports.
2026-06-22 15:15:27 +00:00
geometrybase 67b78cc172 Add project-local HK IPO skills
Request:
- Keep the HK IPO workflow skills inside the repo so they travel with the project.
- Use concise names while preserving clear HK IPO scope and repo-relative path rules.

Changes:
- Add .codex/skills/archivist for source archiving, SQLite fact updates, hashes, and CSV snapshots.
- Add .codex/skills/analyst for T0/T1/T2 IPO decisions, prediction cards, reviews, and rule-change recommendations.
- Add agents/openai.yaml metadata for both skills.

Verification:
- Checked staged changes include only .codex skill files.
- Searched .codex for machine-specific absolute path patterns; none found.

Next useful context:
- AGENTS.md remains untracked and was not included in this commit.
2026-06-15 05:53:53 +00:00