Exception: Woods::MCP::MissingArtifact
- Inherits:
-
BootstrapError
- Object
- StandardError
- Error
- BootstrapError
- Woods::MCP::MissingArtifact
- Defined in:
- lib/woods/mcp/errors.rb
Overview
Raised when woods.json is absent from output_dir and the operator has
opted into strict mode with WOODS_REQUIRE_INDEX=1. By default an absent
artifact is not an error — the server boots in pattern/structural-only
mode (see ConfigResolver.resolve_without_artifact). Strict mode exists
for deployments that want to fail closed when an index is missing.
Instance Attribute Summary
Attributes inherited from BootstrapError
Method Summary
Methods inherited from BootstrapError
Constructor Details
This class inherits a constructor from Woods::MCP::BootstrapError