chore: seed ai-baseline canonical workflow repo

Canonical Olsitec agentic baseline (copied from olsicloud4 000_baseline_v2.md),
re-homed per ADR-003 to be hosted in foundation-Forgejo.

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 72355a7f5d
4 changed files with 1128 additions and 0 deletions

22
README.md Normal file
View file

@ -0,0 +1,22 @@
# ai-baseline
The **canonical single source of truth** for the Olsitec agentic workflow pattern — how AI agents
operate across all Olsitec projects (operating modes, prime directives, documentation thresholds,
delegation contract, session/snapshot/transfer protocols).
- [`000_baseline.md`](000_baseline.md) — the full baseline.
- `_templates/` — ADR, contract, session, and snapshot templates.
## How projects consume it
Each project's `documentation/000_baseline.md` is a **thin overlay** that references this file and
lists only project-specific deviations (see the foundation's overlay at
`../foundation/documentation/000_baseline.md` for an example).
## Hosting
This repo realizes **ADR-003** (centralized AI baseline), but **re-homed from gitlab.com to
foundation-Forgejo** (`forge.olsitec.de/olsitec/ai-baseline`) — the foundation replaces the SaaS git
host. Versioned with git tags (e.g. `v2.0.0`); projects pin or track a tag.
## Provenance
`000_baseline.md` was copied from `olsicloud4/documentation/000_baseline_v2.md` (the prior canonical
location) on 2026-06-30. Future improvements land here and propagate to projects via overlay updates.