Skip to content

Commit f35a15f

Browse files
committed
docs: add gitignored research/scratch for local working notes
Maintainers can keep uncommitted drafts under docs/research/scratch/; only .gitkeep is tracked. Documented in docs/README.md alongside tracked research/ evaluations.
1 parent 1ab9607 commit f35a15f

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ fixtures/qa/*.local.md
1717
fixtures/benchmark/*.local.json
1818
.agent-eval/
1919
.tmp/
20+
21+
# Maintainer-local docs working notes (not committed; see docs/README.md § research/scratch)
22+
docs/research/scratch/**
23+
!docs/research/scratch/.gitkeep

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Each topic has exactly one canonical file. Other files cross-reference by relati
2424
| [roadmap.md](./roadmap.md) | Forward-looking [**Backlog**](./roadmap.md#backlog) and [**Non-goals**](./roadmap.md#non-goals-v1) (not a `src/` inventory). |
2525
| [plans/](./plans/) | One `<feature-name>.md` per in-flight plan. Created on demand — don't add the `-plan` suffix; the folder provides context. See folder contents for the current in-flight set; avoid maintaining a duplicate inline list. |
2626
| [audits/](./audits/) | Targeted architecture / performance / lifecycle audits. None open. |
27-
| [research/](./research/) | Dated snapshot notes for **open** evaluations. Closed adopted notes delete after lift; rejected notes keep a one-line status header only. |
27+
| [research/](./research/) | Dated snapshot notes for **open** evaluations (tracked). Closed adopted notes delete after lift; rejected notes keep a one-line status header only. **Local working notes:** [`research/scratch/`](./research/scratch/) — gitignored maintainer drafts; not committed; delete when content has landed elsewhere or is no longer needed. |
2828

2929
---
3030

docs/research/scratch/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)