Update manual test docs for TokenJam rename + new dashboard#54
Merged
Conversation
Pre-release and new-release testing checklists were full of stale `ocw` references and old branding. Updated to reflect the current code: - All `ocw <subcommand>` → `tj <subcommand>` - `~/.ocw` → `~/.tj` (telemetry DB) - `~/.config/ocw` → `~/.config/tj` (global config) - `.ocw/` → `.tj/` (project-local config) - `~/.local/share/ocw/server.state` → `~/.local/share/tj/server.state` - `[mcp_servers.ocw]` → `[mcp_servers.tj]` - `import tj` → `import tokenjam` (Python package directory was renamed) - `ruff check ocw/` → `ruff check tokenjam/` - `/tmp/ocw-test-project-2` → `/tmp/tj-test-project-2` UI checks updated for the new monochrome dashboard: - Sidebar: "Open(white)Claw(blue)Watch(white) with SVG icon" → "TJ jar-mark SVG + TokenJam wordmark, monochrome (currentColor)" - Old "deep navy + blue accent" styling reference → "monochrome black/white matching tokenjam.dev" - Added theme-toggle verification step (System ⊙ → Light ☀ → Dark ☾) - Added explicit light-mode rendering check Codex onboarding flow corrected: - Removed misleading prereq claim that `tj onboard --codex` "reads server.state to find the running server's secret". Onboarding writes to / reads from the global config (~/.config/tj/config.toml); it does not consult server.state. server.state remains informational only. - Reordered: `tj onboard --codex` runs first (no server needed), then `tj serve` starts before the `codex exec` ingestion test. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
anshss
approved these changes
May 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Manual pre-release and new-release testing checklists in `tests/` had been left untouched through the project rename and dashboard overhaul. They referenced `ocw` everywhere, pointed at `
/.ocw`/`/.config/ocw`, described the old "Open(white)Claw(blue)Watch(white)" sidebar, and overstated the role of `server.state` in Codex onboarding. This PR brings both docs back in sync with the current code.Changes
Bulk rename to current CLI / paths
/.ocw` → `/.tj` (telemetry DB location)/.config/ocw` → `/.config/tj` (global config)/.local/share/ocw/server.state` → `/.local/share/tj/server.state`UI verification steps updated
Codex onboarding flow corrected
Diff
🤖 Generated with Claude Code