glm-5.1
c3649256cc
feat(graph/subgraph-and-validation): implement subgraph and validation methods
- Add subgraph() method using graphology-operators.subgraph (ADR-007: internal-only edges)
- Add validateSchema() using TypeBox Value.Check/Value.Errors
- Add validateGraph() detecting cycles and dangling references
- Add validate() combining both validations
- Define ValidationError, GraphValidationError, AnyValidationError types in error module
- Add standalone validation functions in src/graph/validation.ts
- Export validation module from src/graph/index.ts
- Add 43 unit tests for subgraph filtering and validation
2026-04-27 12:41:51 +00:00
..
2026-04-27 08:30:05 +00:00
2026-04-27 08:30:05 +00:00
2026-04-27 11:51:59 +00:00
2026-04-27 10:00:40 +00:00
2026-04-27 11:51:34 +00:00
2026-04-27 12:41:51 +00:00
2026-04-27 11:51:27 +00:00
2026-04-27 11:25:43 +00:00
2026-04-27 10:48:35 +00:00