projects
๐งฐ Local bin wrappers
Local command wrappers and binaries used by workspace tooling, especially Hugo and Sass for wiki builds.
Root: /home/mc/bin
Role: Local wrapper/binary directory used by workspace tooling.
Important entries#
hugoโ local Hugo binary used for wiki builds.sass,dart-sass,dart-sass-embeddedโ local Sass wrappers/binaries used by Hugo/Shadocs styling.src/dartandsrc/sass.snapshotโ supporting binaries/assets for Sass wrappers.
Wiki build rule#
Workspace wiki scripts prepend:
PATH="/home/mc/bin:/tmp/dart-sass:$PATH"
Use project scripts instead of assuming globally installed Hugo/Sass.
Sources: root AGENTS.md, /home/mc/bin directory listing.