Opus finding
Bot allowlist is declared but never wired into list/classify steps
lowdocs-gapmedium
- skills/fork-cohort/SKILL.md:215-216
- skills/fork-cohort/SKILL.md:62-66
The constraint says bots should be "skipped from cohort rendering but still count in totals," but no step shows where the filter is applied. Step 2 only filters archived/disabled. Step 5 (classify) and step 8 (render) make no mention of the allowlist. An operator following the spec literally will either include bots in the rosters (violating the constraint) or filter at step 2 (deflating N_TOTAL, also violating the constraint). The two requirements (skip rendering, keep in totals) require a specific implementation point that isn't documented.
Recommendation
Add an explicit step or sub-step: "At step 5, classify bot-owned forks normally and include them in totals. At step 8 (movement subsections + POWER roster), skip any fork whose owner matches the allowlist." Or remove the constraint if it's aspirational.