lore-setup
Lore Setup
Overview
Configures your project or global environment so that all AI coding agents automatically write Lore-formatted commit messages with structured git trailers.
What This Does
Writes Lore commit rules to your agent configuration file so every agent session follows the protocol without needing the lore-commits skill installed.
Setup Flow
Ask the user two questions:
- Scope: Project (workspace) or Global?
- Project: Write to
AGENTS.mdorCLAUDE.mdin the project root - Global: Write to
~/.claude/CLAUDE.md(Claude Code) or~/.agents/AGENTS.md(universal)
- Project: Write to
More from tmdgusya/lora
lore-commits
Use when writing git commit messages for non-trivial changes — captures decision context (constraints, rejected alternatives, confidence, directives) as structured git trailers so future agents and developers can query project knowledge via git log --trailer=
13lore-query
Use when the user wants to query Lore git trailers from commit history — surface constraints, rejected alternatives, directives, test gaps, and other decision context. Triggers on "최근 제약조건 확인", "리젝된 대안 보여줘", "check recent constraints", "show directives", or /lore-query.
7