Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 907 Bytes

File metadata and controls

26 lines (18 loc) · 907 Bytes

Contributing

Thank you for helping improve GEO Knowledge Engine.

Before Opening A Change

  • Open an issue for behavioral changes or new workflow layers.
  • Keep frozen publishing rules and canonical package behavior unchanged unless a governance review explicitly approves the change.
  • Never add copied Reddit comments, private datasets, credentials, cache files, or generated operational outputs.
  • Treat community discussion as discussion intelligence, not product truth.

Development Checks

npm.cmd ci
npm.cmd run typecheck
npm.cmd run build
npm.cmd test
npm.cmd run audit:public

External-provider tests must use mocks. Pull requests must not require live credentials or network access.

Pull Requests

Describe the behavioral change, tests run, affected governance boundaries, and any public-interface change. Human review remains required for every publishing package.