From efdb6c930ca82f58705c6122958d4b1b3914b741 Mon Sep 17 00:00:00 2001 From: didericis Date: Thu, 28 May 2026 22:26:09 -0400 Subject: [PATCH] docs: drop docs/INDEX.md, add PRD README with format Remove the one-line docs/INDEX.md (its directory pointers are covered by docs/README.md's "when to write which document" table). Add docs/prds/README.md documenting the PRD naming, Status lifecycle, and section format. Repoint the AGENTS.md repository-layout list at the new READMEs and add the decisions/ dir. Co-Authored-By: Claude Opus 4.8 --- docs/INDEX.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 docs/INDEX.md diff --git a/docs/INDEX.md b/docs/INDEX.md deleted file mode 100644 index 5cab3dc..0000000 --- a/docs/INDEX.md +++ /dev/null @@ -1 +0,0 @@ -Research notes live in `research/`. Product requirement docs live in `prds/`. Decision records (ADR-lite) live in `decisions/`.