Add: AGENTS.md documenting repo structure for AI agents (Closes #1978) - #2036
Add: AGENTS.md documenting repo structure for AI agents (Closes #1978)#2036Vamshi1404 wants to merge 7 commits into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2036 +/- ##
=======================================
Coverage 75.24% 75.24%
=======================================
Files 212 212
Lines 39182 39182
=======================================
Hits 29484 29484
Misses 9698 9698 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
nice, thanks for picking this up. main thing I'd push on: a lot of this already lives in also the one thing an AI agent most needs is missing: https://holoviz.org/contribute.html#ai-readme and the AI Disclosure section in the PR template. |
…nto agents-md-doc
ahuang11
left a comment
There was a problem hiding this comment.
Thanks for starting this! I think right now, there are directories that the LLM should definitely prioritize, while others not so much, which comes from experience developing Lumen, so I think I'll create a separate PR on top of this one!
Description
Fixes #1978
Adds an AGENTS.md file at the repo root documenting Lumen's structure for AI coding agents, following the open agents.md convention. Covers repo/package layout, key entry points, dev environment setup, testing, linting, code conventions, and PR/commit conventions — scoped to Lumen as a generalized agent framework rather than any single workflow, per the issue's request.
Verified manually against the local repo:
No code changes — documentation only, no tests apply.
AI Disclosure
Tool & Model: OpenCode + big-pickle
Usage: Used to draft AGENTS.md content, explore repo structure, and verify file paths and commands against the real repo before committing.
Checklist