domain

package
v0.0.0-...-3e68f17 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 17, 2026 License: AGPL-3.0 Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL