File tree Expand file tree Collapse file tree
skills/software-development/scripts-bash Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,25 +12,16 @@ skills/software-development/scripts-bash/
1212 references/authoring.md
1313```
1414
15- ## Do not ship
15+ ## Local (this machine)
1616
17- - Duplicate skeletons ( ` references/template-base.sh ` , ` examples/ ` clone)
18- - Full production installer trees
19- - Profile ` workspace/prompts/ ` design briefs
20- - Symlinks
21- - Secrets / host-private paths as requirements
17+ - Git / push: ` ~/.hermes/projects/scripts-bash `
18+ - Live Hermes (coder-bash): ` ~/.hermes/profiles/coder-bash/skills/scripts-bash/ `
19+ - After edit: keep those two trees identical ( ` cp -a ` )
20+
21+ No third global copy under ` ~/.hermes/skills/ ` .
2222
2323## Checks
2424
2525``` bash
2626bash -n templates/template-base.sh
27- # frontmatter: name, description starts with "Use when"
2827```
29-
30- ## Local installs
31-
32- Canonical: ` ~/.hermes/skills/software-development/scripts-bash/ `
33- Mirror: ` ~/.hermes/profiles/<name>/skills/scripts-bash/ `
34- Git: ` ~/.hermes/projects/scripts-bash/skills/software-development/scripts-bash/ `
35-
36- After edits: update canonical, then ` cp -a ` to profile mirror and git skill tree.
You can’t perform that action at this time.
0 commit comments