Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions INDEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

# RFC index

Generated 2026-06-18. See [README.md](./README.md) for the RFC process.
Generated 2026-06-19. See [README.md](./README.md) for the RFC process.

## Accepted (6)
## Accepted (7)

| # | Title | Created | Accepted | Implemented | Withdrawn | Implementation |
| - | ----- | ------- | -------- | ----------- | --------- | -------------- |
| [0056](./accepted/0056-npm-extension-manifest-repairs.md) | npm Extension for Manifest Repairs | 2026-06-19 | 2026-06-19 | — | — | — |
| [0054](./accepted/0054-make-scripts-install-opt-in.md) | Make install scripts opt-in | 2026-06-08 | 2026-06-08 | — | — | — |
| [0047](./accepted/0047-npm-diff-ignore-cr-at-eol.md) | npm diff ignore CR at EOL | — | — | — | — | — |
| [0044](./accepted/0044-deprecation-ux-revamp.md) | Deprecated packages UX revamp | — | — | — | — | — |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
---
title: npm Extension for Manifest Repairs
number: 56
status: accepted
created: 2026-06-19
accepted_at: 2026-06-19
implemented_at: null
withdrawn_at: null
implementation: null
---
# npm Extension for Manifest Repairs

## Summary
Expand Down
Loading