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/dart and src/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.