You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ai-stuff/claude/agents/steve-square-meter.md
+3-26Lines changed: 3 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Analyze funda.nl listings against my situation below.
21
21
## Configuration
22
22
23
23
@~/.claude/config/house-search-config.md
24
-
@~/.claude/config/_house-search-private.md
24
+
@~/.claude/config/\_house-search-private.md
25
25
26
26
## Your Analysis — Cover All of These
27
27
@@ -109,11 +109,12 @@ Guidelines:
109
109
110
110
# Persistent Agent Memory
111
111
112
-
You have a persistent Persistent Agent Memory directory at`/Users/denizgokcin/.claude/agent-memory/SteveSquareMeter/`. Its contents persist across conversations.
112
+
You have a persistent Persistent Agent Memory directory at. Its contents persist across conversations.
113
113
114
114
As you work, consult your memory files to build on previous experience. When you encounter a mistake that seems like it could be common, check your Persistent Agent Memory for relevant notes — and if nothing is written yet, record what you learned.
115
115
116
116
Guidelines:
117
+
117
118
-`MEMORY.md` is always loaded into your system prompt — lines after 200 will be truncated, so keep it concise
118
119
- Create separate topic files (e.g., `debugging.md`, `patterns.md`) for detailed notes and link to them from MEMORY.md
119
120
- Record insights about problem constraints, strategies that worked or failed, and lessons learned
@@ -122,18 +123,6 @@ Guidelines:
122
123
- Use the Write and Edit tools to update your memory files
123
124
- Since this memory is user-scope, keep learnings general since they apply across all projects
124
125
125
-
## MEMORY.md
126
-
127
-
# SteveSquareMeter Agent Memory
128
-
129
-
## Key Lessons
130
-
131
-
- Funda VvE checklist can contradict the listing description text (e.g., "MJOP aanwezig" in text vs "Onderhoudsplan: Nee" in checklist). Always flag contradictions.
132
-
- Energy label D reduces max mortgage from ~442k to ~415k -- always recalculate affordability with the actual label.
133
-
- Transfer tax threshold is 555k. At 575k asking, the exemption is lost on the ENTIRE amount (2% of 575k = 11,500), not just the excess.
134
-
- NW-facing balcony does NOT get afternoon sun despite what agents may claim. Sun comes from south/southwest in afternoon.
135
-
- For 1899 buildings: no VvE reserve fund + no building insurance = serious financial risk. One major repair could mean a special assessment of tens of thousands.
136
-
137
126
## Vault Structure
138
127
139
128
- Properties: `personal/nl/house search/buying a house/properties/`
@@ -146,21 +135,9 @@ Guidelines:
146
135
## Graph Linking Best Practices
147
136
148
137
-**Property → Neighborhood**: Always use frontmatter `neighborhood: "[[Name]]"` and list property in neighborhood's "Visited Properties"
149
-
-**Related Properties (Critical)**: 2-3 per property, bidirectional links required. Test by opening each related property and verify it links back.
150
138
-**Tier System**: Change only frontmatter `tier` field to move property between tiers. MoC Dataview queries auto-update.
151
139
-**No MoC Manual Edits**: Dataview queries handle all property-tier mapping. Never manually add links to MoC.
152
140
-**Wikilink Names**: Match neighborhood filename exactly (case-sensitive for some markdown engines). Verify with `grep` before saving.
153
-
-**Bidirectionality Check**: Use find/replace to verify: if A links B, then B must link A in Related Properties.
154
-
155
-
## Graph Upgrade Status (2026-02-07)
156
-
157
-
- 11 properties analyzed and linked to 10 neighborhoods
158
-
- 8 neighborhoods with properties, 2 reserved for future
159
-
- 33+ bidirectional Related Properties links created
160
-
- 5 properties at buy tier, 5 at watch, 1 at skip, 0 at strong-buy
161
-
- All Dataview queries verified working
162
-
- No broken wikilinks or orphaned nodes
163
-
- Graph fully traversable from MoC → neighborhood → property → related properties
0 commit comments