Commit 7699abd
chore(quality): zero-warning lint sweep + synapse memory stability [Story 123.7]
- Lint sweep across helpers, doctor checks, graph-dashboard, ids,
synapse layers, data scripts, installer, scripts, and tests:
trailing commas, dead-var/import removal, formatting alignment.
- tests/synapse/synapse-memory-provider.test.js: refactor mock to use
injectable _getLoader on provider instance (fixes intermittent failure
caused by jest.doMock + isolateModules ordering).
- tests/synapse/e2e/pipeline-audit.e2e.js: trailing-comma cleanup.
- .claude/hooks/precompact-session-digest.cjs: single-quote fix in
inlineScript (resolves last 2 lint warnings).
- New: .synapse/.gitignore — ignore runtime sessions/cache.
- .gitignore: ignore .agents/ (duplicate of .claude/skills/).
Verified:
- npm run lint → 0 errors, 0 warnings
- npx jest tests/synapse/synapse-memory-provider.test.js → 22/22 pass
- npm run typecheck → clean
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent dbb9e52 commit 7699abd
61 files changed
Lines changed: 293 additions & 270 deletions
File tree
- .aiox-core
- core
- code-intel/helpers
- config
- doctor/checks
- graph-dashboard
- data-sources
- ids
- synapse/layers
- data
- utils/filters
- .claude/hooks
- .synapse
- bin
- utils
- packages/installer
- src
- installer
- pro
- wizard
- tests/unit
- artifact-copy-pipeline
- claude-md-template-v5
- generate-settings-json
- ide-sync-integration
- merger
- scripts
- squads/claude-code-mastery/scripts
- tests
- cli
- code-intel
- config
- core
- health-check
- registry
- graph-dashboard
- ids
- installer
- integration
- code-intel
- memory
- synapse
- benchmarks
- bridge
- diagnostics
- e2e
- unit
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | 81 | | |
83 | 82 | | |
84 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
282 | 281 | | |
283 | | - | |
| 282 | + | |
284 | 283 | | |
285 | 284 | | |
286 | 285 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments