prjct-cli 2.60.0 → 2.61.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prjct-cli",
3
- "version": "2.60.0",
3
+ "version": "2.61.0",
4
4
  "description": "Project memory and workflow context for AI coding agents.",
5
5
  "main": "dist/bin/prjct.mjs",
6
6
  "bin": {
@@ -469,9 +469,9 @@ echo ""
469
469
  # Show commands based on detected platforms
470
470
  if [ -d "$HOME/.claude" ]; then
471
471
  echo -e " ${BOLD}Claude Code Commands:${NC}"
472
- echo -e " ${GREEN}/p:init${NC} ${DIM}Initialize project${NC}"
473
- echo -e " ${GREEN}/p:now${NC} ${DIM}Set current task${NC}"
474
- echo -e " ${GREEN}/p:ship${NC} ${DIM}Ship & celebrate${NC}"
472
+ echo -e " ${GREEN}p. init${NC} ${DIM}Initialize project${NC}"
473
+ echo -e " ${GREEN}p. now${NC} ${DIM}Set current task${NC}"
474
+ echo -e " ${GREEN}p. ship${NC} ${DIM}Ship & celebrate${NC}"
475
475
  echo ""
476
476
  fi
477
477