Skip to content

docs: update AGENTS.md to reflect PRs target main#2050

Open
Mgczacki wants to merge 1 commit into
dimensionalOS:mainfrom
Mgczacki:docs/update-agents-md-pr-target
Open

docs: update AGENTS.md to reflect PRs target main#2050
Mgczacki wants to merge 1 commit into
dimensionalOS:mainfrom
Mgczacki:docs/update-agents-md-pr-target

Conversation

@Mgczacki
Copy link
Copy Markdown

@Mgczacki Mgczacki commented May 12, 2026

Summary

  • AGENTS.md still said PRs target `dev`. Now that the dev branch has been merged into main and main is the unstable development branch, update the Git Workflow section so contributors PR off of `main`.

Test plan

  • AGENTS.md diff reviewed — single-line change in the Git Workflow section
  • Confirm wording matches the release announcement

🤖 Generated with Claude Code

dev has been merged into main; main is now the unstable development
branch. Contributors should work and PR off of main.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 12, 2026

Greptile Summary

This PR updates the Git Workflow section in AGENTS.md to reflect that main is now the active development branch, replacing the old instruction to target dev.

  • The single changed line replaces PRs target \dev`withPRs target `main`, adds a short explanation that main` is the unstable development branch, and keeps the "no direct push" guard intact.
  • No other references to dev remain in AGENTS.md, so the update appears complete.

Confidence Score: 5/5

Documentation-only change with no runtime impact; safe to merge.

A single line in AGENTS.md is updated to match the current branch strategy. No other dev references remain in the file, and the new wording is clear and complete.

No files require special attention.

Important Files Changed

Filename Overview
AGENTS.md Single-line docs update in the Git Workflow section; correctly removes the stale dev target and replaces it with main.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Feature Branch\nfeat/ fix/ docs/ ...] -->|PR| B[main\nunstable dev branch]
    B -->|Release cut| C[Tagged Release]
Loading

Reviews (1): Last reviewed commit: "docs: update AGENTS.md to reflect PRs ta..." | Re-trigger Greptile

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