diff --git a/README.md b/README.md index 3d89b722..e02a9b0e 100644 --- a/README.md +++ b/README.md @@ -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//`. +This project is tracked in pbrain as `projects/`. - Before answering questions about architecture, dependencies, stack history, or past decisions, query the brain: `pbrain query ""`. - When a significant decision is made, record it with `pbrain remember ""` — the command auto-detects the current - project and appends a timeline entry to `repos//`. + project and appends a timeline entry. - To re-onboard (e.g. after a brain wipe), run the `project-onboard` skill. ``` diff --git a/skills/project-onboard/SKILL.md b/skills/project-onboard/SKILL.md index 7e5f1429..08b7f40a 100644 --- a/skills/project-onboard/SKILL.md +++ b/skills/project-onboard/SKILL.md @@ -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 `/` with the concrete slug: +this section, substituting `` with the project's slug: ```markdown ## pbrain -This project is tracked in pbrain as `repos//`. +This project is tracked in pbrain as `projects/`. - Before answering questions about architecture, dependencies, stack history, or past decisions, query the brain: `pbrain query ""`. - When a significant decision is made, record it with `pbrain remember ""` — the command auto-detects the current - project and appends a timeline entry to `repos//`. + project and appends a timeline entry. - To re-onboard (e.g. after a brain wipe), run the `project-onboard` skill. ```