Contributing

August 22, 2026 ยท View on GitHub

Thank you for improving the GraphGPT integration for DeepSeek Harness.

  1. Open an issue for behavior changes or security-boundary changes before implementation.
  2. Keep model-facing inputs declarative; do not add arbitrary command, flag, environment, or working-directory inputs.
  3. Add focused tests and run pnpm run check && pnpm test.
  4. For changes involving execution, also run GRAPHGPT_E2E=1 pnpm test with GraphGPT installed.
  5. Keep commits focused and explain compatibility impact in the pull request.

By contributing, you agree that your contribution is licensed under the MIT License.