cognitive-update
SolidConservative close-parity updates to GOAL_STACK, BELIEF_STATE, SELF_MODEL, and PROCEDURES. Writes only explicit or mechanically evidenced deltas; ambiguity means no write.
AI & Automation 18 stars
5 forks Updated 3 days ago MIT
Install
Quality Score: 87/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# /cognitive-update
Nightly uses this shared protocol after `/system-check`. It never infers a
durable state change from one agent-authored claim.
## Ownership fence
This protocol may update only:
- `vault/memory/runtime/GOAL_STACK.json`
- `vault/memory/runtime/BELIEF_STATE.jsonl` (append-only)
- `vault/memory/runtime/SELF_MODEL.json`
- `vault/memory/runtime/PROCEDURES.jsonl` (append-only)
The documented `memory/` fallback is valid for minimal installations. This
protocol never writes `ACTIVE_STATE.json` or `STATE_EVENTS.jsonl`; the runtime
state daemon owns those products. It never writes Dream or measurement ledgers.
## Evidence admission
Direct updates require one of:
- the operator's explicit goal, belief, or procedure statement with a durable
source reference;
- a repository-owned command or test invoked with explicit arguments and a
literal exit code;
- an external artifact that directly decides the claim;
- two independent observed occurrences for a recurring capability or failure.
Capsules and Session Log entries are discovery sources. They cannot verify
their own confident claims. If evidence is incomplete, skip the durable update
and stage an observation through the nightly evidence flow.
## File rules
### GOAL_STACK.json
Move, append, or update only explicit goals, blockers, next actions, and
completions. Completion requires success criteria plus an external artifact or
operator confirmation. Preserve unknown fields and unrelated arrays.
### BELIEF...
Details
- Author
- wrg32786
- Repository
- wrg32786/aigent-os
- Created
- 2 months ago
- Last Updated
- 3 days ago
- Language
- JavaScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
doc-update
Write or audit documentation against current evidence.
0 Updated 1 weeks ago
aaarslan AI & Automation Solid
dream
Evidence-gated synthesis over recent operating evidence. Appends admitted lessons and a dated synthesis with propose-only improvement candidates.
18 Updated 3 days ago
wrg32786 AI & Automation Solid
nightly-ledger-capture
Discovers missing honesty, trust-decay, failure-mode, and decision-outcome entries from local evidence; stages judgment and permits direct mutation only after an executable oracle.
18 Updated 3 days ago
wrg32786