Skip to content

fix(intake): never reuse a revoked status index; unbork blafourcade - #100

Merged
blafourcade merged 1 commit into
mainfrom
fix/status-index-reuse
Jul 29, 2026
Merged

fix(intake): never reuse a revoked status index; unbork blafourcade#100
blafourcade merged 1 commit into
mainfrom
fix/status-index-reuse

Conversation

@blafourcade

Copy link
Copy Markdown
Contributor

A revoked status_index is burned for life (its bit stays set in the status
list). The next-index step only scanned active member records, so after all
members were removed the counter fell back to 0 — a already-revoked index —
and a freshly certified member was born "revoked".

  • certification-pr.yml: next index = max(active records, revoked.json) + 1.
  • blafourcade's record: move status_index 0 -> 1 (0 is revoked), so re-emit
    produces a valid badge.

Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_01PC9TRnYr5AXe7GmBmHjkBy

@blafourcade
blafourcade requested review from a team as code owners July 29, 2026 09:08
A revoked status_index is burned for life (its bit stays set in the status
list). The next-index step only scanned active member records, so after all
members were removed the counter fell back to 0 — a already-revoked index —
and a freshly certified member was born "revoked".

- certification-pr.yml: next index = max(active records, revoked.json) + 1.
- blafourcade's record: move status_index 0 -> 1 (0 is revoked), so re-emit
  produces a valid badge.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PC9TRnYr5AXe7GmBmHjkBy
@blafourcade
blafourcade force-pushed the fix/status-index-reuse branch from af3bb58 to 3cacc42 Compare July 29, 2026 09:09
@blafourcade
blafourcade merged commit a938433 into main Jul 29, 2026
@blafourcade
blafourcade deleted the fix/status-index-reuse branch July 29, 2026 09:10
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.

1 participant