@@ -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
19191 . Create public ` rstackjs/context ` with a minimal default branch and clone it to
2020 ` /fast/projects/context ` .
@@ -24,7 +24,7 @@ workflows, and evaluations.
24244 . Merge the filtered history into the extraction branch with unrelated histories allowed.
25255 . 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
29291 . 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.
35354 . Add CI and one pkg.pr.new workflow invocation using the repository's locked dependency.
36365 . 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
40401 . 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.
45454 . 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
49491 . Install with the declared pnpm version.
50502 . Run formatting, Rslint/type checks, Rslib build, Rstest, and package-consumer smoke tests.
@@ -53,7 +53,7 @@ workflows, and evaluations.
53535 . 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
58581 . Remove ` packages/context ` from the Rstack CLI worktree after the standalone branch is pushed.
59592 . Replace ` workspace:* ` with the exact pkg.pr.new preview dependency and update the lockfile.
@@ -63,7 +63,7 @@ workflows, and evaluations.
63635 . Run ` pnpm check ` , package builds, native build prerequisite, and the required test suites.
64646 . 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
68681 . 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.
75756 . 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
79791 . Review all changed repositories for accidental scope expansion and compatibility regressions.
80802 . Verify the new context PR, Rstack CLI PR, Agent Skills PR, and Rsdoctor PR remain drafts where
0 commit comments