Commit 37424c7
chore: reorganize docs/ — gitignore internal, ship public docs in npm (#529)
* chore: reorganize docs/ — gitignore internal, add public docs to npm package
Remove internal development artifacts from git tracking (stories, research,
qa, epics, prd, decisions, architecture, agents, etc.) — they remain local
only. Add public documentation (guides, installation, examples, translations)
to package.json files array so they ship with npm install. Move hybridOps
to docs/private/ (gitignored).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix(hooks): silence stderr and add CLAUDE_PROJECT_DIR fallback
- Replace console.error() with silent catch in synapse-engine.cjs and
precompact-session-digest.cjs — stderr output triggers "hook error"
banner in Claude Code UI even when hook exits cleanly (code 0)
- Add ${CLAUDE_PROJECT_DIR:-.} bash parameter expansion fallback in
.claude/settings.json hook commands — prevents MODULE_NOT_FOUND when
env var is unset in subagents/agent-teams context
Root cause: Claude Code shows "UserPromptSubmit hook error" when hook
process emits ANY stderr output or returns non-zero exit code. The
synapse/precompact hooks logged parse errors to stderr on invalid stdin
(common during multi-instance race conditions). Additionally,
$CLAUDE_PROJECT_DIR is not reliably set in subagent/teams contexts,
causing hook commands to resolve to Git Bash install directory.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix(ci): add CODECOV_TOKEN to codecov-action upload step
The codecov/codecov-action@v4 requires an explicit token for protected
branches. Without it, uploads fail with "Token required" error.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix(hooks): silent exit on error to prevent Claude Code UI noise
Remove stderr logging from hook catch handlers — stderr output triggers
"hook error" warnings in Claude Code UI. Update corresponding tests to
expect silent exit behavior.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent a8af431 commit 37424c7
File tree
214 files changed
+47
-62217
lines changed- .claude
- hooks
- .github/workflows
- docs
- agents
- architecture
- SYNAPSE
- docs
- adrs
- adr
- es/guides/hybridOps
- guides/hybridOps
- handoffs
- pt/guides/hybridOps
- qa
- gates
- releases
- research
- 2026-02-15-code-intelligence-alternatives
- 2026-02-20-github-issue-management
- 2026-02-21-cli-graph-dashboard
- 2026-02-21-copilot-custom-agents-format
- 2026-02-21-graph-dashboard-visualization
- 2026-02-21-graph-taxonomy-filtering-queries
- 2026-02-21-registry-governance
- 2026-02-21-uap-synapse-research
- wave-1-uap-loaders
- wave-2-uap-steps
- wave-3-synapse-core
- wave-4-cross-ide
- 2026-02-22-graph-dashboard-controls
- 2026-02-22-synapse-native-first
- stories
- active
- epics
- epic-boundary-mapping
- epic-cli-graph-dashboard
- epic-installation-health
- epic-installer-v4-debug
- epic-nogic-code-intelligence
- epic-pro-aios-pro-architecture
- epic-synapse-context-engine
- epic-token-optimization
- epic-workflow-intelligence
- handoffs
- strategy
- zh/guides/hybridOps
- tests/synapse
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
214 files changed
+47
-62217
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
100 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
| 91 | + | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
184 | 185 | | |
185 | 186 | | |
186 | 187 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
| 163 | + | |
| 164 | + | |
175 | 165 | | |
176 | 166 | | |
177 | 167 | | |
| |||
236 | 226 | | |
237 | 227 | | |
238 | 228 | | |
239 | | - | |
| 229 | + | |
240 | 230 | | |
241 | | - | |
242 | | - | |
| 231 | + | |
| 232 | + | |
243 | 233 | | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | 234 | | |
259 | | - | |
260 | | - | |
| 235 | + | |
261 | 236 | | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | 237 | | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
266 | 249 | | |
267 | 250 | | |
268 | 251 | | |
| |||
363 | 346 | | |
364 | 347 | | |
365 | 348 | | |
366 | | - | |
367 | 349 | | |
368 | 350 | | |
369 | 351 | | |
0 commit comments