Skip to content

Conversation

amansinghoriginal
Copy link
Member

@amansinghoriginal amansinghoriginal commented Sep 22, 2025

Description

Add AGENTS.md files at root level of the project and also query-container components to provide relevant context to coding agents.

Works for:

  • Gemini CLI
  • Codex (OpenAI)
  • Github Copilot Coding Agent
  • Web-based Copilot Agent (SWE agent)

Does not work for:

  • Github Copilot inline completions (VS Code / Visual Studio)
  • Claude Code (Mitigated by creating a symlink called CLAUDE.md for each AGENT.md file)

Type of change

  • This pull request fixes a bug in Drasi and has an approved issue (issue link required).
  • This pull request adds or changes features of Drasi and has an approved issue (issue link required).
  • This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Drasi (issue link optional).

@amansinghoriginal amansinghoriginal self-assigned this Sep 22, 2025
C -- "Spawns & Supervises" --> D;
D -- "Uses" --> E;
D -- "Consumes From" --> F;
E -- "Publishes To" --> G;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E[drasi-core Engine] is not the component that publishes to the output stream

A -- Spawns/Manages --> B
B -- Bootstraps from --> G
D -- Reads from --> H
E -- Publishes to --> I
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E[drasi-core Engine] is not the component that publishes to the output stream

Signed-off-by: Aman Singh <aman.singh.original@gmail.com>
Signed-off-by: Aman Singh <aman.singh.original@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants