Vault Session End banner
Technoetic Technoetic

Vault Session End

Git community

Description

--- description: 세션 종료 — handoff/hot/log 갱신 + git 커밋(로컬 전용) + 장기 기억 커밋(선택) --- 세션 종료 프로토콜을 수행하라. ## 0. 볼트 감지 (필수 게이트) 현재 작업 디렉토리 루트에 `00-meta/vault-config.json`이 존재하는지 확인하라. - **없으면**: "이 디렉토리는 agentic-vault 볼트가 아니므로 /vault-session-end를 생략합니다." 한 줄만 정중히 안내하고 즉시 종료하라. - **있으면**: 설정을 읽어라. `handoff_note`, `hot_note`, `log_note`, `log_tags`, `backup_target` 키를 사용한다. 빈 문자열 키에 해당하는 단계는 조용히 생략한다. ## 1. handoff 갱신 (handoff_note 설정 시) 이번 세션에서 수행한 작업을 회고하여 `handoff_note`의 해당 섹션을 **부분 수정**하라. 다른 에이전트가

Installation

Installs to ~/.claude/skills/technoetic-agentic-vault-vault-session-end/SKILL.md

Terminal
mkdir -p ~/.claude/skills/technoetic-agentic-vault-vault-session-end && curl -fsSL https://raw.githubusercontent.com/Technoetic/agentic-vault/HEAD/commands/vault-session-end.md -o ~/.claude/skills/technoetic-agentic-vault-vault-session-end/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository