docs: add AGENTS.md grounding document#46
Conversation
Created a comprehensive AGENTS.md file to align future AI agents with the repository's ecosystem. The document includes the project context, technical stack (TypeScript, Turborepo, Node 24), established testing frameworks (Jest currently, migrating to Vitest), and CI/CD security rules. It defines agent roles (@architect, @coder, @Reviewer, @docwriter) and a strict step-by-step workflow focused on Test-Driven Development (TDD). Co-authored-by: rustyy <1225568+rustyy@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Updated AGENTS.md to explicitly list the specific monorepo packages (rest-client, schemas, typescript-config) and apps (examples). Co-authored-by: rustyy <1225568+rustyy@users.noreply.github.com>
Added a visual tree representation of the monorepo to AGENTS.md to give AI agents a clear understanding of the folder hierarchy. Co-authored-by: rustyy <1225568+rustyy@users.noreply.github.com>
Expanded the ASCII tree in AGENTS.md to explicitly show deeper package directories such as src/, __test__/, lib/, and specific device folders (delta2, glacier, etc.) for both schemas and rest-client. Co-authored-by: rustyy <1225568+rustyy@users.noreply.github.com>
|



This PR adds the
AGENTS.mdfile at the root level to provide clear instructions and grounding details for AI agents interacting with the repository.It establishes constraints on tech stacks, CI/CD requirements, workflows (TDD), and specific personas to call upon (such as
@Architect,@Coder,@Reviewer, and@DocWriter).PR created automatically by Jules for task 5833668799515277229 started by @rustyy