A small, fully offline tome used by Grimoire's smoke tests and local demos. Add it with:
grm tome add ./tome-example --ref mainIt registers itself as example (the name comes from tome.rn).
tome.rn— the tome manifest. Itspackagesblock points at a localdist/directory (format: "local"), the directorygrm tome buildwould publish into.dist/— git-ignored publish directory holding the package index and prebuilt archives. This tome ships none (it builds from source), sodist/is absent until you build.runes/— package definitions:hello— minimal package, no dependencies.greeter— has a runtime dependency onhello.forge— has a build dependency onhello.bundle— builds fromsources/payload.txt, verified against its checksum.
sources/— source artifacts fetched and checksum-verified during a build.
grm install hello
grm install greeter # also installs hello
grm install bundle # verifies the source checksum first