Skip to content

Commit 13f2607

Browse files
docs: follow heading case convention
1 parent 28160bb commit 13f2607

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/superpowers/plans/2026-08-14-context-repository-extraction.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ workflows, and evaluations.
1414

1515
---
1616

17-
## Task 1: Create the repository and preserve history
17+
## Task 1: create the repository and preserve history
1818

1919
1. Create public `rstackjs/context` with a minimal default branch and clone it to
2020
`/fast/projects/context`.
@@ -24,7 +24,7 @@ workflows, and evaluations.
2424
4. Merge the filtered history into the extraction branch with unrelated histories allowed.
2525
5. Verify the resulting graph retains focused package commits without unrelated CLI paths.
2626

27-
## Task 2: Add standalone Rstack tooling and package metadata
27+
## Task 2: add standalone Rstack tooling and package metadata
2828

2929
1. Add the pnpm workspace catalog, TypeScript configuration, Rslint configuration, formatting
3030
configuration, Git ignore rules, license, and repository guidance.
@@ -35,7 +35,7 @@ workflows, and evaluations.
3535
4. Add CI and one pkg.pr.new workflow invocation using the repository's locked dependency.
3636
5. Add package packing and clean-consumer smoke coverage.
3737

38-
## Task 3: Relocate engine-owned tests and documentation
38+
## Task 3: relocate engine-owned tests and documentation
3939

4040
1. Move generic MCP/config tests still located under `packages/rstack/tests/context` into the
4141
standalone package where their behavior is runtime-owned.
@@ -44,7 +44,7 @@ workflows, and evaluations.
4444
command/config integration and link to the new repository for runtime architecture.
4545
4. Preserve existing API and MCP schemas during the move.
4646

47-
## Task 4: Validate and publish a preview
47+
## Task 4: validate and publish a preview
4848

4949
1. Install with the declared pnpm version.
5050
2. Run formatting, Rslint/type checks, Rslib build, Rstest, and package-consumer smoke tests.
@@ -53,7 +53,7 @@ workflows, and evaluations.
5353
5. Wait for pkg.pr.new, install the produced preview in a clean consumer, and record the exact
5454
preview reference for Rstack CLI.
5555

56-
## Task 5: Convert Rstack CLI to an external context dependency
56+
## Task 5: convert Rstack CLI to an external context dependency
5757

5858
1. Remove `packages/context` from the Rstack CLI worktree after the standalone branch is pushed.
5959
2. Replace `workspace:*` with the exact pkg.pr.new preview dependency and update the lockfile.
@@ -63,7 +63,7 @@ workflows, and evaluations.
6363
5. Run `pnpm check`, package builds, native build prerequisite, and the required test suites.
6464
6. Commit and push the existing `codex/rstack-mcp-observability` draft branch.
6565

66-
## Task 6: Align Agent Skills and evaluate the installation
66+
## Task 6: align Agent Skills and evaluate the installation
6767

6868
1. Update runtime repository references in `/fast/projects/agent-skills` without moving engine code
6969
into the plugin.
@@ -74,7 +74,7 @@ workflows, and evaluations.
7474
that missing producers degrade to unavailable evidence rather than errors.
7575
6. Commit and push the existing Agent Skills draft branch if it changed.
7676

77-
## Task 7: Final coordinated review
77+
## Task 7: final coordinated review
7878

7979
1. Review all changed repositories for accidental scope expansion and compatibility regressions.
8080
2. Verify the new context PR, Rstack CLI PR, Agent Skills PR, and Rsdoctor PR remain drafts where

docs/superpowers/specs/2026-08-14-context-repository-extraction-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Rstack Context repository extraction design
1+
# Rstack context repository extraction design
22

33
## Status
44

0 commit comments

Comments
 (0)