Skip to content

Fix/implement pipeline e2e#11

Merged
k08200 merged 3 commits intomainfrom
fix/implement-pipeline-e2e
Mar 9, 2026
Merged

Fix/implement pipeline e2e#11
k08200 merged 3 commits intomainfrom
fix/implement-pipeline-e2e

Conversation

@k08200
Copy link
Copy Markdown
Owner

@k08200 k08200 commented Mar 9, 2026

No description provided.

k08200 and others added 3 commits March 7, 2026 11:24
- scout.ts: require codeExecuted && iterations >= 5 before allowing ESCALATE
- llm.ts: use /auth/key endpoint for proper API key validation instead of
  public /models endpoint that returns 200 without auth

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The project's tsconfig.json (e.g. "module": "Node16") was being copied
into the sandbox, causing tsx to fail with ERR_MODULE_NOT_FOUND.
Backup the original tsconfig, replace with commonjs config for scout,
and restore before extracting diff so PRs don't include tsconfig changes.
- planner: force LLM to use exact task IDs from queue (prevents new ID generation)
- orchestrator: findTask falls back to name-matching against pending queue tasks
  when planner generates mismatched IDs
- gate: skip tsc --noEmit when typescript is not installed in target repo
  (prevents npx from fetching wrong "tsc" package)
@k08200 k08200 marked this pull request as ready for review March 9, 2026 08:36
@k08200 k08200 merged commit aa7c065 into main Mar 9, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant