Skip to content

Commit be99174

Browse files
committed
chore: update .gitignore and README for clarity; enhance memory.json with auto-extracted conventions
Added '.opencode' and '.agents/' to .gitignore. Updated README to improve clarity on examples. Enhanced memory.json with additional auto-extracted entries related to conventions and fixes.
1 parent 34e7e8f commit be99174

File tree

4 files changed

+76
-2
lines changed

4 files changed

+76
-2
lines changed

.codebase-context/memory.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,5 +327,77 @@
327327
"reason": "Auto-extracted from git commit history",
328328
"date": "2026-03-05T18:17:37.000Z",
329329
"source": "git"
330+
},
331+
{
332+
"id": "3793aec00d26",
333+
"type": "gotcha",
334+
"category": "conventions",
335+
"memory": "fix: prevent zombie MCP processes via handshake timeout + deferred init (#89)",
336+
"reason": "Auto-extracted from git commit history",
337+
"date": "2026-04-05T10:10:33.000Z",
338+
"source": "git"
339+
},
340+
{
341+
"id": "aeea4306f46f",
342+
"type": "gotcha",
343+
"category": "conventions",
344+
"memory": "fix: satisfy lint in index",
345+
"reason": "Auto-extracted from git commit history",
346+
"date": "2026-04-04T22:09:20.000Z",
347+
"source": "git"
348+
},
349+
{
350+
"id": "96efbfb23a7d",
351+
"type": "gotcha",
352+
"category": "conventions",
353+
"memory": "fix: align discovery protocol metrics",
354+
"reason": "Auto-extracted from git commit history",
355+
"date": "2026-04-04T19:32:17.000Z",
356+
"source": "git"
357+
},
358+
{
359+
"id": "86ed745be25a",
360+
"type": "gotcha",
361+
"category": "conventions",
362+
"memory": "fix: format discovery benchmark sources",
363+
"reason": "Auto-extracted from git commit history",
364+
"date": "2026-04-04T18:56:05.000Z",
365+
"source": "git"
366+
},
367+
{
368+
"id": "e9050a3936c9",
369+
"type": "gotcha",
370+
"category": "conventions",
371+
"memory": "fix: address greptile P2 review comments",
372+
"reason": "Auto-extracted from git commit history",
373+
"date": "2026-03-30T09:02:01.000Z",
374+
"source": "git"
375+
},
376+
{
377+
"id": "6bd8f128789c",
378+
"type": "gotcha",
379+
"category": "conventions",
380+
"memory": "fix(deps): patch picomatch audit path",
381+
"reason": "Auto-extracted from git commit history",
382+
"date": "2026-03-26T07:24:14.000Z",
383+
"source": "git"
384+
},
385+
{
386+
"id": "de2fbacf6c09",
387+
"type": "gotcha",
388+
"category": "conventions",
389+
"memory": "fix(config): reject empty roots and invalid ports",
390+
"reason": "Auto-extracted from git commit history",
391+
"date": "2026-03-26T07:11:10.000Z",
392+
"source": "git"
393+
},
394+
{
395+
"id": "67afc7eab730",
396+
"type": "gotcha",
397+
"category": "conventions",
398+
"memory": "fix: guard against unhandled rejections and resource leaks in HTTP transport",
399+
"reason": "Auto-extracted from git commit history",
400+
"date": "2026-03-25T21:19:51.000Z",
401+
"source": "git"
330402
}
331403
]

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ grammars/*.wasm
2727
.tmp-research-repos/
2828
docs/visuals.md
2929
.repolore/
30+
.opencode/
31+
.agents/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Real CLI output against `angular-spotify`, the repo used for the launch screensh
2828

2929
![codebase-context patterns screenshot](https://raw.githubusercontent.com/PatrickSys/codebase-context/master/docs/assets/patterns.png)
3030

31-
This is the part most tools miss: what the team is doing now, what it is moving away from, and which files are the best examples to follow.
31+
This is the part most tools miss: what the team is doing now, what it is moving away from, and which files are the strongest examples to follow.
3232

3333
**Before editing: preflight and impact**
3434

docs/capabilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Client transport support varies — see [README.md](../README.md) for a per-clie
3333

3434
Repo-scoped capabilities are available locally via the CLI (human-readable by default, `--json` for automation).
3535
Multi-project selection is MCP-only because the CLI already targets one root per invocation.
36-
For a gallery” of commands and examples, see `docs/cli.md`.
36+
For a command gallery with examples, see `docs/cli.md`.
3737

3838
| Command | Flags | Maps to |
3939
|---|---|---|

0 commit comments

Comments
 (0)