From c0cb02a24f922440326683ab29a9a990f9a6a060 Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 15 May 2026 15:17:18 +0200 Subject: [PATCH] chore: track .ingest-manifest.yaml used by /gsd-ingest-docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Preserves the explicit-manifest input used to bootstrap .planning/ so the ingest is reproducible. Two docs were classified: Тз расширение фаза1.md (SPEC, precedence 0) and README.md (DOC, precedence 1). Co-Authored-By: Claude Opus 4.7 (1M context) --- .ingest-manifest.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .ingest-manifest.yaml diff --git a/.ingest-manifest.yaml b/.ingest-manifest.yaml new file mode 100644 index 0000000..57ebb84 --- /dev/null +++ b/.ingest-manifest.yaml @@ -0,0 +1,7 @@ +docs: + - path: "Тз расширение фаза1.md" + type: SPEC + precedence: 0 + - path: README.md + type: DOC + precedence: 1