Skip to content

Releases: remenoscodes/claude-git-native-issue

v1.0.1: Fix hook path resolution

22 Feb 08:54
34e657b

Choose a tag to compare

Fixed

  • Flatten plugin structure: moved .claude-plugin/, hooks/, and skills/ from plugins/claude-git-native-issue/ to the repo root. Claude Code resolves hook paths relative to the repo root, so the nested structure prevented the UserPromptSubmit hook from firing silently.

This is a critical fix — the ambient task tracking behavior (auto-create/update/close issues, replacing internal TaskCreate/TaskUpdate/TaskList) was not activating because the hook path didn't resolve.

v1.0.0 — Initial Release

22 Feb 07:42
4ce5dcc

Choose a tag to compare

claude-git-native-issue v1.0.0

Claude Code plugin that replaces internal task management with git-native-issue.

Features

  • Autonomous task management — Claude creates, updates, and closes issues without being asked
  • Platform sync — Auto-detects GitHub/GitLab/Gitea from remote URL, syncs after every mutation
  • UserPromptSubmit hook — Ambient context injection on every prompt
  • Ambient skill — Full CLI reference with autonomous decision rules (351 lines)
  • 6 slash commands/setup, /create, /issues, /show, /close, /sync

Architecture

Three-layer activation (same pattern as claude-language-coach):

  1. Hook (every prompt) → ambient reminder + autonomous rules
  2. Ambient skill (on-demand) → full reference
  3. Slash commands (user-initiated) → convenience shortcuts

Installation

/plugin marketplace add remenoscodes/claude-git-native-issue
/plugin install claude-git-native-issue
/claude-git-native-issue:setup

Or via the central marketplace:

/plugin marketplace add remenoscodes/claude-plugin-marketplace
/plugin install claude-git-native-issue