Skip to content

v0.6.0 — Claude Code Plugin + Brain CLI + TUI REPL

Latest

Choose a tag to compare

@0xNyk 0xNyk released this 09 Apr 15:33
6b87a80

What's New

LACP is now a Claude Code plugin. Same battle-tested hooks, native distribution.

Claude Code Plugin

Install with one command:

git clone https://github.com/0xNyk/lacp
claude --plugin-dir ./lacp/plugin

5 lifecycle hooks:

  • Stop — quality gate with 4-dimension weighted scoring + handoff artifacts
  • SessionStart — git context, focus brief, handoff injection, SMS memory
  • PreToolUse — blocks rm -rf, co-author injection, publishing, exfiltration
  • PostToolUse — continuous QA (test every N writes with thinking prompts)
  • UserPromptSubmit — thinking nudge for deeper reasoning

3 skills + 11 context modes (tdd, debugging, sprint, verification, brainstorm, think, orchestrate...)

E2E tested: 18/18 tests pass.

Native TUI REPL

lacp (no args) launches a Textual TUI with:

  • Multi-provider support (Anthropic OAuth, OpenAI, Ollama)
  • 17 built-in tools, MCP integration, session persistence
  • Responsive layout (40-200+ columns)
  • Claude Code-style spinner + Hermes-style tool display

Unified Brain CLI

lacp brain — 16 subcommands for Obsidian vault operations:

  • search, read, write, links, orphans, hubs, graph
  • episodes, expand, sync, review
  • REST API + ripgrep dual fallback

Capability-Gap Registry

lacp gaps — council-informed (Musashi + Sun Tzu + Torvalds) framework for deciding when to build a runtime vs stay a wrapper. Currently 3/5 hard blockers.

OAuth Fixes

Matched Claude Code's full client config after reverse-engineering free-code (TypeScript source). Billing header, User-Agent, 10 retries with exponential backoff.

Research

  • Analyzed all 21 Anthropic engineering articles (10 produced code)
  • Full market research: TAM, competitors, monetization strategies
  • User voice: Reddit, HN, GitHub issues (45K+)
  • Identified Ori-Mnemos and obra/knowledge-graph for future integration

Full diff: v0.5.0...v0.6.0