chore(v1.33): tsc sweep + ops runbook covers multi-host + first-call + restart#107
Merged
Merged
Conversation
…t-call + restart Test-only type fixes — plugin tsc now 0 errors (was 16), server tsc unchanged at 0 once deps install. No production logic touched. Tsc sweep: - __tests__/cli-orchestrate.test.ts — add missing handoffsTruncated: 0 to 3 RunResult fixtures. - __tests__/orchestrate-emit-telemetry.test.ts — same, plus explicit maxConcurrentWindows: [] in makeResult so the partial override no longer widens the inferred type to undefined. - __tests__/genome-cloud-sync.test.ts — replace typeof fetch annotation with the structural (url, init?) => Promise<Response> shape that matches FetchFn (no preconnect dependency). - __tests__/orchestrate-retry-handoff.test.ts — fix mockSpawnQueued return type (typeof Bun.spawn, not ReturnType<>). - site/app/source.ts: error is auto-generated dep miss, fixed by gen-source step already in package.json; no code change needed. docs/operations.md additions: - New "Running outside Claude Code" subsection under section 1 (topology) with the ASHLR_MCP_HOST matrix and a list of Claude-Code-only features. - New "First-call projection" subsection at end of section 5 (logs/telemetry) documenting the milestones.json gate + dev-test reset. - New troubleshooting entry F "I ran the wizard but the plugin doesn't seem to work" at end of section 6 covering ~/.ashlr/restart-required diagnosis. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Files fixed
47 affected tests still pass.
docs/operations.md additions (3 new subsections)
Test plan
🤖 Generated with Claude Code