chore: scaffold olsitec-foundation mono-repo

Repo topology, baseline overlay, planning docs (PLAN-001/002), ADR-004/005,
and the bootstrap/packages/documentation skeleton. Implementation (T00+) not started.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Andreas Niemann 2026-06-30 17:10:46 +02:00
commit f18676e6b3
22 changed files with 1174 additions and 0 deletions

9
.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
# dependencies
node_modules/
# pulumi local state backend (bootstrap) — backed up to RustFS/offsite, not git
bootstrap/state/
# local-only overrides
*.local
*.local.*
# os
.DS_Store