Documentation Index
Fetch the complete documentation index at: https://docs.bitfield.so/llms.txt
Use this file to discover all available pages before exploring further.
Workflow
Package-owned file.
Use stored_bytes when the package needs to bring a file with it. The file can be text, JSON, an image, or any other bytes your package owns.
Folder shape
Boundary file
File content
Why this shape works
The package gives the bytes a public package name:getting-started-help. The package also points at the file inside the package folder. Bitfield can reject a file path that tries to escape the package.That keeps the package boundary clear. The package can bring bytes with it, but it cannot quietly read random files from the machine.