docs: refresh Perform AGENTS workflow guidance#130
Open
mehul0810 wants to merge 2 commits into
Open
Conversation
|
Test on Playground |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@mehul0810
Learning type
Supersede stale AGENTS snapshot fields and add durable release-cadence workflow guidance.
Evidence
gh repo view performwp/perform --json nameWithOwner,defaultBranchRef,urlshows the default branch isdevelop.git branch --format='%(refname:short)'in the local checkout shows active release branchesrelease/1.6.0,release/1.6.1, andrelease/1.7.0, so a single hardcoded release branch inAGENTS.mdis stale.rg -n '^Stable tag:' readme.txtreturnsStable tag: 1.6.0, which contradicted the oldCurrent public line: 1.5.1snapshot.gh run list --repo performwp/perform --limit 8shows current CI activity onrelease/1.7.0and on this docs PR, reinforcing that branch and release state changes over time.rg -n '30 days|7 days|x\\.9\\.x|cadence checkpoints' /Users/mehulgohil/.codex/automations/perform-daily-issue-triage/automation.toml /Users/mehulgohil/.codex/automations/perform-daily-issue-triage/memory.mdshows the active Perform automation already uses explicit 30-day minor, 7-day patch, and major-rollover cadence rules that were not yet preserved in repo docs.Scope
Current public lineandActive release branch in this workspacebullets fromAGENTS.md.Why AGENTS.md is the durable home
What future agents should do differently
developunless live release evidence proves a different base.release/<milestone>branches,readme.txt, GitHub releases, and WordPress.org state live each run.AGENTS.md.Base branch
developdevelopis the current integration/default branch.Validation
git diff -- AGENTS.md.git diff --checkafter the AGENTS update.Rollback or removal notes