close

Solid

Commit the session to durable vault memory and prepare a clean resume point

AI & Automation 11 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
36
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Session Close > **Deprecated.** This skill is superseded by [[skills/context-capsule/SKILL.md|/context-capsule]] (docs/two-verb-lifecycle.md). New installs should reach for `/context-capsule`; this file stays for anyone still invoking `/close` by habit during the transition. Run the aigent-OS end-of-session memory commit inline. The close must be idempotent: rerunning it after a partial failure must not duplicate ledger entries, capsules, or session summaries. All operator-owned durable state lives under `vault/`. Framework indexes such as `memory/SKILL_LEDGER.md` remain outside the vault and are not session memory. ## Step 0: discipline audit Run these checks before writing the daily note. ### Gate A: honesty ledger If the session included non-trivial work, completed-task claims, multi-file edits, or consequential decisions and `vault/memory/HONESTY_LEDGER.md` was not updated: 1. Run `/honesty-check` on the most consequential work block. 2. Append one structured entry covering verified, inferred, guessed, tradeoffs, stopped short, cost implications, self-rating, and resolution. 3. Continue only after the entry is durable. ### Gate B: trust-decay capture If consequential work was described as fixed, verified, tested, deployed, complete, shipped, ready, running, merged, or passing and `vault/memory/TRUST_DECAY.md` was not updated, append one to three open Phase 1 claims. Do not convert confident language into evidence after the fact. ### Gate C: failure corpus If...

Details

Author
wrg32786
Repository
wrg32786/aigent-os
Created
1 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category