diff --git a/CLAUDE.md b/CLAUDE.md index 56b3a58..2ff6031 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -8,7 +8,7 @@ This is a **documentation-only repository** for the MakerFLOSS initiative at Ora ## Working Norms -From `docs/todo/2026-04-14_todo.md`: +From `notes/todo/2026-04-14_todo.md`: - **Language**: English for code, docs, commits (meeting notes may be in Danish) - **Git**: Trunk-based development, feature branches, simple commit messages diff --git a/build-slides.sh b/build-slides.sh index d0653de..e5c74da 100755 --- a/build-slides.sh +++ b/build-slides.sh @@ -15,7 +15,7 @@ find "$OUTPUT_DIR" -maxdepth 1 -name "*.html" -delete SLIDES=() while IFS= read -r f; do SLIDES+=("$f") -done < <(grep -rl "^marp: true" "$REPO_ROOT/docs" --include="*.md" --exclude-dir=superpowers 2>/dev/null || true) +done < <(grep -rl "^marp: true" "$REPO_ROOT/docs" --include="*.md" 2>/dev/null || true) if [ ${#SLIDES[@]} -eq 0 ]; then echo "No marp presentations found in docs/." diff --git a/docs/index.md b/docs/index.md index ef68159..9a99788 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,5 +18,5 @@ jam-session community focused on self-hosted, open-source infrastructure. - **Environments:** containerised and reproducible. - **Hardware:** all setups documented (this site) and physically labelled. - **Decisions:** lightweight markdown decision logs under - [`docs/superpowers/`](https://forgejo.makerfloss.eu/sjat/MakerFLOSS/src/branch/main/docs/superpowers). + [`notes/dev/`](https://forgejo.makerfloss.eu/sjat/MakerFLOSS/src/branch/main/notes/dev). - **License:** FLOSS by default; MIT for what we build. diff --git a/docs/møder/2026-05-11_SoMe-taxonomi.md b/docs/presentations/2026-05-11_SoMe-taxonomi.md similarity index 100% rename from docs/møder/2026-05-11_SoMe-taxonomi.md rename to docs/presentations/2026-05-11_SoMe-taxonomi.md diff --git a/docs/møder/2026-05-11_messaging-presentation.md b/docs/presentations/2026-05-11_messaging.md similarity index 100% rename from docs/møder/2026-05-11_messaging-presentation.md rename to docs/presentations/2026-05-11_messaging.md diff --git a/docs/kommunikation/2026-03-16_facebookpost.md b/notes/communications/2026-03-16_facebookpost.md similarity index 100% rename from docs/kommunikation/2026-03-16_facebookpost.md rename to notes/communications/2026-03-16_facebookpost.md diff --git a/docs/superpowers/plans/2026-05-10-mermaid-pipeline.md b/notes/dev/plans/2026-05-10-mermaid-pipeline.md similarity index 100% rename from docs/superpowers/plans/2026-05-10-mermaid-pipeline.md rename to notes/dev/plans/2026-05-10-mermaid-pipeline.md diff --git a/docs/superpowers/specs/2026-05-10-mermaid-pipeline-design.md b/notes/dev/specs/2026-05-10-mermaid-pipeline-design.md similarity index 100% rename from docs/superpowers/specs/2026-05-10-mermaid-pipeline-design.md rename to notes/dev/specs/2026-05-10-mermaid-pipeline-design.md diff --git a/docs/møder/2026-03-16_noter.md b/notes/meetings/2026-03-16.md similarity index 100% rename from docs/møder/2026-03-16_noter.md rename to notes/meetings/2026-03-16.md diff --git a/docs/møder/2026-05-11.md b/notes/meetings/2026-05-11.md similarity index 100% rename from docs/møder/2026-05-11.md rename to notes/meetings/2026-05-11.md diff --git a/docs/todo/2026-04-14_todo.md b/notes/todo/2026-04-14_todo.md similarity index 100% rename from docs/todo/2026-04-14_todo.md rename to notes/todo/2026-04-14_todo.md diff --git a/docs/todo/OM_services.md b/notes/todo/OM_services.md similarity index 100% rename from docs/todo/OM_services.md rename to notes/todo/OM_services.md diff --git a/docs/todo/indkøbsliste.md b/notes/todo/indkøbsliste.md similarity index 100% rename from docs/todo/indkøbsliste.md rename to notes/todo/indkøbsliste.md diff --git a/docs/test-mermaid.md b/sandbox/test-mermaid.md similarity index 100% rename from docs/test-mermaid.md rename to sandbox/test-mermaid.md