Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
promptStatusForApi
Function promptStatusForApi
promptStatusForApi
(
workspace
:
string
,
)
:
{
agentId
:
string
;
cgxPackSha256
:
string
|
null
;
findings
:
number
;
generatedTs
:
number
|
null
;
hasPack
:
boolean
;
lint
:
"MISSING"
|
"PASS"
|
"FAIL"
;
packId
:
string
|
null
;
packSha256
:
string
|
null
;
signature
:
"MISSING"
|
"PASS"
|
"FAIL"
;
templateId
:
string
|
null
;
}
[]
Parameters
workspace
:
string
Returns
{
agentId
:
string
;
cgxPackSha256
:
string
|
null
;
findings
:
number
;
generatedTs
:
number
|
null
;
hasPack
:
boolean
;
lint
:
"MISSING"
|
"PASS"
|
"FAIL"
;
packId
:
string
|
null
;
packSha256
:
string
|
null
;
signature
:
"MISSING"
|
"PASS"
|
"FAIL"
;
templateId
:
string
|
null
;
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...