Contributing
August 22, 2026 ยท View on GitHub
Thank you for improving the GraphGPT integration for DeepSeek Harness.
- Open an issue for behavior changes or security-boundary changes before implementation.
- Keep model-facing inputs declarative; do not add arbitrary command, flag, environment, or working-directory inputs.
- Add focused tests and run
pnpm run check && pnpm test. - For changes involving execution, also run
GRAPHGPT_E2E=1 pnpm testwith GraphGPT installed. - Keep commits focused and explain compatibility impact in the pull request.
By contributing, you agree that your contribution is licensed under the MIT License.