We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7d1d55 + 4d0726f commit 2e39fa2Copy full SHA for 2e39fa2
README.md
@@ -6,18 +6,20 @@ last_reviewed_at: 2025-10-14
6
next_review_due: 2025-11-14
7
---
8
9
+# Workflow Cookbook / Codex Task Kit
10
+
11
<!-- LLM-BOOTSTRAP v1 -->
-読む順番:
12
+## 読む順番
13
14
1. docs/birdseye/index.json …… ノード一覧・隣接関係(軽量)
-2. docs/birdseye/caps/<path>.json …… 必要ノードだけ point read(個別カプセル)
15
+2. docs/birdseye/caps/`<path>`.json …… 必要ノードだけ point read(個別カプセル)
16
17
+## フォーカス手順
18
-フォーカス手順:
19
- 直近変更ファイル±2hopのノードIDを index.json から取得
20
- 対応する caps/*.json のみ読み込み
21
<!-- /LLM-BOOTSTRAP -->
22
-# Workflow Cookbook / Codex Task Kit
-
23
This repo defines QA/Governance-first workflows (not application code).
24
AI agents implement changes under these policies with acceptance tests and
25
canary rules.
0 commit comments