Private
Public Access
0
0
Commit Graph

3 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 33d0bc056e Tighten historical data audit coverage
Request:
- Use the audit skill to check historical data completeness and self-correct the audit criteria after the missed PDF extracted-text gap.

Changes:
- Add a mandatory derived-evidence checklist to the audit skill.
- Require broad historical audits to reconcile PDF source_refs, extracted text files, manifest rows, and hashes.
- Add a historical data completeness audit report for the current archive.

Findings:
- Source integrity and PDF extracted-text completeness now pass.
- Full historical completeness still fails due to incomplete structured T1 demand, unresolved T2 grey-market data, open due price-performance tasks, and missing context fields.

Verification:
- Ran SQLite integrity, foreign-key, source hash, snapshot, PDF manifest, extracted-text hash, stage coverage, and analysis-dataset checks.
- Ran scripts/extract_pdf_text.py and confirmed 557 PDF sources were skipped unchanged with 557 manifest rows.
- Ran git diff --check.
2026-06-15 13:43:22 +00:00
geometrybase 53e5649ff4 Add HK IPO audit skill
Request:
- Add a project-local audit skill for checking IPO data completeness, sufficiency, and analysis self-consistency.

Changes:
- Create .codex/skills/audit/SKILL.md.
- Define audit scope across source integrity, stage data completeness, data sufficiency, and reasoning consistency.
- Separate responsibilities from archivist fact updates and analyst investment conclusions.

Verification:
- Reviewed the new skill body.
- Ran git diff --check.
- Confirmed the project-local skill list includes archivist, analyst, and audit.
2026-06-15 08:22:03 +00:00