最終更新: 2026/06/22 18:56
_meta/ — メタ情報・テンプレート
templates/
新規ファイル作成時に使う frontmatter テンプレートを置きます。
| テンプレート | 用途 |
|---|---|
current-spec.md | domains/<feature>/current-spec.md 作成時 |
spec.md | 汎用仕様書 |
research.md | research/ 配下の調査文書 |
itgc.md | operations/itgc/ 配下のITGC証跡 |
frontmatter 必須キーと値域
| キー | 必須 | 値域 |
|---|---|---|
id | ✅ | 一意の文字列(kebab-case) |
type | ✅ | 値域の大元は scripts/frontmatter-schema.json の allowedTypes(全 19 種)。人間向けは frontmatter-lint_rules.md §6(ADR-0123 で SSoT を schema へ移管) |
status | ✅ | 値域の大元は scripts/frontmatter-schema.json の allowedStatuses(全 8 種)。人間向けは frontmatter-lint_rules.md §7 |
related | ✅ | リスト形式(空の場合は []) |
legacy_id | ✅ | 旧ファイルパス or 空文字 "" |