Commit Graph

  • 469a6d81eb Merge pull request #349 from obra/fix/opencode-issues Jesse Vincent 2026-01-23 12:09:13 -08:00
  • 4b6cef98ac chore: bump version to 4.1.1 Jesse Vincent 2026-01-23 20:08:47 +00:00
  • 03087b13b8 fix(opencode): standardize on plugins/ directory per official docs Jesse Vincent 2026-01-23 18:31:45 +00:00
  • 493ac18dfe fix(opencode): update docs for native skills, fix symlink instructions Jesse Vincent 2026-01-23 17:33:23 +00:00
  • 35d4fbcd0b chore: bump plugin version to 4.1.0 Jesse Vincent 2026-01-23 04:10:23 +00:00
  • 19c70afc99 chore: release v4.1.0 Jesse Vincent 2026-01-23 04:07:35 +00:00
  • 405a025eea Merge pull request #335 from obra/fixes-for-main Jesse Vincent 2026-01-22 20:06:45 -08:00
  • 36fcd57626 fix: Windows hook execution for Claude Code 2.1.x (#331) Jesse Vincent 2026-01-22 13:29:41 -08:00
  • 3964d18670 feat(opencode): use native skills and fix agent reset bug (#226) (#330) Jesse Vincent 2026-01-22 13:29:30 -08:00
  • a01a135fe1 fix: respect OPENCODE_CONFIG_DIR for personal skills lookup (#297) oribi 2026-01-19 23:54:50 +02:00
  • ac471e69c2 fix use_skill agent context (#290) Vinicius da Motta 2026-01-18 22:02:48 -03:00
  • a08f088968 docs: fix documentation accuracy issues in skills (#157) Joshua Shanks 2026-01-14 14:21:22 -08:00
  • b9e16498b9 Release v4.0.3: Strengthen using-superpowers for explicit skill requests Jesse Vincent 2025-12-26 22:55:32 -06:00
  • f6d50c74b2 Bump version to 4.0.3 Jesse Vincent 2025-12-26 22:53:58 -06:00
  • 3dac35e0b3 Strengthen using-superpowers for explicit skill requests Jesse Vincent 2025-12-26 22:41:22 -06:00
  • 131c1f189f Release v4.0.2: Make slash commands user-only Jesse Vincent 2025-12-23 23:03:31 -08:00
  • 9baedaa117 Make slash commands user-only with disable-model-invocation Jesse Vincent 2025-12-23 23:00:39 -08:00
  • 66a2dbd80a Add automation-over-documentation guidance to writing-skills Jesse Vincent 2025-12-23 21:49:04 -08:00
  • 1455ac0631 Add GitHub thread reply guidance to receiving-code-review Jesse Vincent 2025-12-23 14:00:01 -08:00
  • e64ad670df fix: inherit agent model (#144) egornomic 2025-12-24 06:46:15 +01:00
  • c037dcbf4b fix: use git check-ignore for worktree gitignore verification (#160) Mike Harrison 2025-12-23 14:26:33 -05:00
  • a7a8c08c02 Clarify that Skill tool loads skill content directly Jesse Vincent 2025-12-22 14:27:35 -08:00
  • 80643c2604 Update README for v4.0.0 skill consolidations and two-stage review Jesse Vincent 2025-12-17 18:07:40 -08:00
  • 95c6e16336 Prepare v4.0.0 release Jesse Vincent 2025-12-17 15:14:06 -08:00
  • 612fbcdd01 Tweak the brainstorming skill to try to improve triggering Jesse Vincent 2025-12-17 13:10:01 -08:00
  • 70bf3a9e7f Bump version to v4.0.0 Jesse Vincent 2025-12-11 21:27:36 -08:00
  • c2125b41e3 Update v3.7.0 release notes with all changes since v3.6.2 Jesse Vincent 2025-12-11 21:12:05 -08:00
  • ae0ef56b44 Add skill triggering test framework Jesse Vincent 2025-12-11 21:10:00 -08:00
  • 030a222af1 Fix skill descriptions: remove workflow summaries that override flowcharts Jesse Vincent 2025-12-11 20:41:15 -08:00
  • 2a19be0b78 Document skill description trap: descriptions override flowcharts Jesse Vincent 2025-12-11 20:03:39 -08:00
  • cd83439bb2 Add .claude settings to scaffolds for auto-approved permissions Jesse Vincent 2025-12-11 15:55:05 -08:00
  • ed06dcbe27 Fix skill description to match flowchart: two-stage review (spec then quality) Jesse Vincent 2025-12-11 15:55:01 -08:00
  • baef5241aa Add test suite for subagent-driven-development skill Jesse Vincent 2025-12-11 12:15:58 -08:00
  • 28ba020000 Add render-graphs.js tool for visualizing skill flowcharts Jesse Vincent 2025-12-11 11:53:15 -08:00
  • a9b94ae5d7 Rewrite subagent-driven-development with executable flowcharts Jesse Vincent 2025-12-11 11:53:10 -08:00
  • 5845b52747 Consolidate debugging techniques into systematic-debugging skill Jesse Vincent 2025-12-09 23:08:10 -08:00
  • 3f725ff0d4 Strengthen brainstorming skill trigger and add skill priority guidance Jesse Vincent 2025-12-09 23:00:07 -08:00
  • b57c27d815 Integrate testing-skills-with-subagents into writing-skills Jesse Vincent 2025-12-09 16:34:28 -08:00
  • 718ec45d33 Integrate testing-anti-patterns into test-driven-development Jesse Vincent 2025-12-09 16:33:02 -08:00
  • c7caee5647 Remove obsolete sharing-skills skill Jesse Vincent 2025-12-09 16:31:51 -08:00
  • 1f611f5c0c Add v3.7.0 release notes for dev branch changes Jesse Vincent 2025-12-09 12:33:11 -08:00
  • 2d7408d0c6 Improve using-superpowers skill to prevent rationalization failures Jesse Vincent 2025-12-09 12:29:43 -08:00
  • 9464a51779 Add comprehensive testing documentation Jesse Vincent 2025-11-29 21:03:33 -08:00
  • faa65e7163 Add token usage analysis to subagent-driven-development test Jesse Vincent 2025-11-29 20:51:18 -08:00
  • 24ca8cd9d5 fix: verify skill usage via session transcript not text output Jesse Vincent 2025-11-29 19:35:43 -08:00
  • 8fbeca830a test: use bypassPermissions mode for unrestricted testing Jesse Vincent 2025-11-29 17:15:21 -08:00
  • 67de772d7f test: auto-approve permissions with --permission-mode dontAsk Jesse Vincent 2025-11-29 11:47:47 -08:00
  • cf72863792 test: add --add-dir flag for temp directory access Jesse Vincent 2025-11-29 11:39:04 -08:00
  • baa23b16bb test: show Claude output in real-time during integration test Jesse Vincent 2025-11-29 11:29:12 -08:00
  • 0aba33be1c fix: run integration test from superpowers dir to access local dev skills Jesse Vincent 2025-11-29 10:35:38 -08:00
  • 06310d6f5f Fix tests to use --allowed-tools flag Jesse Vincent 2025-11-28 22:21:24 -08:00
  • dc11a093c3 Fix syntax error in integration test Jesse Vincent 2025-11-28 15:22:01 -08:00
  • fa946ae465 Add integration test for subagent-driven-development Jesse Vincent 2025-11-28 15:06:10 -08:00
  • 51a171cd14 Add Claude Code skills test framework Jesse Vincent 2025-11-28 14:51:08 -08:00
  • 466332f698 Emphasize spec compliance review must complete before code quality Jesse Vincent 2025-11-28 14:32:12 -08:00
  • 87afde2390 Make spec compliance reviewer skeptical and verification-focused Jesse Vincent 2025-11-28 14:29:53 -08:00
  • 2a6a40fe10 Improve subagent-driven-development workflow Jesse Vincent 2025-11-28 14:24:13 -08:00
  • 97ce1f8fe0 Update subagent-driven-development: controller provides full task text Jesse Vincent 2025-11-28 13:50:37 -08:00
  • e7e50ac947 Add skills improvement plan from user feedback Jesse Vincent 2025-11-28 13:43:23 -08:00
  • 5faddc4087 fix codex path in release notes (#155) Joshua Shanks 2025-12-09 22:44:45 -08:00
  • d2900eae0c fix: correct context window documentation link (#156) Joshua Shanks 2025-12-09 22:44:14 -08:00
  • 4ac67830d9 chore: gitignore .claude/settings.local.json (#153) Shaan Majid 2025-12-09 14:02:49 -06:00
  • 154d664373 Release v3.6.2: Fix Linux compatibility in polyglot hook wrapper Jesse Vincent 2025-12-03 10:14:19 -08:00
  • 8462c20cce Release v3.6.1: Fix Windows arg forwarding in polyglot wrapper Jesse Vincent 2025-12-01 16:18:56 -08:00
  • a0c1e73a1d Release v3.6.0: Add Windows support for plugin hooks Jesse Vincent 2025-12-01 15:52:36 -08:00
  • 94e9e2596c Add Windows support for plugin hooks (#134) Jesse Vincent 2025-12-01 15:42:12 -08:00
  • 1b878e4fa1 Remove model name from core-reviewer (#120) avleen 2025-11-30 21:22:56 +00:00
  • 515c86fd07 tweak: clarify skill tool path Jesse Vincent 2025-11-29 09:29:31 -08:00
  • e416a0e105 Revert "feat: echo skill base directory in use-skill" Jesse Vincent 2025-11-28 22:48:40 -08:00
  • a08f7de64b feat: echo skill base directory in use-skill Jesse Vincent 2025-11-28 22:43:02 -08:00
  • 207a23e4d5 fix(opencode): Use synthetic: true for invisible content injection (#122) Josh Thomas 2025-11-26 11:38:35 -06:00
  • c35c5f637e Update README to be a little more human-written (and mention github sponsors) Jesse Vincent 2025-11-24 13:13:01 -08:00
  • 9a01a0dcc1 chore: bump version to 3.5.1 Jesse Vincent 2025-11-24 12:29:02 -08:00
  • 8c7826c34d fix(opencode): use session.created event for bootstrap injection Jesse Vincent 2025-11-24 12:28:11 -08:00
  • 4ae8fc8713 Use more generic "#!/usr/bin/env bash" instead of "#!/bin/bash" (#80) Stefan Otte 2025-11-24 18:45:58 +01:00
  • 94089bdce5 chore: bump version to 3.5.0 Jesse Vincent 2025-11-23 20:04:24 -08:00
  • 9297fd24d5 docs: update release notes with test suite and documentation improvements Jesse Vincent 2025-11-23 19:52:46 -08:00
  • d0806ba5af fix: cleanup remaining code review issues Claude 2025-11-24 00:25:26 +00:00
  • 6ecd72c5bf fix: address code review issues in opencode support branch Claude 2025-11-23 23:37:53 +00:00
  • f600f969f5 docs: remove duplicate sections and fix conflicting information Jesse Vincent 2025-11-23 14:51:44 -08:00
  • 4ef2f9185d docs: add using-git-worktrees and subagent-driven-development to workflow Jesse Vincent 2025-11-23 14:05:59 -08:00
  • 8a626e75f3 docs: rewrite workflow in terms of skills, not commands Jesse Vincent 2025-11-23 14:01:32 -08:00
  • 014b11cf57 docs: emphasize automatic skill activation over manual commands Jesse Vincent 2025-11-23 13:57:36 -08:00
  • 3f73365155 docs: add workflow section showing brainstorm→plan→execute→finish flow Jesse Vincent 2025-11-23 13:55:23 -08:00
  • 9f33fc95bf docs: rewrite README to explain problem, solution, and philosophy clearly Jesse Vincent 2025-11-23 13:53:53 -08:00
  • 9220bb62af docs: simplify opencode readme instructions to match codex style Jesse Vincent 2025-11-23 13:50:37 -08:00
  • f5a4002daf docs: reorganize platform installation docs with inline quick-start and detailed guides Jesse Vincent 2025-11-23 13:49:12 -08:00
  • 9dcf5eaabe fix: add OPENCODE_CONFIG_DIR for proper test isolation Jesse Vincent 2025-11-23 13:36:26 -08:00
  • f3d6c331a1 test: add automated test suite for opencode plugin Jesse Vincent 2025-11-23 12:28:58 -08:00
  • b0ba2cf15a docs: update documentation with message insertion and project skills features Jesse Vincent 2025-11-23 12:14:48 -08:00
  • cbbd8d2edf docs: add project-local skills documentation Jesse Vincent 2025-11-23 12:13:19 -08:00
  • 9cd6c52acc feat: use message insertion pattern for persistence and add project skills support Jesse Vincent 2025-11-23 12:10:41 -08:00
  • 107859a748 refactor: remove prompt file, use automatic chat.message injection Jesse Vincent 2025-11-23 10:57:48 -08:00
  • 5f5b789e3e feat: add chat.message hook to inject superpowers context automatically Jesse Vincent 2025-11-23 10:51:26 -08:00
  • 7db10cf540 docs: add implementation plan Jesse Vincent 2025-11-22 21:09:07 -08:00
  • 67ce04077b fix: use tool() helper function for proper OpenCode tool definitions Jesse Vincent 2025-11-22 21:07:57 -08:00
  • d749c620b5 fix: use tool object instead of tools array per opencode api Jesse Vincent 2025-11-22 21:04:00 -08:00
  • aa1fe045c6 refactor: use static prompt file instead of dynamic config hook Jesse Vincent 2025-11-22 20:59:53 -08:00
  • 368674419a fix: use agent prompts instead of event hooks for context injection Jesse Vincent 2025-11-22 16:13:05 -08:00
  • c940d84f3d fix: use correct event subscription format for opencode Jesse Vincent 2025-11-22 15:47:38 -08:00