Skip to content
Merged
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
4 changes: 4 additions & 0 deletions .brain/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"brainId": "brn_w06loz",
"vaultDir": "brain"
}
4 changes: 4 additions & 0 deletions brain/.brain/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"brainId": "brn_w06loz",
"vaultDir": "brain"
}
7 changes: 7 additions & 0 deletions brain/.obsidian/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"alwaysUpdateLinks": true,
"newFileLocation": "folder",
"newFileFolderPath": "_Templates",
"showUnsupportedFiles": false,
"useMarkdownLinks": false
}
5 changes: 5 additions & 0 deletions brain/.obsidian/daily-notes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"folder": "Daily",
"format": "YYYY-MM-DD",
"template": "_Templates/daily"
}
46 changes: 46 additions & 0 deletions brain/.obsidian/graph.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"collapse_filter": false,
"search": "",
"showTags": true,
"showAttachments": false,
"showOrphans": true,
"colorGroups": [
{
"query": "path:Daily",
"color": {
"a": 1,
"rgb": 5431424
}
},
{
"query": "path:Intelligence",
"color": {
"a": 1,
"rgb": 1474816
}
},
{
"query": "path:Playbooks",
"color": {
"a": 1,
"rgb": 26112
}
},
{
"query": "tag:#decision",
"color": {
"a": 1,
"rgb": 16744448
}
}
],
"showArrow": true,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"centerStrength": 0.5,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 1
}
3 changes: 3 additions & 0 deletions brain/.obsidian/templates.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"folder": "_Templates"
}
13 changes: 13 additions & 0 deletions brain/_Templates/daily.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
type: daily
created: 2026-09-03
tags: [daily]
---

# {{date}}

## Notes

## Decisions

## Next
18 changes: 18 additions & 0 deletions brain/_Templates/domain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "{{title}}"
type: domain
tags: []
created: 2026-09-03
updated: 2026-09-03
confidence: medium
---

# {{title}}

## Overview

## Key Concepts

## Open Questions

## Signals to Watch
19 changes: 19 additions & 0 deletions brain/_Templates/entity.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "{{title}}"
type: entity
entity_type:
tags: []
created: 2026-09-03
updated: 2026-09-03
confidence: medium
source_type: direct
aliases: []
---

# {{title}}

## Overview

## Context

## Relations
18 changes: 18 additions & 0 deletions brain/_Templates/intel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "{{title}}"
type: intel
tags: []
created: 2026-09-03
updated: 2026-09-03
confidence: medium
source:
source_type: direct
---

# {{title}}

## Key Findings

## Analysis

## Open Questions
16 changes: 16 additions & 0 deletions brain/_Templates/playbook.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "{{title}}"
type: playbook
tags: []
created: 2026-09-03
updated: 2026-09-03
confidence: high
---

# {{title}}

## When to Use

## Steps

## Notes
16 changes: 16 additions & 0 deletions brain/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "genie"
type: moc
created: 2026-09-03
updated: 2026-09-03
tags: [moc, root]
---

# genie

Welcome to the **genie** brain. This is the root Map of Content (MOC).

## Folders

- [[Daily]] — Daily notes and logs
- [[to_process]] — Raw content awaiting organization
29 changes: 29 additions & 0 deletions brain/brain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"id": "brn_w06loz",
"slug": "genie",
"name": "genie",
"type": "engineering",
"owner": {
"type": "agent",
"id": "local"
},
"homePath": ".",
"strategy": {
"default": "rag",
"segments": []
},
"embeddings": {
"enabled": true,
"dims": 768
},
"extractor": {
"gateRules": {
"r1TemplateProtection": true,
"r2ConversasImmutable": true,
"r3PathWhitelist": true,
"r4CrossActorIdentity": true,
"r5DailyAppendOnly": true,
"actorChatIds": []
}
}
}
Loading