Conversation
… and docs Agent-Logs-Url: https://github.com/moegon/BMAD-Agent/sessions/7d78666e-220c-4cfb-af9b-c7fc8dbcfc3d Co-authored-by: moegon <60704735+moegon@users.noreply.github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 389b219ca5
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "# BMAD Project Context", | ||
| "", | ||
| "This project was scaffolded using the BMAD-METHOD (Brainstorm → Map → Assemble → Deploy).", |
There was a problem hiding this comment.
Add MDC frontmatter to generated Cursor context rule
generateCursorRules() builds bmad-project-context.mdc as plain markdown starting with a heading, but Cursor project rules in .cursor/rules/*.mdc are metadata-driven and need frontmatter (description/globs/alwaysApply) to be auto-attached. In the current form, projects that run BMAD: Generate Scaffolding can end up with a context file that Cursor does not automatically apply, so the new “inject BMAD answers into Cursor context” workflow silently degrades unless users manually reference the file.
Useful? React with 👍 / 👎.
The BMAD Agent extension only supported VS Code. Since Cursor and Google Antigravity are VS Code forks that run extensions natively, adding their respective AI agent config files makes the project immediately usable in all three IDEs.
Cursor IDE (
.cursor/rules/*.mdc).cursorrules— root-level project contextbmad-architecture.mdc— module map and data flow (glob-scoped tosrc/**/*.ts)bmad-coding-standards.mdc— TS/VSCode API conventions (always-on)bmad-testing.mdc— test structure and patterns (scoped to test files)Google Antigravity (
.agents/rules/*.md,.agents/workflows/*.md)bmad-agent-development.md— project structure and architecturebmad-agent-quality.md— security, quality, and PR standardsbuild-and-release.md— build workflow for agent orchestrationScaffolding generates IDE configs
scaffolding.tsnow emits Cursor and Antigravity config files alongside the existingbmad/artifacts, injecting the user's BMAD answers as project context:Housekeeping
npm audit fixfor dev dependencies