Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
218 commits
Select commit Hold shift + click to select a range
ea49c1f
feat(agent): add bounded invocation executor channel foundation
kojiwakayama Sep 7, 2026
4ca9c78
feat(agent): add authenticated executor model transport
kojiwakayama Sep 7, 2026
5eaed3d
fix(agent): retain executor provider stream cleanup
kojiwakayama Sep 7, 2026
22f682e
test(agent): classify provider bridge contracts as integration tests
kojiwakayama Sep 7, 2026
e4f7cd2
fix(agent): preserve provider metadata across executor continuations
kojiwakayama Sep 7, 2026
ce78250
feat(agent): bridge hosted executor streams and required model audit
kojiwakayama Sep 7, 2026
01bc964
test(agent): initialize executor schemas on Node and Bun
kojiwakayama Sep 7, 2026
b3745ba
fix(agent): preserve curated model failures across executor channels
kojiwakayama Sep 7, 2026
bebd002
feat(agent): discover isolated agent metadata within bound source
kojiwakayama Sep 7, 2026
518ec45
fix(agent): preserve curated model failures across executor channels
kojiwakayama Sep 7, 2026
265eba0
fix(agent): preserve filename-derived executor agent identities
kojiwakayama Sep 7, 2026
47b345b
fix(agent): preserve curated model failures across executor channels
kojiwakayama Sep 7, 2026
bed6b29
fix(agent): preserve filename-derived executor agent identities
kojiwakayama Sep 7, 2026
6424833
perf(agent): reuse executor stream encoders
kojiwakayama Sep 7, 2026
afcff15
fix(agent): preserve discovery when its cache reaches capacity
kojiwakayama Sep 7, 2026
a45101d
fix(agent): preserve curated failures in hosted executor runtime
kojiwakayama Sep 7, 2026
17417a4
fix(agent): sanitize hosted setup error titles
kojiwakayama Sep 7, 2026
a899534
fix(agent): sanitize hosted setup error titles
kojiwakayama Sep 7, 2026
836111a
perf(agent): reuse executor stream text encoders
kojiwakayama Sep 7, 2026
8425858
fix(agent): preserve discovery sessions at cache capacity
kojiwakayama Sep 7, 2026
0b7be39
Merge remote-tracking branch 'origin/feat/isolated-hosted-agent-runti…
kojiwakayama Sep 7, 2026
4d9d564
fix(agent): classify project configuration loader failures
kojiwakayama Sep 7, 2026
c856017
Merge remote-tracking branch 'origin/feat/isolated-agent-discovery' i…
kojiwakayama Sep 7, 2026
4b66813
Merge executor foundation into hosted runtime
kojiwakayama Sep 7, 2026
264ec6b
fix(agent): redact hosted setup error slugs
kojiwakayama Sep 7, 2026
fd09bdb
fix(agent): allow only fixed hosted setup error codes
kojiwakayama Sep 7, 2026
617fdaf
test(agent): cover discovery replies and capacity cleanup
kojiwakayama Sep 7, 2026
560f188
Merge setup error redaction regression coverage
kojiwakayama Sep 7, 2026
4ece277
Merge reviewed hosted runtime fixes
kojiwakayama Sep 7, 2026
dc2321b
fix(agent): bound AG-UI setup response statuses
kojiwakayama Sep 7, 2026
7a1d19b
fix(agent): frame executor streams with incremental byte accounting
kojiwakayama Sep 7, 2026
4119505
fix(agent): require whole-message executor completion
kojiwakayama Sep 7, 2026
b86d594
fix(agent): audit effective OpenAI tool reasoning
kojiwakayama Sep 7, 2026
554f7ed
fix(agent): audit reasoning for effective provider tools
kojiwakayama Sep 7, 2026
f227ce4
fix(agent): bind discovery roots to the immutable source
kojiwakayama Sep 7, 2026
024fcf6
fix(agent): audit effective OpenAI sampling controls
kojiwakayama Sep 7, 2026
0601f6f
fix(agent): audit supported provider controls
kojiwakayama Sep 7, 2026
c92bfdd
fix(agent): reject executor events after termination
kojiwakayama Sep 7, 2026
69a4c65
fix(runtime): align managed model context with effective provider con…
kojiwakayama Sep 8, 2026
b1d8c64
Merge main while retaining discovery and projection fixes
kojiwakayama Sep 8, 2026
8c1a7f0
test(runtime): verify compatible Cloud reasoning through the runtime …
kojiwakayama Sep 8, 2026
c1a1ba1
Prepare executor runtimes from installed grants and private facades
kojiwakayama Sep 8, 2026
83537fc
Integrate current discovery boundaries and runtime audit fixes
kojiwakayama Sep 8, 2026
dc7bd13
Use framework aliases across executor discovery module boundaries
kojiwakayama Sep 8, 2026
051c97c
Merge branch 'feat/isolated-agent-discovery' into feat/isolated-runti…
kojiwakayama Sep 8, 2026
b35903d
Resolve merged application-runtime dependencies against main
kojiwakayama Sep 8, 2026
a9fd4d4
Merge branch 'feat/isolated-agent-discovery' into feat/isolated-runti…
kojiwakayama Sep 8, 2026
315ee6b
Merge main into executor discovery
kojiwakayama Sep 8, 2026
bbc87b6
Merge remote-tracking branch 'origin/feat/isolated-agent-discovery' i…
kojiwakayama Sep 8, 2026
ad41652
Retain facade cleanup ownership before model resolution
kojiwakayama Sep 8, 2026
485ce52
Use framework aliases in executor runtime preparation
kojiwakayama Sep 8, 2026
1306dd0
Resolve merged discovery dependency while retaining preparation owner…
kojiwakayama Sep 8, 2026
52c7e28
fix(agent): retain granted Markdown delegate tools during preparation
kojiwakayama Sep 8, 2026
f8afc77
fix(agent): apply authored capability defaults before executor grants
kojiwakayama Sep 8, 2026
776f39d
fix(agent): refuse navigation without executor project-switch authority
kojiwakayama Sep 8, 2026
3869c14
fix(agent): cancel remote tool listing during executor preparation
kojiwakayama Sep 8, 2026
4488cdc
fix(agent): close prepared runtime tool boundaries
kwakayama Sep 8, 2026
33314c1
fix(agent): preserve research artifact system reminders
kojiwakayama Sep 8, 2026
0967c6e
fix(agent): retain private facade access and cancel steering refresh
kojiwakayama Sep 8, 2026
61abc1e
fix(agent): preserve granted skill infrastructure during preparation
kojiwakayama Sep 8, 2026
31a77d5
fix(agent): capture facade membership intrinsic before discovery
kojiwakayama Sep 8, 2026
703f67c
fix(agent): capture tool enumeration and grant filtering intrinsics
kojiwakayama Sep 8, 2026
5a65f6a
fix(agent): protect private facade reflection
kwakayama Sep 8, 2026
d14c5c2
fix(agent): isolate selector set operations from mutable prototypes
kojiwakayama Sep 8, 2026
6db5a26
test(agent): move private facade reflection check to integration
kojiwakayama Sep 8, 2026
58c66de
fix(agent): protect model grants and retained runtime tasks
kojiwakayama Sep 8, 2026
fd03b58
fix(agent): isolate private facade selection
kwakayama Sep 8, 2026
9eb6668
fix(agent): reuse protected set for private facade preselection
kojiwakayama Sep 8, 2026
b255f93
fix(agent): preserve dictionary types in reflection helpers
kojiwakayama Sep 8, 2026
88f284d
test(agent): harden private facade reflection regression
kwakayama Sep 8, 2026
9935e66
fix(agent): harden facade selection boundaries
kwakayama Sep 8, 2026
7ce20db
fix(tool): avoid mutable iteration and inherited facade writes
kojiwakayama Sep 8, 2026
a23fe95
fix(agent): avoid inherited facade metadata hooks
kwakayama Sep 8, 2026
87ccccc
test(agent): pin private facade runtime output type
kwakayama Sep 8, 2026
8e7f045
fix(agent): type reflected host tool metadata precisely
kojiwakayama Sep 8, 2026
7119dbd
fix(agent): protect stream dispatch and retained promise chains
kojiwakayama Sep 8, 2026
a81010c
fix(agent): keep facade filtering outside array construction hooks
kojiwakayama Sep 8, 2026
b4e03b1
fix(agent): merge facade grants without mutable iterators
kwakayama Sep 8, 2026
d643e19
test(agent): align review tests and internal import aliases
kojiwakayama Sep 8, 2026
f1582cb
fix(agent): filter facade arrays without construction hooks
kwakayama Sep 8, 2026
da81076
fix(agent): capture cleanup chains and private error reflection
kojiwakayama Sep 8, 2026
7d03c1c
fix(agent): settle private lifecycle work through intrinsic await
kojiwakayama Sep 8, 2026
0f1e694
test(agent): correct private lifecycle regression types
kojiwakayama Sep 8, 2026
e7caafe
fix(tool): protect facade provenance and runtime-local markers
kojiwakayama Sep 8, 2026
5a53f36
test(agent): guard private tool provenance against replaced intrinsics
kojiwakayama Sep 8, 2026
549df38
test(agent): type provenance regression replacement parameter
kojiwakayama Sep 8, 2026
28a4eb7
fix(agent): protect cancellation, completion, and authored runtime li…
kojiwakayama Sep 8, 2026
58cacbf
feat(agent): install isolated executor runtime through bound capabili…
kwakayama Sep 8, 2026
db22c33
fix(agent): preserve checkpoint sequencing and restore compatibility
kwakayama Sep 8, 2026
3823db2
fix(agent): recognize native Node behind packaged Deno compatibility
kwakayama Sep 8, 2026
46d8fcb
feat(agent): compose managed broker ingress and durable run ownership
kwakayama Sep 8, 2026
755399e
test(agent): cover lifecycle and grant intrinsic tampering
kojiwakayama Sep 8, 2026
13bfb74
fix(agent): keep skill selector ceilings outside mutable helpers
kojiwakayama Sep 8, 2026
0555204
feat(agent): preserve direct hosted ingress at the broker boundary
kwakayama Sep 8, 2026
ce3e86a
fix(agent): snapshot facade metadata and preserve cancellation listeners
kojiwakayama Sep 8, 2026
a742e61
test(agent): cover facade metadata and cancellation listener hooks
kojiwakayama Sep 8, 2026
5218182
Merge remote-tracking branch 'origin/main' into fix/issue-1037-manage…
kwakayama Sep 8, 2026
c5fb8df
fix(agent): isolate optional private facades from inherited getters
kojiwakayama Sep 8, 2026
fe9db17
fix(agent): retain failed and cancelled broker work until retirement
kwakayama Sep 8, 2026
856402f
fix(agent): retain native promise work and class host definitions
kojiwakayama Sep 8, 2026
d333528
fix(agent): isolate private assembly and constructor records
kojiwakayama Sep 8, 2026
8d4a7af
fix(agent): finalize durable failures and wire broker server lifecycle
kwakayama Sep 8, 2026
af23d6d
fix(agent): preserve denials and independently protect promise chaining
kojiwakayama Sep 8, 2026
d9cae4a
fix(agent): isolate nested facade wrappers and metadata filters
kojiwakayama Sep 8, 2026
d8fc9a5
fix(agent): enforce persistence grants and preserve completion data
kwakayama Sep 8, 2026
452f403
fix(agent): snapshot execution grants and checkpoint facades
kojiwakayama Sep 8, 2026
906a728
fix(agent): preserve curated stream failure classifications
kwakayama Sep 8, 2026
92a8404
fix(agent): retain audit persistence beyond caller deadlines
kwakayama Sep 8, 2026
d35e6d0
fix(agent): validate own definition data and isolate task context
kojiwakayama Sep 8, 2026
d4a47f3
fix(agent): protect discovery cache and agent lookups
kojiwakayama Sep 8, 2026
e5b3148
fix(agent): protect markdown definition provenance storage
kojiwakayama Sep 8, 2026
d65d845
fix(agent): observe lifecycle promises without mutating inputs
kojiwakayama Sep 8, 2026
ab6eaf1
fix(agent): snapshot preparation requests and steering state
kojiwakayama Sep 8, 2026
cb876e9
fix(agent): bind durable queue work to executor admission
kwakayama Sep 8, 2026
396f0c5
fix(agent): capture steering and cleanup methods before discovery
kojiwakayama Sep 8, 2026
cd288e6
fix(agent): protect serialization and private facade construction
kojiwakayama Sep 8, 2026
504ff13
test(agent): guard promise lifecycle against paired intrinsic replace…
kojiwakayama Sep 8, 2026
94a7e0b
test(agent): document intentional thenable scheduling fixtures
kojiwakayama Sep 8, 2026
90b12ab
fix(agent): preserve public output contracts and SSE usage
kwakayama Sep 8, 2026
c73fda2
fix(agent): protect prepared configs and private message streams
kojiwakayama Sep 8, 2026
2967e99
fix(agent): keep private output out of stream controller hooks
kojiwakayama Sep 8, 2026
25d69e2
fix(agent): adopt broker shutdown failures explicitly
kwakayama Sep 8, 2026
9980186
fix(agent): isolate private stream construction and controllers
kojiwakayama Sep 8, 2026
b6056de
fix(agent): protect private message encoding and byte validation
kojiwakayama Sep 8, 2026
f6a38d6
fix(agent): retain private byte and decoder validation across runtime…
kojiwakayama Sep 8, 2026
c37833c
fix(agent): keep channel dispatch and JSON serialization private
kojiwakayama Sep 8, 2026
5adb566
fix(agent): protect private transport writes and channel queues
kojiwakayama Sep 8, 2026
8f570a4
fix(agent): consume private streams through captured iterators
kojiwakayama Sep 8, 2026
5adf996
fix(agent): protect managed streams and optional message fields
kojiwakayama Sep 8, 2026
384b94a
fix(agent): retain private channel records and bounded data serializa…
kojiwakayama Sep 8, 2026
65a19e2
fix(agent): enforce thinking budgets and protect turn processing
kojiwakayama Sep 8, 2026
4ffc114
fix(agent): validate effective thinking limits before facade setup
kojiwakayama Sep 8, 2026
239b87b
fix(agent): scan post-form messages through own indexed data
kojiwakayama Sep 8, 2026
fdd6afe
fix(agent): append private runtime data through owned array elements
kojiwakayama Sep 8, 2026
7940051
fix(agent): extract private prompt text through indexed reads
kojiwakayama Sep 8, 2026
5d2f9a6
fix(agent): protect prompt validation from replaced array methods
kojiwakayama Sep 8, 2026
fb1962c
fix(agent): protect message preparation and replay filters
kojiwakayama Sep 8, 2026
1b588ef
fix(agent): preserve tool grants through managed steering refresh
kojiwakayama Sep 9, 2026
6996f56
fix(agent): capture validator and stream state operations
kojiwakayama Sep 9, 2026
301c471
fix(agent): retain markdown adapter output type context
kojiwakayama Sep 9, 2026
54bd386
fix(deps): update sharp to patched libheif binaries
kojiwakayama Sep 9, 2026
5c5ca08
fix(agent): protect provider conversion text and array reads
kojiwakayama Sep 9, 2026
08c8f7a
fix(deps): update sharp to patched libheif binaries
kojiwakayama Sep 9, 2026
0e187c4
fix(agent): protect filtered output and copied message fields
kojiwakayama Sep 9, 2026
d25bcbb
fix(build): synchronize proxy lockfile with sharp patch
kojiwakayama Sep 9, 2026
fdcbf83
fix(build): synchronize proxy lockfile with sharp patch
kojiwakayama Sep 9, 2026
67a6087
fix(agent): validate broker authority against installed grants
kojiwakayama Sep 9, 2026
39eda0a
fix(agent): protect attachment and stream collection boundaries
kojiwakayama Sep 9, 2026
c6bc7a4
fix(agent): close remaining provider collection lookups
kojiwakayama Sep 9, 2026
12264ac
fix(agent): protect conversation loading and implicit skill selection
kojiwakayama Sep 9, 2026
4f19fa6
fix(agent): protect validation scans and buffered recovery output
kojiwakayama Sep 9, 2026
cb51743
fix(agent): normalize owned broker tool grants
kojiwakayama Sep 9, 2026
29f15a1
fix(agent): protect private runtime and artifact policy dispatch
kojiwakayama Sep 9, 2026
30a7bc8
fix(agent): verify private artifact traversal boundaries
kojiwakayama Sep 9, 2026
8a27d9d
fix(agent): enforce installed tool sources and steering grants
kojiwakayama Sep 9, 2026
a82c524
fix(agent): preserve private artifact, tool, and replay data
kojiwakayama Sep 9, 2026
be3d483
style(test): format private-data regressions
kojiwakayama Sep 9, 2026
c3339b2
fix(agent): prepare against effective broker model grants
kojiwakayama Sep 9, 2026
de9f799
fix(agent): consolidate private text and replay protections
kojiwakayama Sep 9, 2026
00e74c1
fix(agent): inspect accumulated text with captured trim
kojiwakayama Sep 9, 2026
a7e916c
fix(agent): protect incomplete tool argument previews
kojiwakayama Sep 9, 2026
367c80f
fix(agent): protect private map entry destructuring
kojiwakayama Sep 9, 2026
2f8b62e
fix(agent): protect security validation buffer appends
kojiwakayama Sep 9, 2026
3697301
fix(agent): protect step results and timed provider reads
kojiwakayama Sep 9, 2026
e89f581
fix(agent): protect provider replay and instruction traversal
kojiwakayama Sep 9, 2026
7367447
fix(agent): protect replay tool input and output records
kojiwakayama Sep 9, 2026
5536d79
fix(agent): resolve broker grants from trusted tool catalogs
kojiwakayama Sep 9, 2026
e1aa3be
fix(agent): protect optional provider flags and trusted segments
kojiwakayama Sep 9, 2026
c64d7e1
fix(agent): protect stream assembly and replay collections
kojiwakayama Sep 9, 2026
e1f8297
fix(agent): protect raw Anthropic replay traversal
kojiwakayama Sep 9, 2026
12aa7cf
fix(agent): order Anthropic replay imports before use
kojiwakayama Sep 9, 2026
7a7ae4e
fix(agent): protect validation text aggregation and serialization
kojiwakayama Sep 9, 2026
24c68d0
fix(agent): index merged provider validation runs
kojiwakayama Sep 9, 2026
c626b91
fix(agent): preserve unreadable array validation errors
kojiwakayama Sep 9, 2026
f25df63
fix(chat): inspect optional attachment fields as own data
kojiwakayama Sep 9, 2026
fd6637c
fix(agent): capture managed model serialization operations
kojiwakayama Sep 9, 2026
083cd5a
fix(agent): remove matched validation messages with private copies
kojiwakayama Sep 9, 2026
f7c01f3
fix(agent): protect validation promises and trusted text endings
kojiwakayama Sep 9, 2026
495bf34
fix(agent): protect trusted provider text inspection
kojiwakayama Sep 9, 2026
2a26ab7
fix(agent): protect per-step prompt and skill traversal
kojiwakayama Sep 9, 2026
2c8e115
fix(agent): protect initial context and provider snapshot scans
kojiwakayama Sep 9, 2026
190122d
fix(agent): retain trusted host aliases through executor installation
kojiwakayama Sep 9, 2026
3f0573b
fix(agent): protect framework tool search normalization
kojiwakayama Sep 9, 2026
680c963
test(agent): distinguish private search query from authored metadata
kojiwakayama Sep 9, 2026
edbe514
fix(agent): reserve reasoning tokens in prepared model grants
kojiwakayama Sep 9, 2026
93caecf
fix(agent): traverse private model tool calls by index
kojiwakayama Sep 9, 2026
7ea1f95
fix(runtime): protect model request and result array conversions
kojiwakayama Sep 9, 2026
e707b6e
fix(agent): emit private buffered deltas through indexed reads
kojiwakayama Sep 9, 2026
d3e9a1b
fix(agent): reject embedded broker credentials at ingress
kojiwakayama Sep 9, 2026
7040a88
Merge executor preparation fixes from #4454 into managed broker
kojiwakayama Sep 9, 2026
e6ef054
fix(agent): map split provider replay groups privately
kojiwakayama Sep 9, 2026
0797e8b
Merge private split replay fix from #4454
kojiwakayama Sep 9, 2026
bc626bd
fix(agent): traverse private lifecycle signals and frames by index
kojiwakayama Sep 9, 2026
4881f4d
Merge lifecycle isolation fixes and cover shadow tool input
kojiwakayama Sep 9, 2026
73b48fb
fix(agent): validate message IDs with captured trimming
kojiwakayama Sep 9, 2026
acd55e9
fix(agent): reject broker credentials in direct ingress
kojiwakayama Sep 9, 2026
da860b0
Merge private message ID validation from #4454
kojiwakayama Sep 9, 2026
c2dadca
fix(agent): keep message provenance in private weak stores
kojiwakayama Sep 9, 2026
002e1f2
fix(agent): protect provenance and remote source collection boundaries
kojiwakayama Sep 9, 2026
b06f4eb
fix(agent): traverse remote tool capabilities privately
kojiwakayama Sep 9, 2026
142a3c1
Merge remote capability isolation fixes from #4454
kojiwakayama Sep 9, 2026
940e8ab
Resolve main conflict with strict Sharp cache identity
kojiwakayama Sep 9, 2026
3bc60ab
fix(agent): capture private runtime record checks
kojiwakayama Sep 9, 2026
2d1178b
Merge main to resolve Sharp cache identity test conflict
kojiwakayama Sep 9, 2026
fc31a7f
Merge private runtime record fixes from #4454
kojiwakayama Sep 9, 2026
0d1a25c
fix(agent): reject malformed managed run routes with 400
kojiwakayama Sep 9, 2026
8c66b7b
fix(agent): protect post-write tool visibility from project hooks
kojiwakayama Sep 9, 2026
a51e602
fix(agent): validate and decode broker run routes consistently
kojiwakayama Sep 9, 2026
f207a43
Merge main and preserve managed broker preparation changes
kojiwakayama Sep 10, 2026
b24f108
fix(agent): reject escaped broker credentials and classify shutdowns
kojiwakayama Sep 10, 2026
96f86dc
fix(agent): bound credential decoding and classify service shutdown
kojiwakayama Sep 10, 2026
fb22d67
test(agent): set duplex mode for streamed broker requests
kojiwakayama Sep 10, 2026
b8dd5c4
fix(agent): contain abort failures across packaged broker runs
kojiwakayama Sep 10, 2026
4c8cb63
Merge main to preserve broker and run-event typechecks
kojiwakayama Sep 10, 2026
0674572
fix(agent): align steering tools and accept empty replay state
kojiwakayama Sep 10, 2026
a9364ea
fix(agent): authorize selected provider tools in broker steering
kojiwakayama Sep 10, 2026
2e544f0
test(agent): make packaged tool ordering explicit
kojiwakayama Sep 10, 2026
686f693
fix(agent): preserve optional durable ingress context
kwakayama Sep 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@
"./markdown": "./src/markdown/index.ts",
"./mdx": "./src/mdx/index.ts",
"./agent": "./src/agent/index.ts",
"./agent/executor-runtime": "./src/agent/hosted/executor-runtime-entrypoint.ts",
"./agent/managed-broker": "./src/agent/service/managed-broker.ts",
"./agent/identity": "./src/agent/identity-contracts.ts",
"./eval": "./src/eval/index.ts",
"./metrics": "./src/metrics/public.ts",
Expand Down Expand Up @@ -531,7 +533,7 @@
"lint:ci-typescript": "deno check --unstable-sloppy-imports --frozen --config=scripts/test.deno.json scripts/ci/npm-compatibility-artifact.ts scripts/ci/registry-release-integrity.ts scripts/ci/registry-release-integrity.test.ts scripts/ci/publish-npm-packages.test.ts tests/integration/ci/node-executor-coverage.test.ts tests/integration/ci/merge-quality-gate-workflow.test.ts tests/integration/ci/npm-compatibility-artifact-workflow.test.ts tests/integration/ci/npm-compatibility-artifact.test.ts tests/integration/ci/runtime-inference-critical-flow-packed-artifact.test.ts tests/integration/ci/registry-release-smoke.test.ts tests/integration/ci/registry-release-workflow.test.ts && deno fmt --check --line-width=100 --config=scripts/test.deno.json scripts/ci/npm-compatibility-artifact.ts scripts/ci/registry-release-integrity.ts scripts/ci/registry-release-integrity.test.ts tests/integration/ci/ && deno lint --config=scripts/test.deno.json scripts/test/coverage-node-executor.mjs scripts/ci/npm-compatibility-artifact.ts scripts/ci/registry-release-integrity.ts scripts/ci/registry-release-integrity.test.ts tests/integration/ci/",
"fmt": "deno fmt src/ cli/ react/ templates/ && deno fmt --config=scripts/test.deno.json scripts/test/ scripts/build/dnt-compiler-options.ts scripts/build/dnt-jsx-runtime.test.ts scripts/build/dnt-meta-property-safety.ts scripts/build/dnt-meta-property-safety.test.ts scripts/build/dnt-polyfill.ts scripts/build/dnt-polyfill.test.ts scripts/build/prepare-framework-sources.test.ts && deno fmt --config=scripts/codemods/deno.json scripts/codemods/",
"fmt:check": "deno fmt --check src/ cli/ react/ templates/ && deno fmt --check --config=scripts/test.deno.json scripts/test/ scripts/build/dnt-compiler-options.ts scripts/build/dnt-jsx-runtime.test.ts scripts/build/dnt-meta-property-safety.ts scripts/build/dnt-meta-property-safety.test.ts scripts/build/dnt-polyfill.ts scripts/build/dnt-polyfill.test.ts scripts/build/prepare-framework-sources.test.ts && deno fmt --check --config=scripts/codemods/deno.json scripts/codemods/",
"typecheck": "deno task generate:manifests:check && deno check src/index.ts cli/main.ts src/server/index.ts src/routing/api/index.ts src/rendering/index.ts src/platform/index.ts src/platform/adapters/index.ts src/build/index.ts src/build/production-build/index.ts src/transforms/index.ts src/config/index.ts src/utils/index.ts src/data/index.ts src/security/index.ts src/middleware/index.ts src/server/handlers/dev/index.ts src/server/handlers/request/api/index.ts src/rendering/cache/index.ts src/rendering/cache/stores/index.ts src/rendering/rsc/actions/index.ts src/html/index.ts src/html/hydration-script-builder/runtime/main.ts src/modules/index.ts src/proxy/main.ts src/react/components/ui/index.ts src/chat/index.ts src/markdown/index.ts src/mdx/index.ts src/fs/index.ts src/oauth/index.ts src/agent/index.ts src/agent/service/route-export.check.ts src/eval/index.ts src/tool/index.ts src/workflow/index.ts src/prompt/index.ts src/resource/index.ts src/runs/index.ts src/run-events/index.ts src/mcp/index.ts src/provider/index.ts",
"typecheck": "deno task generate:manifests:check && deno check src/index.ts cli/main.ts src/server/index.ts src/routing/api/index.ts src/rendering/index.ts src/platform/index.ts src/platform/adapters/index.ts src/build/index.ts src/build/production-build/index.ts src/transforms/index.ts src/config/index.ts src/utils/index.ts src/data/index.ts src/security/index.ts src/middleware/index.ts src/server/handlers/dev/index.ts src/server/handlers/request/api/index.ts src/rendering/cache/index.ts src/rendering/cache/stores/index.ts src/rendering/rsc/actions/index.ts src/html/index.ts src/html/hydration-script-builder/runtime/main.ts src/modules/index.ts src/proxy/main.ts src/react/components/ui/index.ts src/chat/index.ts src/markdown/index.ts src/mdx/index.ts src/fs/index.ts src/oauth/index.ts src/agent/index.ts src/agent/service/route-export.check.ts src/agent/service/managed-broker.ts src/agent/hosted/executor-runtime-entrypoint.ts src/eval/index.ts src/tool/index.ts src/workflow/index.ts src/prompt/index.ts src/resource/index.ts src/runs/index.ts src/run-events/index.ts src/mcp/index.ts src/provider/index.ts",
"verify": "deno task generate:manifests:check && deno task fmt:check && deno task lint && deno task lint:ci-typescript && deno task lint:style && deno task lint:chat-composability && deno task lint:chat-ratchets && deno task lint:esm-sh-codemod && deno task lint:cli-boundary && deno task lint:wildcard-exports && deno task lint:barrel-jsdoc && deno task lint:ban-test-only && deno task lint:sanitizer-baseline && deno task lint:skipped-tests && deno task lint:ban-zod && deno task lint:cwd-relative-test-reads && deno task lint:test-semantic-dispositions && deno task lint:anti-slop && deno task lint:render-mode-defaults && deno task lint:testing-front-door && deno task lint:core-deps && deno task lint:cross-runtime-jsr && deno task lint:dependency-boundaries && deno task lint:module-boundaries && deno task lint:extension-contracts && deno task lint:extension-capabilities && deno task docs:api-reference:check && deno task docs:errors:check && deno task docs:validate && deno task typecheck && deno task typecheck:consumer && deno task test && deno task test:scripts && deno task test:e2e:binary",
"verify:quick": "deno task generate:manifests:check && deno task test:layout && deno task fmt:check && deno task lint && deno task lint:ci-typescript && deno task lint:style && deno task lint:chat-composability && deno task lint:chat-ratchets && deno task lint:esm-sh-codemod && deno task lint:cli-boundary && deno task lint:wildcard-exports && deno task lint:barrel-jsdoc && deno task lint:ban-test-only && deno task lint:sanitizer-baseline && deno task lint:skipped-tests && deno task lint:ban-zod && deno task lint:cwd-relative-test-reads && deno task lint:test-semantic-dispositions && deno task lint:anti-slop && deno task lint:render-mode-defaults && deno task lint:core-deps && deno task lint:cross-runtime-jsr && deno task lint:dependency-boundaries && deno task lint:module-boundaries && deno task lint:extension-contracts && deno task lint:extension-capabilities && deno task docs:api-reference:check && deno task docs:errors:check && deno task docs:validate && deno task typecheck",
"typecheck:consumer": "deno run --allow-read --allow-run --allow-env --allow-write scripts/typecheck/run-consumer-typecheck.ts",
Expand Down Expand Up @@ -608,6 +610,7 @@
"test:e2e:playwright": "deno run -A npm:playwright@1.60.0 test --config=tests/e2e/playwright.config.cjs",
"test:e2e:playwright:install": "deno run -A npm:playwright@1.60.0 install --with-deps chromium",
"test:e2e:rsc-browser": "deno task generate && deno run --config=scripts/test.deno.json --allow-read --allow-run=deno --allow-env scripts/test/run-deno-suite.ts --suite=e2e:rsc-browser",
"test:e2e:managed-broker": "deno run -A scripts/test/npm-install-smoke.ts --managed-broker-only",
"test:e2e:binary": "deno task generate && deno run --config=scripts/test.deno.json --allow-read --allow-run=deno --allow-env scripts/test/run-deno-suite.ts --suite=e2e:binary",
"test:e2e:binary:fresh": "deno task generate && VERYFRONT_BINARY_FRESH=1 deno run --config=scripts/test.deno.json --allow-read --allow-run=deno --allow-env scripts/test/run-deno-suite.ts --suite=e2e:binary",
"test:e2e:templates": "deno run --allow-all scripts/test/template-runtime-e2e.ts",
Expand Down
Loading
Loading