docs: add development guide and fix broken documentation links - #1013
docs: add development guide and fix broken documentation links#1013kranthik10 wants to merge 2 commits into
Conversation
|
Thanks for tackling the broken The new
Since this is a docs-only PR, the bar is really just factual accuracy — there's no code to review, so every claim needs to be double-checked against the repo you're actually looking at. Please re-verify the links and script names, and mention in the PR description exactly how you validated each one (e.g., "ran |
…aces, and env notes
|
Thanks for the thorough review and feedback! I've gone through and validated every claim against the repository: 1. Verified
|
Summary
This PR resolves several broken documentation references across the repository and adds a comprehensive development guide for contributors.
Changes
docs/development.md: Created the missing development guide referenced in rootREADME.mdandREADME.zh-CN.md. It covers:cli,sdk,common,agents,packages/)Bun v1.3.14+,Node v22+,tmux)bun install,bun start-cli,bun run dev:freebuff)bun run build:sdk,bun run build:freebuff)cli/README.md: Updated brokentmux.knowledge.mdlink to point toscripts/tmux/README.mdanddocs/testing.md.cli/src/__tests__/README.md: Updated broken../../tmux.knowledge.mdreference to point toscripts/tmux/README.mdanddocs/testing.md.Verification
bun run build:sdkto ensure no build regressions.