lien
01Plugin Claude Code
Lien — local lexical code search and dependency analysis for AI assistants.
Plugin Claude Code
Lien — local lexical code search and dependency analysis for AI assistants.
Hook Claude Code
Runs when a session starts on startup and clear, running an inline shell check. From getlien/lien.
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, running an inline shell check (2 commands). From getlien/lien.
Settings file Claude Code
Agent settings declaring 2 hook events (SessionStart, PostToolUse).
Skill Claude CodeCodex
Analyze commits since last release and create a changeset .md file to trigger the release CI workflow.
Skill Claude CodeCodex
Evaluate Lien Review's AI review quality by creating a PR with known violations, waiting for the automated review, then scoring output against ground truth.
Skill Claude CodeCodex
Build Lien, restart MCP, then use a 7-agent team to test tools, review docs, audit code quality, evaluate architecture, review tests, audit security, and assess DX — all in parallel.
Skill Claude CodeCodex
Run the agent-review prompt harness in CC iteration mode against a rule or fixture. Free, low-fidelity. Use for prompt-authoring inner loop. The 9/10 reliability bar must still be measured via npm run test:harness -w @liendev/review -- --calibrate 10 against OpenRouter (the prod default model) before shipping any…
Cursor rule Cursor
CLAUDE.md at the repo root is the single source of truth for project structure, mandatory MCP tool usage, and commit gates — read it. This file is deliberately thin: a duplicated package tree or gate list drifts out of sync the moment either side changes (as this file previously did for months).
Instructions file GitHub Copilot
Instructions for getlien/lien, covering lien code review instructions, ⚠️ critical: lien-specific issues, mcp server (packages/cli/src/mcp/), file paths (cross-platform) and vector database (packages/core/src/vectordb/).
Instructions file CodexOpenCode
AGENTS.md instructions for getlien/lien: Read CLAUDE.md first — it's this repo's full workflow contract, for any agent, not just Claude Code. The non-negotiables it defines, restated tool-agnostically for whichever coding agent you are.
Instructions file
Claude Code instructions for getlien/lien, covering lien project rules, what is lien?, lien mcp tools — mandatory usage, mandatory: before editing any file and mandatory: before modifying any exported symbol.
Cursor rule Cursor
MANDATORY code search rules - use Lien MCP tools instead of grep.
Plugin Claude Code
Local lexical (FTS5) code search and dependency analysis for your codebase via MCP. Provides searchcode, getfilescontext, getdependents, listfunctions, getcomplexity, findsimilar, plus PostToolUse hooks that surface impact analysis on Read and mandate Lien tool usage for Explore subagents. No per-project setup r.
Hook
Runs before the agent uses a tool for Agent and Task tool calls, executing augment-explore-task.sh via bash. From getlien/lien.
Hook
Runs when the agent finishes a response, executing recap-stop.sh via bash. From getlien/lien.
Hook
Runs when a session ends, executing annotate-end.sh via bash. From getlien/lien.