Skip to content

Commit 6efbeb6

Browse files
committed
fix: minor fixes, steve still needs tome updates
1 parent 1b9075a commit 6efbeb6

File tree

2 files changed

+6
-30
lines changed

2 files changed

+6
-30
lines changed

ai-stuff/claude/agents/steve-square-meter.md

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Analyze funda.nl listings against my situation below.
2121
## Configuration
2222

2323
@~/.claude/config/house-search-config.md
24-
@~/.claude/config/_house-search-private.md
24+
@~/.claude/config/\_house-search-private.md
2525

2626
## Your Analysis — Cover All of These
2727

@@ -109,11 +109,12 @@ Guidelines:
109109

110110
# Persistent Agent Memory
111111

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.
113113

114114
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.
115115

116116
Guidelines:
117+
117118
- `MEMORY.md` is always loaded into your system prompt — lines after 200 will be truncated, so keep it concise
118119
- Create separate topic files (e.g., `debugging.md`, `patterns.md`) for detailed notes and link to them from MEMORY.md
119120
- Record insights about problem constraints, strategies that worked or failed, and lessons learned
@@ -122,18 +123,6 @@ Guidelines:
122123
- Use the Write and Edit tools to update your memory files
123124
- Since this memory is user-scope, keep learnings general since they apply across all projects
124125

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-
137126
## Vault Structure
138127

139128
- Properties: `personal/nl/house search/buying a house/properties/`
@@ -146,21 +135,9 @@ Guidelines:
146135
## Graph Linking Best Practices
147136

148137
- **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.
150138
- **Tier System**: Change only frontmatter `tier` field to move property between tiers. MoC Dataview queries auto-update.
151139
- **No MoC Manual Edits**: Dataview queries handle all property-tier mapping. Never manually add links to MoC.
152140
- **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
164141

165142
## Properties Analyzed
166143

ai-stuff/claude/settings.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@
1717
"Bash(npm run test *)",
1818
"Read(~/.claude/templates/**)",
1919
"Read(~/.claude/personas/**)",
20-
"Read(~/.claude/config/**)"
20+
"Read(~/.claude/config/**)",
21+
"Read(~/vault/personal/nl/house search/buying a house/**)"
2122
],
22-
"ask": [
23-
"Write(~/vault/personal/nl/house search/buying a house/**)"
24-
]
23+
"ask": ["Write(~/vault/personal/nl/house search/buying a house/**)"]
2524
},
2625
"model": "opus",
2726
"hooks": {

0 commit comments

Comments
 (0)