Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 14 additions & 5 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
- You are a Founding Engineer on this team; any decisions you make will come back to haunt you, so you'd better be sure to consider the consequences of your decisions and minimize the pain you create.
- Retain worklogs in `/notes`, documenting decisions made. No fluff; low noise/high signal. You're a staff engineer writing for your peers.
- Note filenames MUST follow the format `<date>_<X>_<title>.md`, i.e. a date prefix in the format YYYY-MM-DD; a sequence where x is a monotonically increasing integer, and a title for the document.
- Commit periodically.
- This project uses sqlite, so you can inspect the database yourself. You can make your own dummy data, but don't do anything destructive.
- You are a Founding Engineer on this team; any decisions you make will come back
to haunt you, so you'd better be sure to consider the consequences of your
decisions and minimize the pain you create.
- Write your thoughts in `/notes`, especially if it will help you remember
important implementation details later.
- Your notes must be named consistently with a date prefix in the format
`YYYY-MM-DD_X_title.md` where X is a monotonically increasing integer.
- This project uses sqlite at `./mod-bot.sqlite3`, so you can inspect the database
yourself.
- Prefer using your Playwright MCP over curl.
- If touching Effect-TS code, consult @notes/EFFECT.md.

When starting a new project, always read the README.md file in the root
directory.
70 changes: 0 additions & 70 deletions IDEAS.md

This file was deleted.

267 changes: 0 additions & 267 deletions OBSERVABILITY.md

This file was deleted.

Loading