[PR #511] [MERGED] Add AGENTS.md project guide #531

Closed
opened 2026-03-02 04:13:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/git-ai-project/git-ai/pull/511
Author: @jwiegley
Created: 2/12/2026
Status: Merged
Merged: 2/12/2026
Merged by: @svarlamov

Base: mainHead: johnw/add-agents-file


📝 Commits (1)

  • 89c70d6 Add AGENTS.md project guide

📊 Changes

1 file changed (+143 additions, -0 deletions)

View changed files

AGENTS.md (+143 -0)

📄 Description

Summary

  • Adds an AGENTS.md file providing a comprehensive project guide for AI coding agents
  • Covers build/test commands, architecture overview (binary dispatch, data flow, hook system), test infrastructure, key conventions, and common gotchas
  • Documents the checkpoint → working log → authorship note pipeline, git proxy hook architecture, config system, and cross-platform considerations

Test plan

  • Verify AGENTS.md renders correctly on GitHub
  • Confirm no existing files were modified

🤖 Generated with Claude Code


Open with Devin

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/git-ai-project/git-ai/pull/511 **Author:** [@jwiegley](https://github.com/jwiegley) **Created:** 2/12/2026 **Status:** ✅ Merged **Merged:** 2/12/2026 **Merged by:** [@svarlamov](https://github.com/svarlamov) **Base:** `main` ← **Head:** `johnw/add-agents-file` --- ### 📝 Commits (1) - [`89c70d6`](https://github.com/git-ai-project/git-ai/commit/89c70d6c7e241385b02ba67c139da76631b5922c) Add AGENTS.md project guide ### 📊 Changes **1 file changed** (+143 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `AGENTS.md` (+143 -0) </details> ### 📄 Description ## Summary - Adds an `AGENTS.md` file providing a comprehensive project guide for AI coding agents - Covers build/test commands, architecture overview (binary dispatch, data flow, hook system), test infrastructure, key conventions, and common gotchas - Documents the checkpoint → working log → authorship note pipeline, git proxy hook architecture, config system, and cross-platform considerations ## Test plan - [ ] Verify `AGENTS.md` renders correctly on GitHub - [ ] Confirm no existing files were modified 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/git-ai-project/git-ai/pull/511" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open with Devin"> </picture> </a> <!-- devin-review-badge-end --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 04:13:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-ai#531
No description provided.