Commit Graph

  • ffcd3ba8e3 refactor: update sessionStart hook to inject all best-practice guides and enhance documentation main asepharyana 2026-07-26 17:55:20 +07:00
  • 95c77c694f fix(hooks): restore Superpowers-style SessionStart command hook asepharyana 2026-07-26 14:24:52 +07:00
  • 530eb111a0 docs: update README, install scripts for sessionStart.skill approach asepharyana 2026-07-26 14:22:46 +07:00
  • bc9a88328d refactor(hooks): use sessionStart.skill instead of command hooks asepharyana 2026-07-26 14:21:54 +07:00
  • 288939bb5a feat: update plugin version to 0.3.0, enhance hooks, and refine skill descriptions asepharyana 2026-07-26 13:27:48 +07:00
  • 8bcccfc022 refactor: rename hub-guide → code-guide, remove project-specific content asepharyana 2026-07-26 12:28:25 +07:00
  • fa2f1fe838 rename: hub-guide -> code-guide asepharyana 2026-07-26 12:23:48 +07:00
  • 7e76b2da44 fix(hooks): only fire ok:false when clearly violating principles asepharyana 2026-07-26 12:21:31 +07:00
  • eba82a9b2f fix(hooks): use Stop event, not UserPromptSubmit asepharyana 2026-07-26 12:18:39 +07:00
  • d66587ada1 fix(hooks): restore with UserPromptSubmit prompt hook asepharyana 2026-07-26 12:16:36 +07:00
  • 4c0285bf98 fix(hooks): remove Stop prompt hook causing error noise asepharyana 2026-07-26 12:15:10 +07:00
  • a527d0ee78 fix(hooks): use type prompt instead of command asepharyana 2026-07-26 12:13:15 +07:00
  • 0717000085 fix(hooks): inline context in hooks.json, no bash scripts asepharyana 2026-07-26 12:12:07 +07:00
  • f40e925431 fix(hooks): remove hooks, rely on skill descriptions for activation asepharyana 2026-07-26 12:10:53 +07:00
  • f149899ad5 fix(hooks): restore hooks.json in plugin dir, remove from settings.local asepharyana 2026-07-26 12:09:48 +07:00
  • 6612cd9163 fix(hooks): configure via settings.local.json not plugin hooks.json asepharyana 2026-07-26 12:06:29 +07:00
  • 95a91d7bf5 fix(hooks): restore with proper SessionStart matchers asepharyana 2026-07-26 12:03:49 +07:00
  • d324c1b3c0 fix: add MANDATORY prefix to all 8 core skill descriptions asepharyana 2026-07-26 12:00:04 +07:00
  • 6aaa593181 fix(hooks): plain text output only, no JSON injection asepharyana 2026-07-26 11:57:43 +07:00
  • a237759788 fix(hooks): match superpowers pattern exactly asepharyana 2026-07-26 11:56:55 +07:00
  • 4c822c9b98 fix(hooks): remove emoji from output, use plain [hub-guide] label asepharyana 2026-07-26 11:53:39 +07:00
  • a167705769 fix(hooks): use Python JSON generation for reliable context injection asepharyana 2026-07-26 11:51:35 +07:00
  • a460599fc8 fix: convert engineering-principles #27-29 to English asepharyana 2026-07-26 11:47:34 +07:00
  • 7827eb7f2d feat: add principle #29 — Never Assume, Show Evidence asepharyana 2026-07-26 11:46:14 +07:00
  • abd60c607d feat(hooks): skill injection with EXTREMELY_IMPORTANT framing asepharyana 2026-07-25 17:51:51 +07:00
  • 0604df8fe2 feat(hooks): inject skill content at session start (superpowers pattern) asepharyana 2026-07-25 17:49:12 +07:00
  • c8c84c35fc feat: add principle #28 — Never Suppress Lints, Fix the Code asepharyana 2026-07-25 14:58:13 +07:00
  • af202add20 fix: restore full clean-code and clean-architecture descriptions with MANDATORY prefix asepharyana 2026-07-25 13:10:52 +07:00
  • 0aebde93ea feat: mark clean-code & clean-architecture as MANDATORY asepharyana 2026-07-25 13:07:10 +07:00
  • a0f8796ebd fix(hooks): restore SessionStart + PreToolUse command hooks asepharyana 2026-07-25 13:05:18 +07:00
  • 082c8bc5b5 feat(hooks): detect from prompt not files asepharyana 2026-07-25 13:03:38 +07:00
  • 8af189167d fix(hub-guide): make hook output language-neutral asepharyana 2026-07-25 13:01:03 +07:00
  • 5780d94ccf feat(hub-guide): language-agnostic auto-trigger across all skills asepharyana 2026-07-25 12:59:43 +07:00
  • 1fa4a03b84 feat(engineering-principles): add principle #26 — use Workflow for complex tasks asepharyana 2026-07-25 12:56:00 +07:00
  • 3a559a58f6 feat(hub-guide): add 'ask when ambiguous' principle across skills asepharyana 2026-07-25 12:05:00 +07:00
  • 80feaf2f16 fix(hub-guide): add nested hooks array in hooks.json entries asepharyana 2026-07-25 11:59:34 +07:00
  • 7435566498 fix(hub-guide): correct hooks.json format and remove redundant manifest field asepharyana 2026-07-25 11:58:44 +07:00
  • 2d05b8a9e0 chore(hub-guide): remove stray symlink in repo asepharyana 2026-07-25 11:56:44 +07:00
  • 75cbe31bac fix(hub-guide): install as one unit ~/.claude/skills/hub-guide/ asepharyana 2026-07-25 11:56:26 +07:00
  • 39f3f093fe fix(hub-guide): correct install target to ~/.claude/skills/ asepharyana 2026-07-25 11:54:26 +07:00
  • 42ef7e30f4 feat(hub-guide): add install scripts with settings.json registration asepharyana 2026-07-25 11:51:39 +07:00
  • e513cddd68 feat(hub-guide): expand plugin with 26 best-practice skills, hooks, and references asepharyana 2026-07-25 11:35:16 +07:00
  • ecdce01387 feat: initial hub-guide Claude Code plugin asepharyana 2026-07-25 10:53:29 +07:00
  • 6e5b2f848d Initial commit asepharyanaandGitHub 2026-07-25 10:52:51 +07:00