49 lines
976 B
Markdown
49 lines
976 B
Markdown
---
|
|
tags:
|
|
- project-config
|
|
- {{project-slug}}
|
|
source: {{source}}
|
|
date: {{date}}
|
|
---
|
|
|
|
# Project Config — {{project-slug}}
|
|
|
|
One sentence: what is this project and what does this hub note cover?
|
|
|
|
Project repo: `{{repo-path}}`
|
|
|
|
## Navigation
|
|
|
|
| I want to... | Do this |
|
|
|---|---|
|
|
| Know which tags to apply when archiving | See Tag Inference Rules below |
|
|
| Find all notes from this project | Run inventory query below |
|
|
| Understand vault-wide naming and frontmatter rules | Read [[vault-conventions]] |
|
|
|
|
## Inventory Query
|
|
|
|
```bash
|
|
~/.claude/scripts/vault_search.rb "{{project-slug}}"
|
|
```
|
|
|
|
## Tag Inference Rules
|
|
|
|
| Path pattern | Tags added |
|
|
|---|---|
|
|
| Any file from this repo | `{{project-slug}}` |
|
|
| `campaigns/{{campaign-slug}}/` | `{{campaign-slug}}` |
|
|
|
|
## Campaign → Automation Product Mapping
|
|
|
|
| Campaign | Tags |
|
|
|---|---|
|
|
| `{{campaign-slug}}` | `{{automation-product-tags}}` |
|
|
|
|
## Active Campaigns
|
|
|
|
- `{{campaign-slug}}`
|
|
|
|
## Related
|
|
|
|
- [[vault-conventions]]
|