Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,13 +237,13 @@ To put a project in PBrain's brain, invoke the `project-onboard` skill once insi
```markdown
## pbrain

This project is tracked in pbrain as `repos/<owner>/<name>`.
This project is tracked in pbrain as `projects/<slug>`.

- Before answering questions about architecture, dependencies, stack
history, or past decisions, query the brain: `pbrain query "<question>"`.
- When a significant decision is made, record it with
`pbrain remember "<summary>"` — the command auto-detects the current
project and appends a timeline entry to `repos/<owner>/<name>`.
project and appends a timeline entry.
- To re-onboard (e.g. after a brain wipe), run the `project-onboard` skill.
```

Expand Down
6 changes: 3 additions & 3 deletions skills/project-onboard/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,19 +246,19 @@ exists) for a line matching `^## pbrain\s*$`. If present, skip this phase
entirely. Do NOT append a second section.

If absent (or if CLAUDE.md doesn't exist), append (or create with) exactly
this section, substituting `<owner>/<name>` with the concrete slug:
this section, substituting `<slug>` with the project's slug:

```markdown

## pbrain

This project is tracked in pbrain as `repos/<owner>/<name>`.
This project is tracked in pbrain as `projects/<slug>`.

- Before answering questions about architecture, dependencies, stack
history, or past decisions, query the brain: `pbrain query "<question>"`.
- When a significant decision is made, record it with
`pbrain remember "<summary>"` — the command auto-detects the current
project and appends a timeline entry to `repos/<owner>/<name>`.
project and appends a timeline entry.
- To re-onboard (e.g. after a brain wipe), run the `project-onboard` skill.
```

Expand Down
Loading