Summary
Review and improve the current development workflow, testing pipeline, and git hooks mechanism.
Improvement Items
P0 — Immediate
P1 — Important
P2 — Should Do
P3 — Nice to Have
Context
See workflow summary and analysis in conversation. All hooks currently use zsh-only shebang, two separate install mechanisms exist, and post-commit errors are silently swallowed.
Resolution
All items resolved in PR #37 (merged to develop).
🤖 Generated with Claude Code
Summary
Review and improve the current development workflow, testing pipeline, and git hooks mechanism.
Improvement Items
P0 — Immediate
.git/hooks/(post-commit-v4, post-commit-update-logic.sh, post-commit.v3.backup, pre-commit.bak)/dev/nullP1 — Important
codeindex hooks installvsmake install-hooks)hook-common.shinscripts/hooks/and copy on installP2 — Should Do
--cov-fail-under=78coverage gate in CI (set to 78% as current baseline, target 90%)#!/bin/zshto#!/usr/bin/env bashfor portabilityP3 — Nice to Have
T201/T100rulesContext
See workflow summary and analysis in conversation. All hooks currently use zsh-only shebang, two separate install mechanisms exist, and post-commit errors are silently swallowed.
Resolution
All items resolved in PR #37 (merged to develop).
🤖 Generated with Claude Code