Align native CLI execution with approved T03 targets and authority
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a09cbb-87c6-7900-a145-4ce53ba9f1a6
This commit is contained in:
parent
09422db079
commit
25a7d71cf5
8 changed files with 90 additions and 8 deletions
|
|
@ -65,6 +65,11 @@ class AuthorizedAction:
|
|||
decision_id: str
|
||||
expires_at: str
|
||||
|
||||
@property
|
||||
def id(self) -> str:
|
||||
"""The actual PDP decision id for shared CLI evidence/plan callers."""
|
||||
return self.decision_id
|
||||
|
||||
def as_evidence(self) -> dict[str, object]:
|
||||
return {
|
||||
"authorization_decision_id": self.decision_id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue