Skip to content

dna intel

Portfolio intelligence — run passes, inspect sources + insights.

Generated from the command definitions

This page is introspected from the dna Click command tree by scripts/gen_cli_docs.py, so it stays in lockstep with dna intel --help.

dna intel list

List produced IntelInsight docs (ranked, feedback state).

dna intel list [OPTIONS]

Options

Option Description
--help Show this message and exit.
--json Machine-readable output.
--scope Scope holding the intel docs (default: env / sole scope).
--source Filter by originating IntelSource.
--state
--tenant Tenant (default: $DNA_TENANT or 'demo').

dna intel metrics

Feedback KPIs — precision (actioned ÷ actioned+dismissed) + noise rate.

Read-only; delegates the arithmetic to the core feedback_metrics. The noise rate is the intel layer's product KPI (it should fall over time as the feedback loop tunes the ranker).

dna intel metrics [OPTIONS]

Options

Option Description
--help Show this message and exit.
--json Machine-readable output.
--scope Scope holding the intel docs (default: env / sole scope).
--source Restrict to one originating IntelSource.
--tenant Tenant (default: $DNA_TENANT or 'demo').

dna intel run

Run one intel pass over SOURCE: pass → rank → suppress → deliver.

Writes the surviving insights as IntelInsight docs (state=new) and prints what was KEPT vs SUPPRESSED (below the source threshold — the anti-noise core). --analyzer auto (default) researches the source live via the LLM when OPENAI_API_KEY is set and falls back to the offline SeedAnalyzer (real experiment insights, no creds) otherwise; force either with llm/seed.

dna intel run [OPTIONS] SOURCE

Arguments

Argument Required
SOURCE yes

Options

Option Description
--analyzer Which analyzer runs the pass: 'llm' researches the source live via the LLM, 'seed' uses the offline curated insights, 'auto' picks the LLM when OPENAI_API_KEY is set (else seed). (default: auto)
--help Show this message and exit.
--json Machine-readable output.
--scope Scope holding the intel docs (default: env / sole scope).
--tenant Tenant (default: $DNA_TENANT or 'demo').

dna intel sources

List the watched IntelSource docs (the Direction stage).

dna intel sources [OPTIONS]

Options

Option Description
--help Show this message and exit.
--json Machine-readable output.
--scope Scope holding the intel docs (default: env / sole scope).
--tenant Tenant (default: $DNA_TENANT or 'demo').