learn and share notes on atproto (wip) 🦉 malfestio.stormlightlabs.org/
readability solid axum atproto srs

docs: update agent guidelines with .sandbox usage

Changed files
+15 -1
+2
.gitignore
··· 20 20 # option (not recommended) you can uncomment the following to ignore the entire idea folder. 21 21 #.idea/ 22 22 .env 23 + 24 + .sandbox
+13 -1
AGENTS.md
··· 69 69 70 70 ## Rules & Workflows 71 71 72 - - *todo* 72 + In general, before working on features locally, specs should have already been drafted 73 + by the developer. 74 + 75 + ### Specs 76 + 77 + When drafting specs, let's use the `.sandbox` directory and format filenames with the 78 + following format: 79 + 80 + ```sh 81 + .sandbox/spec_<feature>-<description>_YYYY-MM-DD.md 82 + ``` 83 + 84 + Each section should have an overview and `- [ ]` items for tasks.