4 Commits
Author SHA1 Message Date
adminandClaude 8806c88a71 Handoff: capture workflow in CLAUDE.md + per-session memory files
Tried Qwen-6bit automation (the one missing prompt) + qwen3.6-27b,
glm-4.7-flash, uncensored-qwen-35b via API — ALL timed out. Likely
cause: Mac screensaver/sleep throttles LM Studio (even fast models
hit the 240s cap with zero output). Documented in memory + CLAUDE.md:
runs need the Mac display AWAKE / sleep disabled.

Captured-but-ungraded outputs in outputs/ (Gemma26B, kat-coder,
qwen3-coder-30b all 5/5) await a grading session. Memory MCP DB was
down during handoff (will retry next session) — file-based memory +
CLAUDE.md carry the context either way.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-28 20:33:21 -07:00
adminandClaude 4056470a46 Docs: record docker-compose + webhook deploy architecture in CLAUDE.md
Includes the self-revert trap warning (git reset --hard in redeploy
wipes uncommitted deploy files).

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-28 14:29:17 -07:00
adminandClaude 8da63db701 Docs: CLAUDE.md deploy notes, README, DEPLOY.md, Dockerfile
Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-28 14:01:43 -07:00
adminandClaude f0281f2878 Initial benchmark suite: 8 graded models + cyberpunk dashboard generator
- prompts/: LFU cache exam + 5-pillar grading rubric
- outputs/: 8 model .py outputs (local + cloud baseline)
- data/benchmark_history.json: graded results (scores, metrics, bugs, patches)
- generate_dashboard.py: builds dashboard.html + pages/*.html from JSON
- Dockerfile + DEPLOY.md: Gitea→Coolify deploy (build-step, nginx static)
- .gitignore: generated HTML excluded (built on deploy)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-28 14:00:40 -07:00