Clarify docs references and add contributing notes (#129)

Co-authored-by: substrate-bot <bot@substrate.run>
Co-authored-by: ben <ben@prologe.io>
This commit is contained in:
un-reliable-coder
2026-01-21 09:07:32 +05:30
committed by GitHub
parent 2ef72e8dbe
commit 15c6f9fec0
2 changed files with 10 additions and 10 deletions

View File

@@ -135,6 +135,13 @@ pnpm test:e2e
- OpenWork hides model reasoning and sensitive tool metadata by default.
- Host mode binds to `127.0.0.1` by default.
## Contributing
- Review `AGENTS.md` and `MOTIVATIONS-PHILOSOPHY.md` to understand the product goals before making changes.
- Ensure Node.js, `pnpm`, the Rust toolchain, and `opencode` are installed before working inside the repo.
- Run `pnpm install` once per checkout, then verify your change with `pnpm typecheck` plus `pnpm test:e2e` (or the targeted subset of scripts) before opening a PR.
- Add new PRDs to `prd/<name>.md` following the `.opencode/skill/prd-conventions/SKILL.md` conventions described in `AGENTS.md`.
## License
MIT — see `LICENSE`.