Skip to content

Commit e11d34b

Browse files
committed
Add loop decision confidence signals
1 parent 8eee57a commit e11d34b

27 files changed

Lines changed: 11386 additions & 11084 deletions

.agent-context/contracts/test.contract.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,6 @@
8787
"benchmarks/fixtures/monorepo/packages/api/test/config.test.ts",
8888
"benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts"
8989
],
90-
"src/cli/index.ts": [
91-
"test/fixtures/monorepo/packages/api/src/index.ts",
92-
"test/fixtures/monorepo/packages/web/src/index.ts"
93-
],
94-
"src/cli/task-args.ts": [
95-
"test/task-args.test.ts"
96-
],
9790
"src/config/defaults.ts": [
9891
"test/config.test.ts",
9992
"test/scanner.test.ts",
@@ -116,6 +109,17 @@
116109
"benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts",
117110
"test/fixtures/monorepo/packages/api/src/config.ts"
118111
],
112+
"src/cli/index.ts": [
113+
"test/fixtures/monorepo/packages/api/src/index.ts",
114+
"test/fixtures/monorepo/packages/web/src/index.ts"
115+
],
116+
"src/cli/task-args.ts": [
117+
"test/task-args.test.ts"
118+
],
119+
"src/llm/provider.ts": [],
120+
"src/mcp/server.ts": [
121+
"test/mcp.test.ts"
122+
],
119123
"src/core/cache.ts": [
120124
"test/cache.test.ts"
121125
],
@@ -180,10 +184,6 @@
180184
"test/contract-validator.test.ts",
181185
"test/validator.test.ts"
182186
],
183-
"src/llm/provider.ts": [],
184-
"src/mcp/server.ts": [
185-
"test/mcp.test.ts"
186-
],
187187
"src/outputs/agents-md.ts": [
188188
"test/agents-md.test.ts"
189189
],

0 commit comments

Comments
 (0)