· 10 min read
Your LLM Has Amnesia. Build It a Wiki.
A structured markdown wiki gives every LLM session shared memory of your codebase — saving tokens, surviving model swaps, and catching spec bugs unit tests can't.
4 posts tagged with #workflow
A structured markdown wiki gives every LLM session shared memory of your codebase — saving tokens, surviving model swaps, and catching spec bugs unit tests can't.
Step-by-step guide to protecting your main branch in GitLab — allow merges only from staging, restrict who can approve, and enforce merge requests for every change.
Learn how to use Git hooks (pre-commit, commit-msg, pre-push) to automatically validate code quality, enforce commit standards, and prevent broken code from reaching your repository.
Step-by-step guide to recover when you forget to create a feature branch and commit directly to main. Move your commits safely without losing work.