namespace · restricted.tuning
Restricted tuning commands
Development-only runtime tuning requests routed through the App owner.
namespace restricted.tuning
- Stable ID
restricted.tuning- Owner
- app.runtime-tuning
- Authority
- restricted_request
- Timing
- fixed_tick
- Availability
- runtime API 1
- Side effects
- none
- Determinism
- Stable namespace identity and normalized symbol order.
- Introduced
- 1.1.0
Usage
Use restricted.tuning only from development packages to request engine-owned tuning changes.
Parameters
- None
Returns
The documented restricted runtime tuning command contracts.
Cost
Namespace lookup is constant-time; commands use the bounded fixed-tick queue.
Fields
This symbol has no fields.
Errors
- None
Examples
-- Submit registered children through restricted.command.submit.
API history
- 1.1.0: Restricted tuning namespace added.