waypoint
Installation
SKILL.md
Waypoint
Waypoints are distributed navigation markers for multi-file pipelines. Each file carries a compact comment block with its ID, role, neighbors, and a pointer to the full map. One manifest per pipeline holds the complete topology.
ID Generation
Each waypoint ID is the first 8 hex characters of the SHA-256 hash of the file's path relative to the git root.
python3 <skill-path>/scripts/waypoint_id.py <path> [path...]
Output: a1b2c3d4 path/to/file
Related skills