KeiSeiKit-1.0/hooks/check-error-patterns.sh
KeiSei84 98d30e352f chore(public-prep): scrub author identity + private-IP references (#43)
Pre-public Phase 1. Remove personal/IP traces that should not ship in a
general-purpose kit; keep only intended author attribution.

- no-github-push.sh + hooks-and-blocks.md + ci-scaffold: drop "KeiTech
  unfiled patent IP / trade secrets / priority date" wording; reword as a
  generic opt-in guard for keeping code on a private remote.
- check-error-patterns.sh: remove author-local absolute path from the
  tombstone comment.
- graph-export-watcher.sh: default viz dir to ~/.local/share/kei/graph-viz
  (was a personal project path).
- agent manifests (cost-guardian, modal-runner, infra/ml/code-implementer)
  + ci.yml: strip private memory references and dated personal incidents;
  keep the generic cost/ops lessons. Snapshots regenerated; golden 3/3.

Kept intentionally: author attribution (NOTICE / README / Cargo / plugin).

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-25 14:31:19 +07:00

8 lines
315 B
Bash
Executable file

#!/bin/bash
# DELETED — 2026-05-02
# Reasons:
# 1. Hardcoded absolute path leak (machine-specific, author-local)
# 2. Language-policy violation: used python3 for JSON parsing
# 3. No-op on every machine except the original author's
# Removed from settings-snippet.json PostToolUse matcher "*" block.
exit 0