Remember Architecture & Policy Fact
kilo_remember_factPersist project rules, workflow defaults, and verification standards into SQLite memory_facts so AI coding agents enforce them across sessions.
Instructions
Explicitly persist a project operating rule, workflow default, or verification standard into SQLite memory_facts for cross-session enforcement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Unique fact identifier, e.g. 'preference:testing:vitest' or 'rule:architecture:dexie'. | |
| kind | Yes | Fact classification kind. | |
| value | Yes | Fact payload data, e.g. { commands: ['npm test'] } or { library: 'dexie' }. | |
| format | No | markdown | |
| source | No | Source of fact (e.g. 'user-instruction', 'architecture-decision'). | |
| confidence | No | Confidence score between 0.0 and 1.0 (default 1.0). |