Description
Difficulty: Expert
Type: Feature
Summary
Implement validation for AnchorKit configuration presets.
Current Behaviour
Config presets may not consistently validate network, endpoints, feature flags, and environment assumptions.
Expected Behaviour
AnchorKit should validate configuration presets before they are used by examples or apps.
Suggested Implementation
Create preset schema, validator, typed errors, tests, and documentation.
Files or Areas Likely Affected
- packages/config/
- packages/validators/
- apps/web/
- examples/
- tests/
- docs/
Acceptance Criteria
Additional Notes
This reduces contributor setup problems.
Description
Difficulty: Expert
Type: Feature
Summary
Implement validation for AnchorKit configuration presets.
Current Behaviour
Config presets may not consistently validate network, endpoints, feature flags, and environment assumptions.
Expected Behaviour
AnchorKit should validate configuration presets before they are used by examples or apps.
Suggested Implementation
Create preset schema, validator, typed errors, tests, and documentation.
Files or Areas Likely Affected
Acceptance Criteria
Additional Notes
This reduces contributor setup problems.