Skip to content

Commit 53fa102

Browse files
smixsclaude
andcommitted
chore: update .gitignore, templates, and vault structure for v2
Add personal data directories to .gitignore (daily, contacts, business, etc). Rename 1-yearly-2025.md to 1-yearly-YYYY.md template. Add CRM card template. Update MEMORY.md with agent-memory reference. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 20d2cb4 commit 53fa102

File tree

4 files changed

+51
-3
lines changed

4 files changed

+51
-3
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,14 @@ node_modules/
2424
# OS
2525
.DS_Store
2626
Thumbs.db
27+
28+
# Vault personal data (never commit these)
29+
vault/daily/
30+
vault/contacts/
31+
vault/finances/
32+
vault/attachments/
33+
vault/.session/
34+
vault/.graph/
35+
vault/business/
36+
vault/projects/
37+
vault/thoughts/

vault/MEMORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Long-term Memory
22

3-
Curated knowledge that persists across sessions. Layer 2 of Clawdbot memory architecture.
3+
Curated knowledge that persists across sessions. Part of the 3-layer memory architecture (hot context → searchable vault → archive). See `.claude/skills/agent-memory/SKILL.md` for details.
44

55
## User Profile
66

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
type: yearly
3-
period: 2025
3+
period: YYYY
44
updated: YYYY-MM-DD
55
---
66

7-
# Goals 2025
7+
# Goals YYYY
88

99
## Annual Theme
1010

vault/templates/crm-template.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
type: crm
3+
description: >-
4+
[One-line summary: industry, key deal, what makes this client notable]
5+
tags: [industry, region, deal-type]
6+
status: prospect
7+
industry: [FMCG|Electronics|Banks|Pharma|Retail|Auto|IT|Telecom]
8+
region: [ISO country code]
9+
owner: [Your Name]
10+
priority: [High|Mid|Low]
11+
deal_status: [In Progress|Tender|Proposal Sent]
12+
deal_deadline: YYYY-MM-DD
13+
created: YYYY-MM-DD
14+
updated: YYYY-MM-DD
15+
---
16+
17+
# [Company Name]
18+
19+
## Overview
20+
- **Industry:** [industry]
21+
- **Region:** [countries]
22+
- **Contact:** [key contact person]
23+
24+
## Active Deals
25+
26+
### [Deal Name]
27+
- **Status:** [deal_status]
28+
- **Value:** $[amount]
29+
- **Deadline:** [date]
30+
- **Details:** [what the deal involves]
31+
32+
## History
33+
- YYYY-MM-DD: [First contact / how we met]
34+
- YYYY-MM-DD: [Key milestone]
35+
36+
## Notes
37+
[Any important context about this client]

0 commit comments

Comments
 (0)