Versions in this module Expand all Collapse all v0 v0.1.7 Jan 5, 2026 v0.1.6 Jan 1, 2026 Changes in this version + const ObsActionResult + const ObsBuildStatus + const ObsDependencies + const ObsGitBlame + const ObsSourceCode + const ObsStaticAnalysis + const ObsTestStatus + const ObsUnitTest + const TypeAction + const TypeGoal + const TypeObservation + const TypeResult + const TypeSynthesis + type Action struct + Description string + GoalID string + ID string + Payload map[string]interface{} + StrategyID string + Timestamp time.Time + Type ActionType + type ActionType string + const ActionApplyPatch + const ActionConcludeGoal + const ActionCreateFile + const ActionRunCommand + type Goal struct + ID string + Objective string + TargetFiles []string + Timestamp time.Time + type MessageType string + type Observation struct + Data interface{} + GoalID string + ID string + IsError bool + Source string + Timestamp time.Time + Type string + type Result struct + ActionID string + GoalID string + ID string + Output string + StrategyID string + Success bool + Timestamp time.Time + type Strategy struct + Description string + EstimatedComplexity float64 + ID string + PotentialImpact float64 + Rank int + Rationale string + type Synthesis struct + GoalID string + ID string + Strategies []Strategy + Timestamp time.Time