File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 HOME="$tmp_home" ./install.sh --claude-user --only reduce-to-facts,clear-ask
3535 test -f "$tmp_home/.claude/skills/reduce-to-facts/SKILL.md"
3636 test -f "$tmp_home/.claude/skills/clear-ask/SKILL.md"
37+ grep -q "Portable Output Contract" "$tmp_home/.claude/skills/reduce-to-facts/SKILL.md"
38+ grep -q "without new source support" "$tmp_home/.claude/skills/clear-ask/SKILL.md"
39+ ! grep -R -E '\.\./\.\./(references|templates)' "$tmp_home/.claude/skills"
3740 HOME="$tmp_home" ./install.sh --claude-user --only reduce-to-facts,clear-ask
3841 HOME="$tmp_home" ./install.sh --claude-user --only reduce-to-facts,clear-ask --dry-run
3942
4649 ./install.sh --codex-project "$tmp_project" --only status-update --include-templates
4750 test -f "$tmp_project/.agents/skills/status-update/SKILL.md"
4851 test -f "$tmp_project/docs/context-to-action-skills/templates/ACTIONS.md"
52+ grep -q "Portable Output Contract" "$tmp_project/.agents/skills/status-update/SKILL.md"
4953
5054 tmp_home="$(mktemp -d)"
5155 HOME="$tmp_home" ./install.sh --claude-user --only reduce-to-facts
You can’t perform that action at this time.
0 commit comments