Skip to content

Commit f27fe15

Browse files
authored
Merge pull request #406 from cpoepke/fix/posix-sh-and-feynman-grammar
fix: POSIX sh compatibility and Feynman grammar
2 parents 75092d9 + b5418df commit f27fe15

6 files changed

Lines changed: 275 additions & 165 deletions

File tree

plugins/semantic-anchors/scripts/prompt-onboarding.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#!/bin/bash
1+
#!/bin/sh
22
# Claude SessionStart hook that prompts for semantic-anchor onboarding
33
# when no managed anchor block is present yet.
44

5-
set -euo pipefail
5+
set -eu
66

77
command -v python3 >/dev/null 2>&1 || { echo "Error: python3 is required but not found" >&2; exit 1; }
88

plugins/semantic-anchors/skills/semantic-anchor-translator/SKILL.md

Lines changed: 12 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/semantic-anchors/skills/semantic-anchor-translator/references/catalog.md

Lines changed: 128 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)