Versions in this module Expand all Collapse all v0 v0.8.0 Mar 29, 2026 Changes in this version + type AgentItem struct + AgentID string + ExpiresIn int + Scope string + ScopeType string + type Builder struct + func New(st *store.Store, mgr *sdlc.Manager, enr *enricher.Enricher) *Builder + func (b *Builder) Build(ctx context.Context, req Request) (*Packet, error) + type ClaimRef struct + AgentID string + ExpiresAt string + Scope string + ScopeType string + type ConstraintItem struct + Description string + Hint string + RuleID string + Severity string + type DecisionInput struct + Action string + AgentID string + EntityName string + Notes string + Outcome string + Phase string + RelatedEntities []string + type Learner struct + func NewLearner(st *store.Store) *Learner + func (l *Learner) RecordDecision(req DecisionInput) error + type Packet struct + ActiveConstraints []ConstraintItem + AgentID string + ComplexityScore float64 + Concerns []string + DependencySummaries map[string]string + DeterministicPath bool + EntityName string + EntityType string + Gate sdlc.Gate + GeneratedAt string + GraphWarnings []string + Insight string + LLMUsed bool + PacketQuality float64 + PatternHints []PatternItem + Phase string + PhaseGuidance string + QualityMode string + RootSummary string + TeamStatus []AgentItem + type PatternItem struct + CoChange string + Confidence float64 + Reason string + Trigger string + type Request struct + ActiveClaims []ClaimRef + AgentID string + ApplicableRules []RuleRef + CalleeNames []string + CallerNames []string + EnableLLM bool + FanIn int + HasTests bool + Phase string + ProjectID string + QualityMode string + RelatedNames []string + RootDoc string + RootFile string + RootName string + RootNodeID string + RootType string + TaskContext string + TaskID string + type RuleRef struct + Description string + RuleID string + Severity string