Huge refactoring but stuff is working again; minus some issues here and there.

This commit is contained in:
Renn F
2025-12-26 18:01:53 +01:00
parent c813dcfae4
commit 8c3bf9e22c
89 changed files with 3975 additions and 851 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ ENV UV_CONCURRENT_DOWNLOADS=4
RUN uv python install 3.13 && uv sync --frozen --python 3.13
# Claude Code will use mounted ~/.claude for auth
# Blueprints mounted at /app/agents/blueprints
# System prompt mounted at /app/system-prompt.md (composed at spawn time from layers)
# MCP config generated at runtime
ENTRYPOINT ["claude"]