Stop
01Hook Claude Code
Runs when the agent finishes a response, executing stop-flush.sh via bash. From koersliven/Lore.
Hook Claude Code
Runs when the agent finishes a response, executing stop-flush.sh via bash. From koersliven/Lore.
Hook Claude Code
Runs after a tool call finishes, executing post-commit-digest.sh via bash. From koersliven/Lore.
Hook Claude Code
Runs when a session starts, executing session-start.sh via bash. From koersliven/Lore.
Hook Claude Code
Runs when a session ends, executing session-end-flush.sh via bash. From koersliven/Lore.
Hook Claude Code
Runs before the agent uses a tool, executing snapshot-guard.sh and pre-edit-guard.sh via bash (2 commands). From koersliven/Lore.
Settings file Claude Code
Agent settings declaring 5 hook events (Stop, PostToolUse, SessionStart, SessionEnd).
Instructions file
A set of project instructions for Claude Code, an AI coding assistant, in the Lore repository. It explains Lore's purpose and rules for recording project knowledge that source code alone does not show.
Skill Claude CodeCodex
Compress knowledge window by merging, deduping, and summarizing buffer entries.
Skill Claude CodeCodex
Manage L2 constraint layer - knowledge stabilization, protection, and indexing.
Skill Claude CodeCodex
Flush knowledge buffer into versioned increment files with source tracing.
Skill Claude CodeCodex
Compile knowledge increments into project snapshot with conflict detection.
Skill Claude CodeCodex
Validate knowledge health by cross-checking against code and detecting stale/contradicted entries.
Skill Claude CodeCodex
Import structured knowledge from documents, specs, or manual input.
Skill Claude CodeCodex
Bootstrap AI project context through guided questioning with source tracing.
Skill Claude CodeCodex
Automatically discover modules and partition knowledge into modular structure.
Skill Claude CodeCodex
Create and manage L0 prescriptive design specs before writing code.
Skill Claude CodeCodex
Auto-scan project structure and sync L1 knowledge layer with codebase.