keystone_new_sensor
Scaffold a new sensor and its matching implementation. Choose computational mode for a shell script or inferential mode for a markdown prompt to define blocking rules.
Instructions
Scaffold a new sensor + its matching implementation.
Sensors are blocking rules. mode selects how the agent runs them:
computational(default) → stampsscripts/<name>.sh(shell). Agent runs via Bash; exit 0 = pass, non-zero = fail.inferential→ stampsprompts/<name>.md(markdown). Agent reads the prompt and performs the reasoning task it describes (e.g. code review, security review). Reports PASS / FAIL.
kind ∈ lint | type | test | build | drift | coverage |
computational | domain | custom — informational category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | custom | |
| mode | No | computational | |
| name | Yes | ||
| force | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||