fix: tier 2 skips bot-owned repos #12

Merged
joshtronic merged 2 commits from devel into master 2026-05-16 22:32:46 +00:00
Owner

Tier 2 picked igor/brain for a maintenance pass -- Igor auditing his
own notes repo. Auto-detect saw package.json (markdownlint-cli) and
decided "Node project, run npm audit." Burns API tokens producing
zero useful signal.

The general rule: bot-owned repos (brain, website, anything else
under <BOT_USER>/) are Igor's internal infrastructure, not target
code. Maintenance is for repos Igor was given to collaborate on, not
his own stuff. Tier 3 (self-directed website work) is the venue for
website touches; brain has no audit surface to speak of.

Fix: maintenance_eligible bails immediately if the repo owner
matches BOT_USER. Done before the onboarding-ticket and cooldown
checks since it's the cheapest predicate.

Cost-watcher's note: the brain tick that triggered this fix already
fired a Claude invocation. Won't happen again post-merge.

Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com

Tier 2 picked igor/brain for a maintenance pass -- Igor auditing his own notes repo. Auto-detect saw package.json (markdownlint-cli) and decided "Node project, run npm audit." Burns API tokens producing zero useful signal. The general rule: bot-owned repos (brain, website, anything else under <BOT_USER>/) are Igor's internal infrastructure, not target code. Maintenance is for repos Igor was given to collaborate on, not his own stuff. Tier 3 (self-directed website work) is the venue for website touches; brain has no audit surface to speak of. Fix: maintenance_eligible bails immediately if the repo owner matches BOT_USER. Done before the onboarding-ticket and cooldown checks since it's the cheapest predicate. Cost-watcher's note: the brain tick that triggered this fix already fired a Claude invocation. Won't happen again post-merge. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
fix: tier 2 skips bot-owned repos
All checks were successful
Lint / check-sync (push) Successful in 4s
Lint / check-sync (pull_request) Successful in 4s
9442cbdd96
Tier 2 picked igor/brain for a maintenance pass -- Igor auditing his
own notes repo. Auto-detect saw package.json (markdownlint-cli) and
decided "Node project, run npm audit." Burns API tokens producing
zero useful signal.

The general rule: bot-owned repos (brain, website, anything else
under <BOT_USER>/) are Igor's internal infrastructure, not target
code. Maintenance is for repos Igor was given to collaborate on, not
his own stuff. Tier 3 (self-directed website work) is the venue for
website touches; brain has no audit surface to speak of.

Fix: maintenance_eligible bails immediately if the repo owner
matches BOT_USER. Done before the onboarding-ticket and cooldown
checks since it's the cheapest predicate.

Cost-watcher's note: the brain tick that triggered this fix already
fired a Claude invocation. Won't happen again post-merge.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Merge branch 'master' into devel
All checks were successful
Lint / check-sync (push) Successful in 4s
Lint / check-sync (pull_request) Successful in 4s
abf25c0de4
joshtronic deleted branch devel 2026-05-16 22:32:47 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
joshtronic/igor!12
No description provided.