claude_core 1.3.1

Shared Claude Code primitives: path topology and process utilities
Documentation
1
2
3
4
5
#!/usr/bin/env bash
# do run — unavailable: library crate has no binary entry point
set -euo pipefail
echo "verb 'run' is not available for this project" >&2
exit 3