- Move uploaded renders into docs/images/ (tracked).
- Insert the Monitor Dash render at the top of README.md as the
headline image of the project.
- Rewrite README body to point at the forgejo wiki (six pages now
live) as the canonical documentation surface, with PLAN.md
staying as working notes.
- Gitignore docs/wiki/ so the wiki git checkout does not bleed
into the main repo.
Refs #1
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Project skeleton for claude-gauge: a hardware instrument cluster and
companion web dashboard driven by a local Python daemon that tails
~/.claude/projects/**/*.jsonl.
Includes:
- PLAN.md with cluster layout, dashboard sections, architecture,
metrics brainstorm, and phasing.
- README.md overview.
- Python package scaffold (src/claude_gauge), pyproject.toml
targeting Python 3.12+ and uv, MIT LICENSE, standard gitignore.
No runtime code yet. Phase A (daemon MVP) will land under the
first issue.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>