5 Commits

Author SHA1 Message Date
14aa70baac docs: add supported platforms table + pre-collab OS check reminder
- Added platform support matrix (macOS/Ubuntu/Debian/WSL)
- Added warning: always ask target OS before sending bootstrap script
- bootstrap-ubuntu.sh and universal router now available in oc-bootstrap repo
2026-04-10 10:46:35 +08:00
926dee307b docs: 结合 SORA 实践经验更新 onboarding 文档
bootstrap-onboarding:
- 新增「从 Quick Tunnel 毕业到 Named Tunnel」章节
- macOS 远程登录补充具体路径
- --protocol http2 参数说明更新
- 新增踩坑 7:macOS 默认可能禁用密码 SSH

onboarding-checklist:
- Phase 5 更新工具名称和安装说明
- Phase 7 补充 A2A 双向验证提醒
- Phase 9 补充 SSH config ProxyCommand 模板
- Phase 11 补充 macOS Keychain 注意事项
- Phase 12 补充 Cursor API Key
- 新增 Phase 14:运维与清理策略
- 注意事项补充 Session 累积警告
2026-03-30 17:47:49 +00:00
4f613d62b1 fix: escape </dev/tty> in markdown to prevent HTML parsing
MkDocs/Material treats </dev/tty> as an unclosed HTML tag,
causing all content after it to disappear. Add space to break
the pattern: < /dev/tty
2026-03-30 15:33:22 +00:00
06e2d7c9c7 docs: 补完 bootstrap-onboarding 文档
新增:
- 快速上手章节(新设备端 + 客户端操作步骤 + 验收标准)
- Bootstrap 脚本工作内容说明表格
- curl | bash 原理图解(stdin 流向对比)
- 隧道地址提取技巧(grep stderr)
- 安全考虑章节扩展(SSH 加固、最小化暴露时间等)
- 参考链接补充(Bash Process Substitution 手册)
2026-03-30 15:29:15 +00:00
86908a5b66 docs: 新增 Bootstrap 新设备方法论
记录一行命令 bootstrap 新设备的完整方法论:
- 理念:人类只做最少特权操作,buddy agent 接管后续
- 技术方案:cloudflared Quick Tunnel + SSH 隧道
- bash <(curl ...) vs curl | bash 的区别
- 踩坑记录:curl|bash stdin 问题、tcp:// 协议、VPN bypass 等

脚本仓库:https://github.com/shazhou-ww/oc-bootstrap
2026-03-30 14:50:30 +00:00