kf issues
Read and acknowledge readable Issues from the local file Issue store.
Issues capture human-and-agent-readable signals. Local file store today; durable surface lands in Phase 3b.
kf issues list
List Issues from the local file Issue store after applying the Issue access gate.
Defaults to platform-admin local access. Filters narrow scope, severity, state, autofix skill, tenant, and partner.
| Flag | Required | Description |
|---|---|---|
--scope <s> | no | Filter by Issue scope. |
--severity <s> | no | Filter by severity. |
--state <s> | no | Filter by state. |
--autofix-skill <s> | no | Filter by autofix skill. |
--limit <n> | no | Result cap. |
--dir <path> | no | Override Issue store directory. |
--tenant <id> | no | Filter by tenant id. |
--environment <id> | no | Filter by environment id. |
--partner-id <id> | no | Filter by partner id. |
--actor <name> | no | Caller actor name for the access gate. |
| `--actor-type <USER | AGENT | API_KEY |
--issue-scope <scope> | no | Override the access-gate Issue scope. |
Example
kf issues list --severity HIGH --state OPENkf issues show
Show one readable Issue from the local file Issue store.
Includes evidence and state history.
| Flag | Required | Description |
|---|---|---|
--dir <path> | no | Override Issue store directory. |
--tenant <id> | no | Tenant id for the access gate. |
--environment <id> | no | Environment id for the access gate. |
--partner-id <id> | no | Partner id for the access gate. |
--actor <name> | no | Caller actor name. |
| `--actor-type <USER | AGENT | API_KEY |
--issue-scope <scope> | no | Access-gate Issue scope override. |
Example
kf issues show iss_01HZ7GCK6QF4P7M3T8ZX9V2DQEkf issues close
Acknowledge a readable Issue when the caller has issue:close or platform-admin.
Reason is required. Local file Issue store only.
| Flag | Required | Description |
|---|---|---|
--reason <text> | yes | Closure reason. |
--dir <path> | no | Override Issue store directory. |
--actor <name> | no | Caller actor name. |
| `--actor-type <USER | AGENT | API_KEY |
--tenant <id> | no | Tenant id for the access gate. |
--environment <id> | no | Environment id for the access gate. |
--partner-id <id> | no | Partner id for the access gate. |
--issue-scope <scope> | no | Access-gate Issue scope override. |
Example
kf issues close iss_01 --reason 'mitigated by stock transfer'