baz context
Manage project context (goals, requirements, references)
baz context [options] [command]| Option | Description |
|---|---|
-h, --help | display help for command |
baz context add
Add context to the current project
baz context add [options] [content]| Option | Description |
|---|---|
--label <label> | Label for this context (e.g., "goal", "requirement", "brand") |
--file <path> | Upload a file as context (PDF, image, video) |
--type <type> | Content type: text, url, file, image, video |
-h, --help | display help for command |
baz context list
List all context for the current project
baz context list [options]| Option | Description |
|---|---|
--label <label> | Filter by label |
-h, --help | display help for command |
baz context remove
Remove a specific context entry
baz context remove [options] <id>| Option | Description |
|---|---|
-h, --help | display help for command |
baz context clear
Clear all context for the current project
baz context clear [options]| Option | Description |
|---|---|
--label <label> | Only clear context with this label |
-h, --help | display help for command |
baz context generate
Generate a reusable skill from the current project
baz context generate [options]| Option | Description |
|---|---|
--prompt <text> | Focus extraction on specific aspects (e.g. "the warm palette and animation style") |
--output <path> | Write the generated preset markdown to a file |
--activate | Save the generated markdown as the project's latest preset context |
--apply | Alias for --activate |
-h, --help | display help for command |
baz context show
Show all context for the current project (alias for list)
baz context show [options]| Option | Description |
|---|---|
--label <label> | Filter by label |
-h, --help | display help for command |