- raw/ wiki/, schema/, adapters/ als Architekturgrenzen angelegt (AD-2, AD-3, AD-10) - OKF-Bundleroot wiki/index.md mit type: bundle und okf_version: "0.2" (AD-1) - Reserviertes wiki/log.md (leer) als Protokoll- und Lease-Root-Scope-Bestandteil - Platzhalter schema/wiki-compiler.md (Story 1.3) und adapters/claude (Story 5.3) - Orientierungs-READMEs, .gitignore fuer IDE/OS-Cruft - Sprint-Status Story 1.1 auf review, Epic 1 auf in-progress - Spec-Trace + Epic-1-Kontext generiert Co-Authored-By: Claude <noreply@anthropic.com>
44 lines
1.4 KiB
Markdown
44 lines
1.4 KiB
Markdown
---
|
|
title: 'Kanonischen Workspace-Stamm erstellen (Story 1.1)'
|
|
type: 'feature'
|
|
created: '2026-08-14'
|
|
status: 'done'
|
|
route: 'one-shot'
|
|
review_loop_iteration: 0
|
|
context:
|
|
- _bmad-output/implementation-artifacts/epic-1-context.md
|
|
---
|
|
|
|
## Intent
|
|
|
|
**Problem:** Das Projekt besitzt noch keinen kanonischen Wissens-Workspace; Source Material und kuratiertes Knowledge Bundle sind nicht physisch/semantisch getrennt.
|
|
|
|
**Approach:** Den Workspace-Stamm `raw/ | wiki/ | schema/ | adapters/` als Git-versionierte Seed anlegen, mit OKF-Bundleroot `wiki/index.md` (`type: bundle`, `okf_version: "0.2"`), leerem `wiki/log.md` und Platzhaltern für Schema-Vertrag und Adapter.
|
|
|
|
## Suggested Review Order
|
|
|
|
**Workspace-Trennung & Einstieg**
|
|
|
|
- Bundleroot mit `okf_version: "0.2"` und Frontmatter-Regel — Einstiegspunkt der Discovery
|
|
[`index.md`](../../wiki/index.md#L1)
|
|
|
|
- OPF-README: Area, Platzhalter mit Verweis auf Story 1.3
|
|
[`wiki-compiler.md`](../../schema/wiki-compiler.md#L1)
|
|
|
|
- Dünne-Adapter-Konvention (AD-10), Multi-Adapter-Layout dokumentiert
|
|
[`README.md`](../../adapters/README.md#L1)
|
|
|
|
- Claude-Adapter-Platzhalter (Story 5.3 hält den Rest)
|
|
[`README.md`](../../adapters/claude/README.md#L1)
|
|
|
|
- Immutability & Evidenz-Grenze von `raw/` inkl. Artefakt-Carve-out
|
|
[`README.md`](../../raw/README.md#L1)
|
|
|
|
**Peripherie**
|
|
|
|
- Root-Orientierung über alle vier Verzeichnisse
|
|
[`README.md`](../../README.md#L1)
|
|
|
|
- IDE-/OS-Ignore-Regeln
|
|
[`.gitignore`](../../.gitignore#L1)
|