Add configurable journal directory Summary Added a per-command directory option for generated Markdown, retained persistent environment-based configuration, documented location precedence, …
Topic
#Go
5 entries filed under this topic.
Add chit JSON export and import
Added bounded versioned JSON export and atomic append-only import for chit funds with nested installments, full-account and per-chit export actions, frontend preview, and raw archive …
Add lent archive export and import
Implemented versioned lent archive export and additive import with strict validation, atomic writes, ID remapping, frontend controls, cache invalidation, and test coverage. Decisions Use …
Build Centralized Devlog CLI and Agent Skill
Built a Go CLI that accepts structured JSON from coding agents, validates and renders entries as Markdown, stores them safely by project, initializes local Git storage, and includes user and …
Document forgot/reset password integration for external app
Explored the forgot-password and reset-password flow (handler, service, tokens, mailer, migrations, config) and wrote docs/forgot-reset-password-integration.md covering endpoints, …