Files
headquarter/docs
Fusion f33a563003 feat(FN-003): add tool manifest registry with FastAPI CRUD and built-in manifests
- Add ToolManifest Pydantic models with validators for ports, mounts, health checks, and traefik config

- Implement in-memory ToolRegistry with YAML loading and built-in manifest scanning

- Add FastAPI CRUD routes for listing, retrieving, and creating tool manifests

- Include built-in manifests for runfusion and code-server

- Harden web Dockerfile with unprivileged nginx and port 8080

- Add tool manifest specification documentation and architecture updates

Fusion-Task-Id: FN-003
2026-05-14 09:15:22 +02:00
..

Headquarter Documentation

This directory contains architecture, development, and deployment documentation for the Headquarter platform.

Index

  • Architecture — System architecture, stack decisions, and MVP phases (FN-001)
  • Development — Local setup, prerequisites, and day-to-day commands (FN-002)
  • Deployment — Deployment assumptions, Portainer/Traefik skeleton, and follow-up scope (FN-002)