lore-query
Lore Query
Query Lore git trailers from commit history to surface decision context.
Usage
/lore-query # Summarize all Lore trailers from recent commits
/lore-query <trailer> # Query specific trailer type
/lore-query <trailer> <path> # Scope to file or directory
Natural language also works: "최근 제약조건 확인해줘", "show me rejected alternatives for src/auth/", etc.
Trailer Shortcuts
The user may refer to trailers by Korean shortcut, English shortcut, or full trailer name. Map them as follows:
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-setup
Use when the user wants to configure Lore commit format in their project or globally — writes Lore rules to AGENTS.md, CLAUDE.md, or global agent config so all agents automatically use structured git trailers in commit messages
11