FormGraph should stay small, interoperable, and evidence-oriented.
Good contributions:
- clarify the spec
- add adapters to existing form ecosystems
- add fixtures from synthetic or public-domain forms
- improve validation
- improve completion analysis
- add tests for edge cases
Avoid adding product-specific workflows to the core package. Vertical workflows belong in examples, adapters, or downstream projects.
npm install
npm run verify- Keep the core schema JSON-compatible.
- Treat human review as a first-class state.
- Do not assume automatic submission is allowed.
- Prefer source anchors and evidence IDs over prose-only claims.
- Keep adapters optional and composable.