Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Entity Schema

Task

FieldTypeDescription
idStringUUID
titleStringTask title
descriptionStringDetailed description
statusEnumpending, in_progress, completed, blocked
priorityEnumhigh, medium, low
parent_idOption<String>Parent task ID
task_idOption<String>External task reference
agentStringOwner
created_atDateTimeCreation timestamp
updated_atDateTimeLast update

Context

FieldTypeDescription
idStringUUID
titleStringContext title
contentStringActual content
sourceOption<String>URL or source
agentStringOwner
created_atDateTimeCreation timestamp

Reasoning

FieldTypeDescription
idStringUUID
titleStringDecision title
descriptionStringRationale
task_idOption<String>Related task
agentStringAuthor
created_atDateTimeCreation timestamp

Knowledge

FieldTypeDescription
idStringUUID
titleStringKnowledge title
contentStringThe knowledge
knowledge_typeEnumfact, pattern, rule, concept, procedure, heuristic
confidencef640.0-1.0
sourceOption<String>Source URL
tagsVec<String>Tags
agentStringAuthor
usage_countu32Times referenced
created_atDateTimeCreation timestamp

Theory

FieldTypeDescription
idStringUUID
domain_nameStringDomain identifier
conceptual_modelHashMapConcept → definition
system_mappingHashMapConcept → code location
design_rationaleHashMapDecision → reason
invariantsVec<String>Must-be-true statements
iteration_countu32Theory version
reflection_idsVec<String>Applied reflections
task_idOption<String>Associated task
agentStringAuthor
created_atDateTimeCreation timestamp
updated_atDateTimeLast update

StateReflection

FieldTypeDescription
idStringUUID
theory_idStringTheory being evaluated
observed_stateStringRaw observation/error
cognitive_dissonanceVec<String>Conflicts detected
proposed_theory_updatesVec<String>Proposed fixes
dissonance_scoref640.0-1.0
trigger_typeEnumtest_failure, runtime_error, etc.
severityEnumnone, low, medium, high, critical
resolvedboolResolution status
new_theory_idOption<String>Updated theory
agentStringAuthor
created_atDateTimeCreation timestamp

Session

FieldTypeDescription
idStringUUID
agentStringAgent name
statusEnumactive, reflecting, completed
active_theory_idOption<String>Bound theory
theory_idsVec<String>Referenced theories
reflection_idsVec<String>Generated reflections
start_timeDateTimeSession start
end_timeOption<DateTime>Session end
metadataHashMapAdditional data

Relationship

FieldTypeDescription
idStringUUID
source_idStringSource entity ID
target_idStringTarget entity ID
relationship_typeStringType (references, depends_on, etc.)
agentStringAuthor
created_atDateTimeCreation timestamp

Workflow

FieldTypeDescription
idStringUUID
titleStringWorkflow title
descriptionStringDescription
statesVec<String>State names
transitionsVec<Transition>Valid transitions
current_stateStringCurrent state
agentStringOwner
created_atDateTimeCreation timestamp