Notes
Writing about the vault.
Changelog entries when something ships, guides when you need a path, technical posts when the implementation is the story. Filter by intent—not hype.
changelog
Read articleArche CLI 0.2.1 — registry honesty
Preset labels, verification matrix in code, and docs that distinguish CLI vs generated vs source repo.
technical
Read articleWhy agent context ships with the scaffold
Humans read READMEs; agents need a map. Arche generates both on purpose.
guide
Read articleWhat lands in a generated repo for agents
AGENTS.md, .docs, .plans, and arche.json—and how to keep them honest after you ship.
guide
Read articleChoosing a preset without over-committing
TypeScript fullstack, Rust API, Solana web—how to pick a route before you generate.
technical
Read articleWhen a monorepo is worth the overhead
Turborepo graphs, shared packages, and the point where splitting repos hurts more than it helps.
technical
Read articlePrisma → tRPC → UI without hand-waved types
How server modules, the client package, and the web app share one contract.