diff --git a/AGENTS.md b/AGENTS.md index 556717cd..36314fde 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -269,6 +269,7 @@ fail-closed and only pauses when the agent actually proposed a reviewed output. │ ├── github-app-token/ # GitHub App token minter (bundled to github-app-token.js; mints installation token in Agent + Detection when engine.github-app-token is set) │ ├── executor-e2e/ # Stage 3 safe-output E2E test harness (not a bundle; runs deterministic scenarios against a real ADO project and files a GitHub issue on failure) │ ├── prepare-pr-base/ # create-pull-request preparer (bundled to prepare-pr-base.js): Agent mode uses ADO diff metadata + bounded dual-ref fallback to make the merge-base reachable; SafeOutputs mode fetches only the target worktree tip +│ ├── compiler-smoke-e2e/ # TypeScript E2E orchestrator for compiler smoke tests (not a bundle; stages the compiler candidate across 5 real fixtures, queues candidate-lane definitions, and asserts all go green; test harness only, not shipped in ado-script.zip) │ ├── trigger-e2e/ # Test-only gate-spec / trigger-evaluation harness (not a bundle): mirrors Rust `Fact::ALL` in `gate-spec.ts`; `fact-catalog.gen.json` is generated by `export-fact-catalog` and drift-guarded by CI │ └── shared/ # Shared modules across bundles (auth, ado-client, env-facts, types.gen.ts) ├── tests/ # Integration tests and fixtures diff --git a/prompts/debug-ado-agentic-workflow.md b/prompts/debug-ado-agentic-workflow.md index f668ba41..aff89826 100644 --- a/prompts/debug-ado-agentic-workflow.md +++ b/prompts/debug-ado-agentic-workflow.md @@ -299,7 +299,7 @@ network: - **Invalid engine or model**: The `engine:` field is an engine identifier (e.g., `copilot`), not a model name. To specify a model, use the object form. Check that the engine identifier is valid and the model name is correct: ```yaml # Wrong — model name as engine identifier - engine: claude-opus-4.5 + engine: claude-opus-4.7 # Correct — engine identifier with model engine: