paper-with-me

Papers

Lore: Repurposing Git Commit Messages as a Structured Knowledge Protocol for AI Coding Agents

2026-03-16 · Ivan Stetsenko arxiv

As AI coding agents become both primary producers and consumers of source code, the software industry faces an accelerating loss of institutional knowledge. Each commit captures a code diff but discards the reasoning behind it - the constraints, rejected alternatives, and forward-looking context that shaped the decision. I term this discarded reasoning the Decision Shadow. This paper proposes Lore, a lightweight protocol that restructures commit messages - using native git trailers - into self-contained decision records carrying constraints, rejected alternatives, agent directives, and verification metadata. Lore requires no infrastructure beyond git, is queryable via a standalone CLI tool, and is discoverable by any agent capable of running shell commands. The paper formalizes the protocol, compares it against five competing approaches, stress-tests it against its strongest objections, and outlines an empirical validation path.

📄 PDF Abstract BibTeX arXiv:2603.15566

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AI-Powered Commit Explorer (APCE)

2025-07-21 · Yousab Grees, Polina Iaremchuk, Ramtin Ehsani, Esteban Parra 외 arxiv

Commit messages in a version control system provide valuable information for developers regarding code changes in software systems. Commit messages can be the only source of information left for future developers describ…

KADEL: Knowledge-Aware Denoising Learning for Commit Message Generation

2024-01-16 · Wei Tao, Yucheng Zhou, Yanlin Wang, Hongyu Zhang 외

Commit messages are natural language descriptions of code changes, which are important for software evolution such as code understanding and maintenance. However, previous methods are trained on the entire dataset withou…

Denoising

Automatically Generating Commit Messages from Diffs using Neural Machine Translation

2017-08-30 · Siyuan Jiang, Ameer Armaly, Collin McMillan

Commit messages are a valuable resource in comprehension of software evolution, since they provide a record of changes such as feature additions and bug repairs. Unfortunately, programmers often neglect to write good com…

Machine TranslationNMTTranslation

From Commit Message Generation to History-Aware Commit Message Completion

2023-08-15 · Aleksandra Eliseeva, Yaroslav Sokolov, Egor Bogomolov, Yaroslav Golubev 외

Commit messages are crucial to software development, allowing developers to track changes and collaborate effectively. Despite their utility, most commit messages lack important information since writing high-quality com…

COMET: Generating Commit Messages using Delta Graph Context Representation

2024-02-02 · Abhinav Reddy Mandli, Saurabhsingh Rajput, Tushar Sharma

Commit messages explain code changes in a commit and facilitate collaboration among developers. Several commit message generation approaches have been proposed; however, they exhibit limited success in capturing the cont…