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

Peek Plugin for Claude Code: Automatic Steering Through Session Memory
Peek is a Claude Code plugin that automatically captures and injects user corrections and preferences to steer the AI assistant. It uses fusion search with embeddings, BM25, time decay, and metadata filters to provide relevant context without manual prompting.

OpenClaw Memos Plugin Addresses Memory Handoff Issues in AI Coding Agents
A Reddit user shares how the Claude code leak highlighted problems with memory handoff in AI coding agents, where bloated transcripts cause issues during model switching. They implemented the memos plugin in OpenClaw with selective recall strategy to compress recent work and drop stale tool calls.

QCAI App Provides Mobile Control Center for OpenClaw Ecosystem
Academic research team releases QCAI app for iOS and Android, built with AI-assisted development, offering dashboard monitoring, gateway chat, and secure VPN access to OpenClaw tools.

Ory Lumen: Open Source Local Semantic Search Plugin for Claude Code
Ory Lumen is a Claude Code plugin that indexes codebases using Ollama with a code embedding model and SQLite-vec for semantic search, addressing Claude Code's performance issues with large codebases. The tool is free, local-only, and includes a SWE-style benchmark test harness for reproducible results.