Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
recordPolicyChangeIntent
Function recordPolicyChangeIntent
recordPolicyChangeIntent
(
db
:
Database
,
params
:
{
agentId
:
string
;
category
:
PolicyChangeCategory
;
claimIds
?:
string
[]
;
createdBy
:
string
;
evidenceRefs
?:
string
[]
;
impactSummary
:
string
;
policyFilePath
:
string
;
policyFileSha256After
:
string
;
policyFileSha256Before
:
string
;
rationale
:
string
;
reversible
?:
boolean
;
rollbackInstructions
?:
string
|
null
;
}
,
workspace
:
string
,
)
:
PolicyChangeIntent
Record a policy change with mandatory rationale, claim linkage, and evidence.
Parameters
db
:
Database
params
:
{
agentId
:
string
;
category
:
PolicyChangeCategory
;
claimIds
?:
string
[]
;
createdBy
:
string
;
evidenceRefs
?:
string
[]
;
impactSummary
:
string
;
policyFilePath
:
string
;
policyFileSha256After
:
string
;
policyFileSha256Before
:
string
;
rationale
:
string
;
reversible
?:
boolean
;
rollbackInstructions
?:
string
|
null
;
}
workspace
:
string
Returns
PolicyChangeIntent
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...
Record a policy change with mandatory rationale, claim linkage, and evidence.