feat: expose HoloLake development lane to authenticated carriers

This commit is contained in:
冰朔 2026-08-17 15:41:04 +08:00
commit 96769846ac
7 changed files with 324 additions and 9 deletions

View file

@ -27,6 +27,10 @@ test('one account has one writer while readers and reviewers can remain parallel
assert.equal(bridge.account_concurrency.parallel_readers_allowed, true)
assert.equal(bridge.account_concurrency.parallel_reviewers_allowed, true)
assert.equal(bridge.account_concurrency.parallel_editors_allowed, false)
assert.equal(bridge.implementation.authenticated_broker_development_lane_runtime, true)
assert.equal(bridge.implementation.development_lane_human_projection_runtime, true)
assert.equal(bridge.implementation.visitor_development_lane_rejected, true)
assert.equal(bridge.implementation.native_general_programming_tool_loop_runtime, false)
})
test('language-space reads are resumable pages rather than silent truncation', () => {