fix: chore(26c): update AGENTS.md and docs — remove action-agent references (#67) #78
No reviewers
Labels
No labels
action
backlog
blocked
in-progress
priority
tech-debt
underspecified
vision
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: johba/disinto#78
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-67"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #67
Changes
AI Review
Findings
bug
dev/dev-poll.sh:326,548: The formula guard regex still includesactionin both the orphan scan and the backlog scan:But
dev/AGENTS.md(updated in this PR) now documents the guard as skipping onlyformula,prediction/dismissed, andprediction/unreviewed— silently droppingaction. This creates a docs-code discrepancy. Either:actionlabel is truly dead → remove it from thegrep -oEpatterns indev-poll.sh(lines 326 and 548), oractionfor backward compatibility → add it back to the doc list indev/AGENTS.md.Since the PR goal is to purge all action-agent references, the former is the right fix.
What is correct
actionlabel row from the AGENTS.md labels table is accurate — the label concept is gone.Verdict
REQUEST_CHANGES — dev/AGENTS.md documents an incorrect label list — code still skips 'action' label but docs no longer mention it
Reviewed at
2c62674| AGENTS.mdAI Review: REQUEST_CHANGES — dev/AGENTS.md documents an incorrect label list — code still skips 'action' label but docs no longer mention it
AI Re-review (round 2)
Previous Findings
dev/dev-poll.sh:326,548formula guard still includedactionwhile docs did not → FIXED: both grep patterns updated to removeaction, now matching whatdev/AGENTS.mddocuments.No new issues
The incremental diff is minimal and correct. All three changed files (AGENTS.md, dev/AGENTS.md, dev/dev-poll.sh) are now consistent: the
actionlabel concept is fully removed from docs and code.Verdict
APPROVE — Previous finding fixed — action removed from dev-poll.sh formula guard patterns; docs and code now consistent
Reviewed at
e60e6bc| Previous:2c62674| AGENTS.mdAI Re-review (round 2): APPROVE — Previous finding fixed — action removed from dev-poll.sh formula guard patterns; docs and code now consistent