plur_pin
Pin or unpin engrams to control which ones load on every session, bypassing keyword-relevance gates for essential rules.
Instructions
Toggle the always-load (pinned) flag on an engram. Pinned engrams bypass the keyword-relevance gate at injection time and are eligible for loading on every session, regardless of overlap with the user task. Use sparingly — meta-rules, safety conventions, core operating principles. Pass {id, pinned:true} to pin or {id, pinned:false} to unpin. List current pinned with {list:true}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Engram ID to pin or unpin | |
| list | No | If true, just return the current set of pinned engrams (no mutation) | |
| pinned | No | Target value (default true) |