{% extends "main.html" %} {# Filigree product landing page. Applied only to docs/index.md via front-matter `template: home.html`. The hero, feature cards, and Loom-suite grid are defined here; the markdown body of index.md (install + quick-start) is rendered via {{ page.content }} so Material's syntax highlighting and content.code.copy buttons keep working on the real fenced code blocks. #} {% block content %}

Filigree

A local-first issue tracker built for AI coding agents. SQLite on disk, 114 MCP tools for agents, a full CLI for humans — no cloud, no accounts, no scraping log output.

Agents as first-class citizens

114 mcp__filigree__* tools let coding agents create, claim, and close work natively — no parsing CLI text. A pre-computed context.md orients every session at startup.

Local-first, zero infrastructure

Each project gets a .filigree/ directory — like .git/ — holding a SQLite database and config. No server required; no data leaves your machine.

Built for many agents at once

Atomic claim-and-transition verbs with optimistic locking stop two agents double-working an issue. Claim leases, stale-claim discovery, and event streams keep handoffs clean.

Real workflow, not just a list

24 issue types across 9 packs with enforced state machines, a dependency graph with ready-queue and critical-path analysis, and a live web dashboard with Kanban and graph views.

{# The markdown body of index.md: install + quick-start. Rendered as Material markdown so code blocks keep highlighting + copy buttons. #}
{{ page.content }}

The Loom suite

Filigree is one of four Loom citizens — agent-first tooling built on “humans on the loop, not in the loop.” Each is zero-config and opt-in: enterprise-class for one-to-two-developer teams, without enterprise weight.

{% endblock %}