Documentation
¶
Overview ¶
Package domain provides shared domain-level sentinel errors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrConflict = errors.New("conflict: resource was modified by another request")
ErrConflict indicates a concurrent modification conflict (optimistic locking).
View Source
var ErrNotFound = errors.New("not found")
ErrNotFound indicates the requested entity does not exist.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package agent defines the Agent domain entity.
|
Package agent defines the Agent domain entity. |
|
Package context defines the ContextPack and SharedContext domain models for managing structured context delivery to AI coding agents.
|
Package context defines the ContextPack and SharedContext domain models for managing structured context delivery to AI coding agents. |
|
Package event defines the AgentEvent domain entity for event sourcing.
|
Package event defines the AgentEvent domain entity for event sourcing. |
|
Package mode defines the Mode domain entity for agent specialization.
|
Package mode defines the Mode domain entity for agent specialization. |
|
Package plan defines the ExecutionPlan domain entity for multi-agent orchestration.
|
Package plan defines the ExecutionPlan domain entity for multi-agent orchestration. |
|
Package policy defines the domain model for CodeForge's policy layer.
|
Package policy defines the domain model for CodeForge's policy layer. |
|
Package project defines the Project domain entity.
|
Package project defines the Project domain entity. |
|
Package run defines the Run domain entity for agent execution attempts.
|
Package run defines the Run domain entity for agent execution attempts. |
|
Package task defines the Task domain entity.
|
Package task defines the Task domain entity. |
Click to show internal directories.
Click to hide internal directories.