Add typed delegation policy bridge #209
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/prolog-rlm!209
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "rage/172-typed-delegation-policy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Advances #172 without closing the parent issue.
Runtime invariant
Trusted KB prompt-command policy may select bounded generic subagent role/skill metadata, but it never grants capability, authority, a callable, or a second scheduler. The compiled policy must be fingerprinted and consumed only through the canonical
rlm_subagent+ ordinary tool mediation path.TDD state
Exact red contract commit:
c822204f3a1d39575dd25570e9a8262d76978f9c.The red tests require:
prompt_role/2+prompt_skill/2metadata to compile into a fingerprinted delegation policy;rlm_subagentwhile its model-facing invocation remains query-only;rlm-factsinstructions to appear in the exact child planner request while capability possession remains narrowed.Production implementation intentionally follows only after the red contract is observed.
Non-goals
Exact-head GitHub Actions is the execution oracle. Keep draft until the deterministic/runtime contract and all applicable required gates are green.