merge: incorporate origin/main into community-mode branch

Resolve conflict in gen-skill-docs.ts by keeping both the detailed
error field instructions (community-mode) and the new Plan Status
Footer section (main).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-03-22 21:33:16 -07:00
100 changed files with 11735 additions and 14785 deletions
+1020 -26
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -35,6 +35,7 @@ const SKILL_FILES = [
'benchmark/SKILL.md',
'land-and-deploy/SKILL.md',
'setup-deploy/SKILL.md',
'cso/SKILL.md',
].filter(f => fs.existsSync(path.join(ROOT, f)));
let hasErrors = false;