-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·97 lines (83 loc) · 2.92 KB
/
Copy path.gitignore
File metadata and controls
executable file
·97 lines (83 loc) · 2.92 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
node_modules
package-lock.json
.cache
golang/resource/resourcepb/minio_proxy_config.go
golang/tools/stage/
golang/globularcli/generated/
generated/
# Exception: awareness-graph annotation output is checked-in source of truth
!docs/awareness/generated/
# Release build output
dist/
# Build / stage directories
golang/build/stage/
golang/tools/stage/
stage/
build/
# Compiled service binaries (root dumps from local builds)
/ai_memory_server
/mcp
/*_server
# Compiled service binaries (in golang/ root — local build dumps)
golang/*_server
golang/authzgen
golang/globular-mcp-server
golang/mcp/mcp
golang/globularcli/globularcli
golang/globularcli/tools/setup-minio/setup-minio
golang/cmd/detect-unmapped/detect-unmapped
# Per-package built binaries
golang/*/*_server/*_server
golang/*/mcp/mcp
# C# / .NET build artifacts
csharp/**/bin/
csharp/**/obj/
# zz_version_generated.go files are COMMITTED — they are the per-package
# version authority (docs/design/package-identity-single-authority.md).
# gen-version.sh is their single writer; CI gates their contract.
# Awareness runtime data (graph cache, snapshots, CI reports)
.awareness/*.json
.globular/
golang/.globular/
golang/bin/
/awareness-ci-check
# Stale scratch/debug files
golang/error
golang/checks_test.go
TODO.md
# Binary executables
*.exe
*.dll
*.so
*.dylib
site/
!golang/build/
!golang/build/**
golang/build/__pycache__/
scripts/__pycache__/
# Misplaced generated protobuf Go files. Canonical generated protobuf output
# lives ONLY under golang/<service>/<name>pb/. Root-level *.pb.go are
# wrong-output-location build debris (e.g. a protoc/generateCode.sh run from the
# repo root). Anchored to root so canonical golang/** files are NOT ignored.
# Enforced harder by `make check-no-misplaced-pb` (catches already-tracked debris too).
/*.pb.go
# Compiled server binaries accidentally dropped at the golang/ root. Server CODE
# lives in nested package dirs (golang/<svc>/<svc>_server/); a bare
# golang/*_server[...] file is a `go build`/`go build -o` output, never source.
/golang/*_server
/golang/*_server_new
# Runtime tool noise (behavioral-memory import error dumps, awg local state)
import_behavioral_memory_signals.err*
.awg/
# Sensei runtime markers. These are per-checkout, per-process descriptors the
# awareness-graph service writes when it binds — sensei's own changelog (v1.5.0)
# describes a checkout's graph-authority.json being overwritten with state read
# from a foreign service. They rewrite themselves whenever the graph is merely
# CONSULTED, so tracking them dirtied the tree on every session and blocked
# every branch switch, and their seven commits were all "re-certify"/"refresh"
# chores — never a reviewed change. Nothing in this repo reads them; the
# authored awareness corpus is docs/awareness/, and .sensei/config.yaml,
# .sensei/project/ and .sensei/skills/ stay tracked.
.sensei/graph-authority.json
.sensei/graph-authority.transaction.tsv
.sensei/graph-closure-report.json