FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
memdocs/.memdocs.yml at main · Smart-AI-Memory/memdocs · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Smart-AI-Memory
/
memdocs
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
memdocs
/
.memdocs.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
61 lines (54 loc) · 1.74 KB
Breadcrumbs
memdocs
/
.memdocs.yml
Copy path
File metadata and controls
61 lines (54 loc) · 1.74 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
version
:
1
#
Scope policy (controls memory granularity)
policies
:
default_scope
:
file
#
file | module | repo
max_files_without_force
:
150
#
Auto-escalate for important changes
escalate_on
:
-
cross_module_changes
#
Multi-module = bigger context needed
-
security_sensitive_paths
#
auth/*, security/* = document thoroughly
-
public_api_signatures
#
API changes = team needs to know
#
Output configuration (git-committed memory)
outputs
:
docs_dir
:
.memdocs/docs
#
Committed to git
memory_dir
:
.memdocs/memory
#
Committed to git
formats
:
-
json
#
index.json (machine-readable)
-
yaml
#
symbols.yaml (code map)
-
markdown
#
summary.md (human-readable)
#
Privacy (optional, only enable if handling sensitive data)
privacy
:
phi_mode
:
"
off
"
#
off | standard | strict
scrub
:
#
Types of sensitive data to redact
-
email
-
phone
-
ssn
-
mrn
audit_redactions
:
true
#
Log all redactions for compliance
#
AI configuration (Claude API)
ai
:
provider
:
anthropic
#
anthropic | openai
model
:
claude-sonnet-4-5-20250929
#
Claude Sonnet 4.5 (latest)
max_tokens
:
8192
temperature
:
0.3
#
Lower = more deterministic
#
Empathy Framework integration (optional)
empathy
:
enabled
:
true
sync_on_review
:
true
#
Auto-sync with Empathy after reviews
level
:
4
#
Anticipatory Empathy level
#
Exclude patterns (don't document these)
exclude
:
-
node_modules/**
-
.venv/**
-
venv/**
-
__pycache__/**
-
"
*.pyc
"
-
.git/**
-
dist/**
-
build/**
-
"
*.log
"
-
"
*.db
"
-
coverage/**
-
htmlcov/**
-
.pytest_cache/**
-
"
*.egg-info/**
"
Back
|
FazBrowse Home
|
New Git URL