2026-06-18
Summary
- Renamed
task-workflow.md→workflow.mdand broadened it to cover the task cycle and feature-design process (PR #10). - Rewrote
documenting-ideas.mdfor the AI-assisted flow; added issue ↔ branch mapping and adocs/layout. - Created
rabbit/docs/features/design drafts, one category per file, indexed by README. - Baked in key recommendations: Postgres + Prisma, Qwen2.5-0.5B (Ollama on Cloud Run), built WebGL for the game, x402 for the AP2 first cut.
- Created the private repo
linked0/rabbit-hole(separate from PR #10). - Merged via PR #10 (rebase) into
main.
Handbook: workflow rename + feature-design process (PR #10)
- Renamed
docs/handbook/task-workflow.md→workflow.mdand broadened it to cover two processes: the task cycle (tasks → plan → build → history) and the feature-design process (Category → Feature → to-do). - Rewrote
documenting-ideas.mdfor the AI-assisted flow (idea → describe to the AI → markdown → review/commit). - Added an issue ↔ branch mapping to
github-workflow.mdand a recommendeddocs/folder layout.
Rabbit: feature design drafts (PR #10)
- Created
rabbit/docs/features/— design drafts derived fromrabbit/docs/tasks/Jun-18-features.md, one category per file: main-page, knowledge-base, portfolio-and-market, ai-chat, game, ap2-test, verex-link, and common. - Each holds the design (current → proposed), open questions, and a nested Features → to-do list with
(you)tags; README indexes them, cross-cutting concerns (navigation + CI/CD) consolidated intocommon.md, redundant## Worksections removed. - Key recommendations baked in: Postgres + Prisma for portfolio persistence; Qwen2.5-0.5B (Ollama on Cloud Run) for the small OSS model; ship the built WebGL for the game; x402 "agent pays for data" as the AP2 first cut.
Related: rabbit-hole repo
- Created the private GitHub repo
linked0/rabbit-hole(Unity.gitignore) for the sample game and cloned it to~/work/rabbit-hole. (Not part of PR #10 — a separate repo.)
Merged via PR #10 (rebase) into main.