feat(workflow): per-task subagent routing and a spawn-plan telemetry event #971
ci.yml
on: pull_request
Matrix: test
build
4m 13s
test-pi-tui
44s
test-windows
0s
lint
1m 2s
typecheck
2m 24s
test
4s
Annotations
3 errors and 19 warnings
|
test (3)
Process completed with exit code 1.
|
|
[agent-core-v2] test/wire/wireManifest.test.ts > wire manifest > docs/wire-manifest.d.ts is up to date:
packages/agent-core-v2/test/wire/wireManifest.test.ts#L11
AssertionError: expected '// Wire Protocol Manifest\n//\n// Gen…' to be '// Wire Protocol Manifest\n//\n// Gen…' // Object.is equality
- Expected
+ Received
@@ -570,15 +570,16 @@
* owner: src/session/subagent/bindingProvenance.ts
*/
interface SubagentBindingProvenanceRecordedPayload {
_name: 'subagent.binding_provenance.recorded';
agentId: string;
+ /** SubagentBindingProvenance */
provenance: {
operation: 'spawn' | 'fork' | 'resume';
profileSource: 'requested' | 'default' | 'fork-inherit' | 'resume-existing';
modelSource: 'caller' | 'policy-default' | 'policy-pool' | 'policy-force' | 'fork-inherit' | 'resume-existing';
- policyMode: 'inherit' | 'default' | 'pool' | 'force';
+ policyMode: CanonicalSubagentModelPolicy['mode'];
policySource: 'config' | 'default';
featureSource: 'master-env' | 'env' | 'config' | 'default';
resolvedFromRoutingEnvironmentRevision: string;
routeDecisionFingerprint: string;
};
❯ test/wire/wireManifest.test.ts:11:20
|
|
test
Process completed with exit code 1.
|
|
test-pi-tui
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint-plugin-import(no-named-as-default-member):
packages/agent-core-v2/src/features/skill/catalog/fileSkillDiscovery.ts#L86
"path" also has a named export "join"
|
|
eslint-plugin-import(no-named-as-default-member):
packages/agent-core-v2/src/features/skill/catalog/fileSkillDiscovery.ts#L73
"path" also has a named export "join"
|
|
eslint-plugin-import(no-named-as-default-member):
packages/agent-core-v2/src/features/skill/catalog/fileSkillDiscovery.ts#L72
"path" also has a named export "join"
|
|
eslint-plugin-import(no-named-as-default-member):
packages/agent-core-v2/src/features/skill/catalog/fileSkillDiscovery.ts#L54
"path" also has a named export "basename"
|
|
eslint-plugin-import(no-named-as-default-member):
packages/agent-core-v2/src/features/skill/catalog/fileSkillDiscovery.ts#L47
"path" also has a named export "join"
|
|
eslint-plugin-import(no-named-as-default-member):
packages/agent-core-v2/src/features/skill/catalog/parser.ts#L98
"path" also has a named export "dirname"
|
|
eslint-plugin-import(no-named-as-default-member):
packages/agent-core-v2/src/features/skill/catalog/parser.ts#L92
"path" also has a named export "resolve"
|
|
eslint-plugin-import(no-named-as-default-member):
packages/agent-core-v2/src/features/skill/catalog/parser.ts#L53
"path" also has a named export "basename"
|
|
eslint(no-loop-func):
packages/agent-core-v2/src/_base/event.ts#L211
Function declared in a loop contains unsafe references to variable(s)
|
|
eslint(no-loop-func):
packages/agent-core-v2/src/_base/event.ts#L206
Function declared in a loop contains unsafe references to variable(s)
|
|
test (5)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (3)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (2)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
typecheck
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (4)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (1)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|