chore: apply agent kit project structure

This commit is contained in:
2026-05-16 21:18:17 +02:00
parent 7a5015e430
commit 7e85a54c32
6 changed files with 105 additions and 1 deletions

18
docs/agent-handoff.md Normal file
View File

@@ -0,0 +1,18 @@
# Agent Handoff
## Current Release Goal
Source branch: `codex/production-intelligence-terminal`
Registry image:
```text
git.wilkensxl.de/mrsphay/intelligence-terminal:latest
```
## Notes
- The repository is Docker-first and should stay suitable for Dockge/Pangolin.
- Use `.env.example` as the operator-facing source of truth for configuration.
- Source health and network metrics are available through `/api/health` and `/api/metrics`.
- If Gitea Registry authentication is unavailable locally, build and push with the commands documented in `README.md`.