Files
Tarik Moussa efee259d01
Some checks failed
gates / quality (push) Has been cancelled
feat: bootstrap jetson-ai-ollama from agent-swarm template
Leader-Bootstrap (Planung) aus Template + Jetson-Meta-Prompt:
- ROADMAP-Board W1-W6 als Abhaengigkeits-DAG (Ready-Set = {W1})
- STATE mit disjunkter Datei-Ownership W2-W6
- CONVENTIONS Projekt-Vertrag (Profile, Pfade, Ports, Daemon-Env, num_ctx, DVC, Scope)
- manifests/requirements.md = kalt verifizierbares Review-Manifest (R-01..R-10)
- REVIEW.md Kalt-Review-Einstieg; ADR 0002 (Ollama-nativ, kein Swapper/Gateway)
- session-prompts/W1..W6 dispatch-fertig; .gitignore um Jetson-Ignores erweitert
- examples/walkthrough entfernt (Projekt hat eigenes gefuelltes Board)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-03 06:57:40 +02:00

38 lines
1.7 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Session-Prompt — W6 Docs (zuletzt, integriert die Realität der anderen)
```
Modell: Haiku
Du bist WORKER für Paket W6 in /pfad/zu/jetson-ai-ollama, Branch `docs/w6`
(von `main`, NACHDEM W2W5 gemerged sind). Lies AGENTS.md → STATE.md → CONVENTIONS.md
und die nun real existierenden Dateien aus W2W5.
## Aufgabe
Die Doku schreiben, die den TATSÄCHLICHEN Stand beschreibt (nicht den geplanten),
und README + REVIEW finalisieren.
## Deliverables (Ownership: `docs/`)
- `docs/architecture.md` — Daemon + Exporter-Sidecar, drei Profile, MAX_LOADED_MODELS=1,
Datenfluss DVC → Ollama. Scope-Grenze (nginx/Prometheus off-box).
- `docs/api.md` — OpenAI-Endpoint, Profilnamen, `/api/ps`, `/metrics`.
- `docs/deployment.md` — `setup-jetson.sh`, `build-models.sh`, Firewall, systemd.
- `docs/troubleshooting.md` — GPU-Fallback erkennen, OOM, Profil lädt nicht, Keep-Alive.
- README-Feinschliff + Verweis aus `REVIEW.md` prüfen (keine toten Links).
## Akzeptanzkriterien
- [ ] Jede Doku-Aussage deckt sich mit dem realen Code (keine Drift).
- [ ] Alle internen Links lösen auf; `bash scripts/gate-doc-drift.sh` → PASS.
- [ ] Doc-Größenbudget beachtet (< 200 Zeilen je Doc).
## Nicht anfassen
Code-Pakete (`ollama/`, `exporter/`, `client/`, `scripts/`, `.github/`, `tests/`).
Nur `docs/` + README-Feinschliff.
## Abschluss
1. Alle verbleibenden `manifests/requirements.md`-Zeilen auf `done` prüfen.
2. `STATE.md`: alles in „Done"; Projekt review-ready.
3. Commit `docs(w6): architecture/api/deployment/troubleshooting` + Trailer
`Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>`.
4. Alle drei Gates grün. PR (Base `main`). Dann Review-Gate (Opus) gegen REVIEW.md.
```