You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fold thin docs back into AGENTS.md, restore request flow summary
error-handling.md (2 lines) and git-guidelines.md (3 bullets) were too
thin for their own files. Moved them into a Conventions section in
AGENTS.md alongside the referral system note. Restored the brief
request flow summary that was in the original knowledge.md.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Prefer `ErrorOr<T>` return values (`success(...)`/`failure(...)` in `common/src/util/error.ts`) over throwing.
37
+
- Never force-push `main` unless explicitly requested.
38
+
- To exclude files from a commit: stage only what you want (`git add <paths>`). Never use `git restore`/`git checkout HEAD -- <file>` to "uncommit" changes.
39
+
- Run interactive git commands in tmux (anything that opens an editor or prompts).
40
+
- Referral codes are applied via the CLI (web onboarding only instructs the user); see `web/src/app/api/referrals/helpers.ts`.
0 commit comments