···2020# option (not recommended) you can uncomment the following to ignore the entire idea folder.
2121#.idea/
2222.env
2323+2424+.sandbox
+13-1
AGENTS.md
···69697070## Rules & Workflows
71717272-- *todo*
7272+In general, before working on features locally, specs should have already been drafted
7373+by the developer.
7474+7575+### Specs
7676+7777+When drafting specs, let's use the `.sandbox` directory and format filenames with the
7878+following format:
7979+8080+```sh
8181+.sandbox/spec_<feature>-<description>_YYYY-MM-DD.md
8282+```
8383+8484+Each section should have an overview and `- [ ]` items for tasks.