From 5bbec30df906b7f9a544ed2d6b8c0e718b58232d Mon Sep 17 00:00:00 2001 From: Rahim Date: Tue, 20 Jan 2026 16:17:32 +1100 Subject: [PATCH] docs(rfc): rename rfcs/ to rfc/ --- .claude/plans/README.md | 4 ++-- .claude/skills/git/references/scope.md | 2 +- CLAUDE.md | 2 +- CONTRIBUTING.md | 2 +- README.md | 2 +- {rfcs => rfc}/README.md | 2 +- {rfcs => rfc}/player-api/architecture.md | 0 {rfcs => rfc}/player-api/decisions.md | 0 {rfcs => rfc}/player-api/examples.md | 0 {rfcs => rfc}/player-api/index.md | 0 {rfcs => rfc}/store/queue-design.md | 0 11 files changed, 7 insertions(+), 7 deletions(-) rename {rfcs => rfc}/README.md (99%) rename {rfcs => rfc}/player-api/architecture.md (100%) rename {rfcs => rfc}/player-api/decisions.md (100%) rename {rfcs => rfc}/player-api/examples.md (100%) rename {rfcs => rfc}/player-api/index.md (100%) rename {rfcs => rfc}/store/queue-design.md (100%) diff --git a/.claude/plans/README.md b/.claude/plans/README.md index 909ed744..b093b690 100644 --- a/.claude/plans/README.md +++ b/.claude/plans/README.md @@ -20,7 +20,7 @@ This directory contains: ## What Doesn't Belong Here -Design proposals and architectural decisions belong in `/rfcs`. This directory is for **how** to implement, not **what** or **why**. +Design proposals and architectural decisions belong in `/rfc`. This directory is for **how** to implement, not **what** or **why**. ## Compaction Rule @@ -60,7 +60,7 @@ Plans may link to their parent RFC: ```markdown # Implementing Feature X -**RFC:** [/rfcs/feature-x.md](/rfcs/feature-x.md) +**RFC:** [/rfc/feature-x.md](/rfc/feature-x.md) ## Tasks diff --git a/.claude/skills/git/references/scope.md b/.claude/skills/git/references/scope.md index 31bcba15..e902f8c5 100644 --- a/.claude/skills/git/references/scope.md +++ b/.claude/skills/git/references/scope.md @@ -14,7 +14,7 @@ Infer commit scope from changed file paths. | `packages/react-native/` | `react-native` | | `packages/icons/` | `icons` | | `site/` | `site` | -| `rfcs/` | `rfc` | +| `rfc/` | `rfc` | | `.claude/` | `claude` | | `.github/workflows/` | `ci` | | `.github/` | `cd` | diff --git a/CLAUDE.md b/CLAUDE.md index 1e23e691..0aeb7b9a 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -479,7 +479,7 @@ add(cleanup: CleanupFn): void { ... } | Location | Purpose | | ---------------- | ----------------------------------------------------------------- | -| `rfcs/` | Design proposals, API decisions, architecture — public discussion | +| `rfc/` | Design proposals, API decisions, architecture — public discussion | | `.claude/plans/` | Implementation notes, AI-agent context, working drafts | **RFCs** focus on **what** and **why**. Write an RFC for major API changes, architectural decisions, or patterns used across packages. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5f9ad8c6..401c85a5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -174,7 +174,7 @@ When your changes introduce new patterns: ## RFCs (Design Documents) -For significant architectural decisions and API designs, we use RFCs (Request for Comments). See [`rfcs/README.md`](./rfcs/README.md) for the full process. +For significant architectural decisions and API designs, we use RFCs (Request for Comments). See [`rfc/README.md`](./rfc/README.md) for the full process. **When to write an RFC:** diff --git a/README.md b/README.md index 16b54bf5..aff09f6a 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Please see our [contributing guide](./CONTRIBUTING.md) for getting setup locally Please note that this project is released with a [Contributor Code of Conduct][coc]. By participating in this project you agree to abide by its terms. -[rfcs]: ./rfcs +[rfcs]: ./rfc [v10-discussion]: https://github.com/videojs/video.js/discussions/9035 [heff-presentation]: https://players.brightcove.net/3737230800001/eyILA5XG7K_default/index.html?videoId=6379311036112 [coc]: https://github.com/videojs/video.js/blob/main/CODE_OF_CONDUCT.md diff --git a/rfcs/README.md b/rfc/README.md similarity index 99% rename from rfcs/README.md rename to rfc/README.md index c9585e62..27db335e 100644 --- a/rfcs/README.md +++ b/rfc/README.md @@ -63,7 +63,7 @@ implementation-plan: .claude/plans/example.md ## Directory Structure ``` -rfcs/ +rfc/ ├── README.md # This file ├── feature-name.md # Single-file RFC └── feature-name/ # Multi-file RFC diff --git a/rfcs/player-api/architecture.md b/rfc/player-api/architecture.md similarity index 100% rename from rfcs/player-api/architecture.md rename to rfc/player-api/architecture.md diff --git a/rfcs/player-api/decisions.md b/rfc/player-api/decisions.md similarity index 100% rename from rfcs/player-api/decisions.md rename to rfc/player-api/decisions.md diff --git a/rfcs/player-api/examples.md b/rfc/player-api/examples.md similarity index 100% rename from rfcs/player-api/examples.md rename to rfc/player-api/examples.md diff --git a/rfcs/player-api/index.md b/rfc/player-api/index.md similarity index 100% rename from rfcs/player-api/index.md rename to rfc/player-api/index.md diff --git a/rfcs/store/queue-design.md b/rfc/store/queue-design.md similarity index 100% rename from rfcs/store/queue-design.md rename to rfc/store/queue-design.md