About

Organize shoots, manage edits, and present your work beautifully in one place. Perfect for client galleries, portfolios, and daily workflow.

Badges

Tastemaker
Tastemaker
Gone streaking
Gone streaking

Forums

Added a custom agent to LineageLens in one afternoon

I've been working with LineageLens and just added a custom agent adapter so our internal CLI tool is attributed with prompts, model metadata, and confidence evidence. The registry design makes this surprisingly low-friction: implement a detect(input) that returns a NormalizedAgentContext (tool name, model, session ids, confidence, and evidence), register the adapter, then run the quickstart proxy to validate captures.

Why this matters: your team can capture private or bespoke tools without sending data to a vendor, and you get prompt code linkage in PR reviews and dashboards. I followed the recent repo changes (custom agents landed in late May) and found the adapter API predictable: detection should be conservative, emit evidence items, and choose appropriate ordering so your specialist adapter wins over the fallback.

If you ve extended LineageLens for an internal tool, what heuristics did you use to build confidence and avoid false positives?

octoscope v0.14.0 — Watching more, seeing more ⭐

Four additions on the Repos surface that turn it from "your owned repos" into "every repo you care about, with the signals that matter".

Star history sparkline

Luca Ardito

8d ago

What’s the most dangerous thing AI coding tools make look easy?

After having hit 30k+ ARR with a vibecoded app, I now have to ask myself:
what s the most dangerous thing AI coding tools make look easy?

My top 3 picks:

  • Auth

  • Payments

  • Database permissions

View more