Plandex Context
JSON-LD context defining the semantic vocabulary for Plandex from Plandex.
41 Classes
2 Properties
1 Namespaces
Namespaces
plandex:
https://plandex.ai/ns/
Classes
plan
project
branch
contextItem
convoMessage
modelPack
autonomyLevel
id
name
description
createdAt
updatedAt
ownerId
currentBranch
sha
parent
contextTokens
convoTokens
tokens
tokensCached
role
content
modelId
planner
coder
builder
summarizer
verifier
contextLoader
isBuiltIn
isOpenSource
autoApply
autoCommit
autoContinue
autoDebug
autoExec
autoLoadContext
smartContext
SoftwareApplication
SoftwareSourceCode
AICodingAgent
Properties
| Property |
Type |
Container |
| projectId |
reference |
|
| planId |
reference |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"@vocab": "https://schema.org/",
"plandex": "https://plandex.ai/ns/",
"plan": "plandex:Plan",
"project": "plandex:Project",
"branch": "plandex:Branch",
"contextItem": "plandex:ContextItem",
"convoMessage": "plandex:ConvoMessage",
"modelPack": "plandex:ModelPack",
"autonomyLevel": "plandex:AutonomyLevel",
"id": "schema:identifier",
"name": "schema:name",
"description": "schema:description",
"createdAt": "schema:dateCreated",
"updatedAt": "schema:dateModified",
"ownerId": "schema:author",
"projectId": {"@id": "plandex:projectId", "@type": "@id"},
"planId": {"@id": "plandex:planId", "@type": "@id"},
"currentBranch": "plandex:currentBranch",
"sha": "plandex:sha",
"parent": "plandex:parentBranch",
"contextTokens": "plandex:contextTokens",
"convoTokens": "plandex:convoTokens",
"tokens": "plandex:tokens",
"tokensCached": "plandex:tokensCached",
"role": "plandex:messageRole",
"content": "schema:text",
"modelId": "plandex:modelId",
"planner": "plandex:plannerModel",
"coder": "plandex:coderModel",
"builder": "plandex:builderModel",
"summarizer": "plandex:summarizerModel",
"verifier": "plandex:verifierModel",
"contextLoader": "plandex:contextLoaderModel",
"isBuiltIn": "plandex:isBuiltIn",
"isOpenSource": "plandex:isOpenSource",
"autoApply": "plandex:autoApply",
"autoCommit": "plandex:autoCommit",
"autoContinue": "plandex:autoContinue",
"autoDebug": "plandex:autoDebug",
"autoExec": "plandex:autoExec",
"autoLoadContext": "plandex:autoLoadContext",
"smartContext": "plandex:smartContext",
"SoftwareApplication": "schema:SoftwareApplication",
"SoftwareSourceCode": "schema:SoftwareSourceCode",
"AICodingAgent": "plandex:AICodingAgent"
}
}