Skip to content
Open
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
12 changes: 7 additions & 5 deletions aligned-onboarding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ files: they do different jobs, persist to different places, and refresh on diffe
## Where the package files live

These instruction files (this overview, the Account Context Brain, the Creative Corpus, and the
Motion CLI Data-Query Guide) are the package itself, not its output. They live in the Brain outside
the `meta` folder structure; the exact folder for them is not fixed yet and can be decided later.
corpus-search is a bundled tool, not an instruction file, and installs under
`/agent/tools/corpus-search/`. The `meta` folder holds only what Runneth generates from running the
package: the filled account context and the per-creative files.
Motion CLI Data-Query Guide) are the package itself, not its output. They install into the
`/agent/brain/meta/` folder, the same home as the output Runneth generates, so the interpretation
lens and the material it governs live side by side. The package docs keep their own filenames
(`README.md`, `account-context-brain.md`, `creative-corpus-playbook.md`,
`motion-cli-data-query-guide.md`) and never collide with the generated files (`account-context.md`,
`creatives/`, `_changelog.md`). corpus-search is a bundled tool, not an instruction file, and
installs under `/agent/tools/corpus-search/`.

---

Expand Down
8 changes: 4 additions & 4 deletions aligned-onboarding/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ The one-line model:
> The **Account Context Brain** tells Runneth **how to analyze** the account. The **Creative
> Corpus** gives Runneth **the attributes it needs to actually do the job**.

Read the package overview at `/agent/brain/aligned-onboarding/README.md` before running. The full
Read the package overview at `/agent/brain/meta/README.md` before running. The full
procedures live in the staged docs and are the source of truth for each step:

- Account Context Brain: `/agent/brain/aligned-onboarding/account-context-brain.md`
- Creative Corpus playbook: `/agent/brain/aligned-onboarding/creative-corpus-playbook.md`
- Motion CLI data-query guide: `/agent/brain/aligned-onboarding/motion-cli-data-query-guide.md`
- Account Context Brain: `/agent/brain/meta/account-context-brain.md`
- Creative Corpus playbook: `/agent/brain/meta/creative-corpus-playbook.md`
- Motion CLI data-query guide: `/agent/brain/meta/motion-cli-data-query-guide.md`

## Scope rules (apply throughout)

Expand Down
Loading
Loading