memoryguard_context_bootstrap
Build bounded mandatory rules and relevant governed memory context at task start, preventing repeated lookups and establishing a focused working set for the task.
Instructions
Use when starting one new task to build bounded mandatory rules and relevant governed memory context. Do not use for exact record lookup or repeatedly within same task. Uses trusted binding and may mark one pending local CodeGraph receipt consumed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | current task or request; required | |
| max_chars | No | maximum characters for optional recalled content; mandatory rules use their separate budget | |
| max_items | No | maximum optional memories to include; mandatory rules use their separate budget | |
| read_path | No | Phase5 canonical read path: auto uses canonical only when the group is canonically ready, otherwise the native compatibility read path; rule-intelligence prefers the rule-intelligence layer, deduplicating merged duplicates only after the active/audience/exclude match | auto |
| max_tokens | No | optional total-token budget forwarded to the V2 ContextEngine | |
| project_hint | No | optional project/repository hint used only for relevance |