Lovelace: Project Management for Claude Code That Lives in Your Repo
Lovelace is a desktop app that turns your repo into a project management system. Tickets, docs, and session records live as Markdown files in the repo. The app renders a kanban board from the files, and Claude Code interacts with them through 8 MCP tools.
Key Features
- Kanban board and list view — generated from your schema. You define ticket types, fields, and statuses; the columns, filters, and forms follow automatically.
- Ticket pages with a block editor and a timeline of comments, sessions, and commits that touched the ticket.
- Docs tree in the same repo (ADRs, guides, plans) with stale-doc badges, plus a graph of wiki-links between tickets and docs.
- 8 MCP tools for Claude. Every write is validated against your schema.
- Guard hook — blocks direct edits to ticket files.
- Stop hook — forces Claude to write a session record before finishing.
- Session-start hook — injects a ~1,500 token digest of in-progress tickets and recent session records.
- Live presence — the board card shows Claude working with an elapsed timer.
- Hand-edit anything — the app re-validates and re-renders live. A broken file shows a validation error with file and line, not a crash.
Dogfooding Stats
The tool has been dogfooded for three weeks. The repo contains 139 tickets and 144 session records that built the app itself.
Getting Started
One-click install. Free, no account needed. Repo: github.com/lovelace-co/lovelace
📖 Read the full source: r/ClaudeAI
👀 See Also

Open-Source Claude Code Plugins for Agentic Commerce Protocols
OrcaQubits has released eight open-source Claude Code plugins that implement agentic commerce protocols including UCP, ACP, AP2, and A2A, with MIT licensing and support for platforms like Magento 2, BigCommerce, and WooCommerce.

sourcecode: Open-Source CLI to Compress Large Java/Spring Monorepos for Claude
sourcecode CLI reduces a ~4k-file Java/Spring monorepo from ~3M tokens to 1.7k tokens (compact mode). Currently focuses on context compression, git hotspot detection, and symbol lookup.

OpenClaw as Infrastructure-as-Code Interface for Home Lab Management
OpenClaw transforms from AI gadget to primary computer interface for home lab management, executing tasks like configuring Traefik containers, creating Dashy configurations, and setting up Tailscale access with direct machine access.

OmniCoder-9B fine-tune shows strong performance for agentic coding on 8GB VRAM systems
A Reddit user tested OmniCoder-9B, a fine-tune of Qwen3.5-9B on Opus traces, with OpenCode and reported 40+ tokens per second speeds using Q4_K_M GGUF quantization at 100k context length on an 8GB VRAM system.