Write operator docs and rollout checklist for SquadScope (#46)
* Fix deploy: remove .worktrees and add to .gitignore Remove the .worktrees/bender-pr32 directory from git tracking that was accidentally committed. Add .worktrees/ to .gitignore to prevent similar issues in the future. Also remove 'submodules: recursive' from the deploy-site.yml workflow since the project does not use git submodules. This was causing the 'fatal: No url found for submodule path' error during checkout. Fixes the Deploy Hugo site workflow failure. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Write operator docs and rollout checklist - Update README.md with complete project overview, architecture diagram, and quick start - Add What SquadScope is/does section with clear value proposition - Document 5-stage pipeline: Crawl → Analyze → Generate → Deploy → Reskill - Create docs/operator-guide.md with: - Prerequisites and initial setup (Copilot token, GitHub Pages, Hugo) - Step-by-step configuration guide - Manual workflow triggers and stage-by-stage execution - Complete troubleshooting section for common failures: - Copilot auth/quota issues - GitHub API rate limits - Hugo build failures - Quality gate blocks - Pages deployment issues - Reskill cycle explanation - Monitoring and health check procedures - Create docs/rollout-checklist.md with: - Pre-launch verification items - First-time testing checklist - Pre-production setup - First automated run validation - Post-launch monitoring - Sign-off section for operators Closes #23 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Address all 8 Copilot review comments on operator docs (#46) - Fixed: Add submodules: recursive to deploy workflow checkout - Fixed: Correct RSS feed URL from /feed/ to /index.xml throughout docs - Fixed: Clarify raw crawl payload is JSON object, not array - Fixed: Align reskill description with current implementation - Fixed: Update quality gate verification language - Fixed: Replace squad-heartbeat workflow ref with reskill.py script Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <copilot@github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>