delimit_sense
Inspect, cluster, and promote sensed signals from the signal corpus into ledger items. Also query, digest, show, freeze, or check status.
Instructions
Review and manage the signal corpus (LED-877).
When to use: to inspect, cluster, or explicitly promote sensed signals into ledger items. Signals live separately from the ledger so noise doesn't pollute it. When NOT to use: to fetch new signals (use the platform-specific sensors like delimit_reddit_scan / delimit_github_scan) or write ledger items directly (delimit_ledger_add).
Sibling contrast: platform sensors capture; this manages the captured corpus and bridges it into the ledger.
Side effects: "promote" writes a new ledger item (via the ledger manager). "freeze" cold-archives a month of signals. "query", "digest", "show", "status" are read-only against ~/.delimit/intel/signals/.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | One of "query" (default), "digest", "show", "promote", "freeze", "status". | query |
| since_days | No | Lookback window in days (query/digest). Default 1. | |
| platform | No | Filter source platform — "reddit", "x", "github", "hn". Empty = all. | |
| limit | No | Max rows for query. Default 50. | |
| signal_id | No | SIG-XXXX id for "show" / "promote". | |
| ledger | No | Target ledger for promote — "ops" (default) or "strategy". | ops |
| priority | No | Priority for promoted item — "P0", "P1", "P2". | P2 |
| month | No | YYYY-MM string for "freeze". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||