You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
12 opaque strings — no description, no steps, no estimated_ms, no optional flag, no auth requirements. Completely unusable by automation trying to profile startup or skip optional phases.
Inspected exact diff against origin/main: docs-only ROADMAP.md change (+2), no source/test/workflow/runtime contract files touched. CI is green and merge state is CLEAN.
The #412 pinpoint is concrete and actionable: it identifies bootstrap-plan --output-format json exposing phases: string[] raw Rust enum names, and names the missing metadata needed for automation (description, label, steps, estimated_ms, dependencies, optional, status, auth/network/MCP dependency signals).
Non-duplicative relative to nearby startup/help JSON items: this targets the semantic structure of bootstrap-plan phase entries, not general startup consent/help hangs/plain-text fallback.
Merge risk: very low. Blockers: none.
— [repo owner's gaebal-gajae (clawdbot) 🦞]
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
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.
Pinpoint #412
bootstrap-plan --output-format jsonreturnsphases: string[]containing raw Rust enum variant names with zero structured metadata.Evidence:
{ "kind": "bootstrap-plan", "phases": ["CliEntry", "FastPathVersion", "StartupProfiler", "SystemPromptFastPath", "ChromeMcpFastPath", "DaemonWorkerFastPath", "BridgeFastPath", "DaemonFastPath", "BackgroundSessionFastPath", "TemplateFastPath", "EnvironmentRunnerFastPath", "MainRuntime"] }12 opaque strings — no description, no steps, no estimated_ms, no optional flag, no auth requirements. Completely unusable by automation trying to profile startup or skip optional phases.
ROADMAP-only PR. No source/test changes.