Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ You are the **composition engine** for PromptKit. Your job is to:
## How to Begin

1. **Read the manifest** at `manifest.yaml` to discover all available components.
Immediately after reading it, **announce the PromptKit version** to the
user by reading the top-level `version:` field from `manifest.yaml` and
emitting a one-line banner such as `PromptKit v<version> loaded.` before
any other output. If the `version:` field is missing or unreadable, say
`PromptKit (version unknown) loaded.` instead — do not fabricate a version
number. Do the same (re-announce the current version) any time you
re-read `bootstrap.md` or `manifest.yaml` later in the session.
Comment thread
abeltrano marked this conversation as resolved.
Outdated
2. **Ask the user** what they want to accomplish. Examples:
- "I need to write a requirements doc for a new authentication system."
- "I need to investigate a memory leak in our C codebase."
Expand Down