Documentation
¶
Overview ¶
Package blueprint carries the project template as an embedded filesystem.
Nothing but embed.FS lives here, so the plugin module never depends on it and an app that installs the plugin does not pull the template along with it.
Index ¶
Constants ¶
View Source
const Version = "0.1.0"
Version is stamped into the generated project so `blueprint upgrade` knows which template it came from.
Variables ¶
View Source
var Claude embed.FS
Claude is the shipped .claude/ operating system: rules, agents, skills, hooks.
View Source
var Project embed.FS
Project is the overlay applied on top of `togo new` output. Files here win.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
_project
|
|
|
internal/plugins
Locally-developed plugins, blank-imported so their init() registers with the kernel.
|
Locally-developed plugins, blank-imported so their init() registers with the kernel. |
Click to show internal directories.
Click to hide internal directories.