Skip to content

fix: renumber all 87 items sequentially (P0/P1=1-23, P2=24-76, P3=77-87)#42

Merged
wenshao merged 1 commit into
mainfrom
fix/renumber-all-items
Apr 4, 2026
Merged

fix: renumber all 87 items sequentially (P0/P1=1-23, P2=24-76, P3=77-87)#42
wenshao merged 1 commit into
mainfrom
fix/renumber-all-items

Conversation

@wenshao

@wenshao wenshao commented Apr 4, 2026

Copy link
Copy Markdown
Owner

Summary

Fix non-sequential numbering caused by appending new items to file ends.

Before:

  • P0/P1: [1-22, 75] (gap 22→75)
  • P2: [23-58, 70-74, 76-87] (gaps 58→70, 74→76)
  • P3: [59-69] (surrounded by P2's 70+)

After:

  • P0/P1: 1-23 (continuous)
  • P2: 24-76 (continuous)
  • P3: 77-87 (continuous)

All 87 anchors + 87 links + 87 matrix rows updated. 0 broken.

🤖 Generated with Claude Code

Before: P0/P1 had [1-22, 75], P2 had [23-58, 70-74, 76-87], P3 had [59-69]
After:  P0/P1 = 1-23, P2 = 24-76, P3 = 77-87 (all continuous, no gaps)

Rebuilt all anchors and cross-file links to match new numbering.
87 anchors = 87 links = 87 matrix rows, 0 broken.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@wenshao wenshao merged commit 5466ad3 into main Apr 4, 2026
wenshao added a commit that referenced this pull request Apr 5, 2026
PR #105: 0/5 new (all duplicated).
PR #108: 5/5 new (useSSHSession, useSwarmPermissionPoller, useTasksV2,
  useArrowKeyHistory, useCanUseTool).
PR #109: 3/5 new (useSearchInput, usePasteHandler, useScheduledTasks).

New P3 items: #35-#42. Total: 225 items.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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