chore: deepen remaining 11 SKILL.md + Dependabot + macOS CI matrix#33
Merged
Conversation
· packages/core/skills/{run,consolidate-memory,fewer-permission-prompts,
update-config,keybindings-help,deepseek-api,loop,schedule,review,pdf,
skill-creator}/SKILL.md
— Expanded each from 12-line stub to 40-90 line skill body.
All 15 built-in skills now have real content (not just frontmatter).
· .github/dependabot.yml (NEW) — weekly npm + github-actions updates;
groups minor/patch by ecosystem (typescript, eslint, vitest, react)
so the queue doesn't drown in tiny PRs. Major updates stay separate
for explicit review.
· .github/workflows/ci.yml — matrix [ubuntu, macos]. Lint now ENFORCED
(was continue-on-error). Worktree tests gated behind
DEEPCODE_WORKTREE_TESTS=1, run as a separate continue-on-error step.
Tests: 471 still passing in default mode (424 + 47).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
oratis
added a commit
that referenced
this pull request
May 28, 2026
Updates to reflect PRs #23-#33. Major milestones now ≥100% except: · M6 Mac client: 25% (skeleton only; Electron/Vite/Tailwind dep install + dmg + signing is the remaining single-piece work) · M7 file panel: 15% (depends on M6-rest) · M8: 75% (vim/keybindings/headless/worktree/launchd ✅; voice waiting) · M9: 65% (CI matrix + dependabot ✅; mac build step waits on M6) Honest remaining estimate: 3-4 weeks single-engineer-focused for v1 ship, or 2 weeks with 2-3 engineers parallel. M6 Electron is the constraint. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All 15 built-in skills now have real bodies (40-90 lines each). Dependabot config groups updates by ecosystem. CI now runs on both ubuntu-latest + macos-latest (matrix). Lint enforced (no longer continue-on-error). Worktree tests gated behind env var.