Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 747 Bytes

File metadata and controls

30 lines (22 loc) · 747 Bytes

Contributing

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.

Development

npm install
npm run verify

Design Rules

  • 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.