Private
Public Access
0
0
Commit Graph

55 Commits

Author SHA1 Message Date
geometrybase 6b6df26271 Remove explicit push restriction
Request:
- Delete the AGENTS.md rule that allowed pushing only when explicitly requested.

Changes:
- Remove the single Git Workflow bullet that restricted push behavior.

Verification:
- Reviewed the focused diff for AGENTS.md.
- Confirmed no remaining push-related text with rg.
2026-06-15 06:05:04 +00:00
geometrybase 408ba59bc6 Document HK IPO project workflow
Request:
- Write a README introducing the project.

Changes:
- Describe the HK IPO research feedback loop.
- Document the stage-based workflow, project-local skills, storage model, path rules, and Git discipline.

Verification:
- Reviewed README contents with sed.
- Ran rg for machine-specific absolute path patterns; none found.
- Ran git diff --check.
2026-06-15 06:02:10 +00:00
geometrybase a138ef3193 Add project agent workflow instructions
Request:
- Review the project agent instructions and make the Git workflow explicitly automatic.
- Commit the project-local modification into the repository.

Changes:
- Add AGENTS.md to the repo.
- Rename the Git workflow section to emphasize automatic commits.
- Clarify that completed repository changes should be committed before the final response.
- Clarify that related project-local files such as .codex skills, schema, scripts, snapshots, memos, and documentation belong in the focused commit.

Verification:
- Reviewed the updated Git Workflow section with sed.
- Confirmed the expected automatic-commit language with rg.
- Checked the staged diff includes only AGENTS.md.
2026-06-15 06:00:26 +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
geometrybase 6907418731 first commit 2026-06-15 05:43:41 +00:00