File tree Expand file tree Collapse file tree 2 files changed +30
-29
lines changed
Expand file tree Collapse file tree 2 files changed +30
-29
lines changed Original file line number Diff line number Diff line change 1- # Development files
1+ # Dependencies
22node_modules /
3+
4+ # Build artifacts
5+ * .tgz
6+
7+ # Logs
38logs /
49dist /logs /
510* .log
11+ npm-debug.log *
12+
13+ # Local/dev files
614.DS_Store
715tsconfig.json
816watch-logs.sh
917bun.lock
1018
11- # Documentation
12- ANALYSIS.md
13- docs /
14- notes /
15-
16- # Source files (since we're shipping dist/)
17- index.ts
18- lib /
19-
2019# Git
2120.git /
2221.gitignore
22+ .github /
2323
24- # OpenCode
24+ # OpenCode local config
2525.opencode /
26+
27+ # Docs and local notes
28+ ANALYSIS.md
29+ docs /
30+ notes /
31+ SCHEMA_NOTES.md
32+ assets /
33+ CONTRIBUTING.md
34+ .prettierrc
35+ .repomixignore
36+
37+ # Tests and local helpers
38+ tests /
39+ tests /results /
40+ test-update.ts
41+ repomix-output.xml
42+ scripts /
43+ tui /package-lock.json
44+ tui /types /
Original file line number Diff line number Diff line change 7171 "tsx" : " ^4.21.0" ,
7272 "typescript" : " ^6.0.2"
7373 },
74- "files" : [
75- " dist/" ,
76- " lib/analysis/" ,
77- " lib/compress/" ,
78- " lib/state/" ,
79- " lib/config.ts" ,
80- " lib/logger.ts" ,
81- " lib/message-ids.ts" ,
82- " lib/messages/query.ts" ,
83- " lib/token-utils.ts" ,
84- " tui/data/" ,
85- " tui/routes/" ,
86- " tui/shared/" ,
87- " tui/slots/" ,
88- " tui/index.tsx" ,
89- " README.md" ,
90- " LICENSE"
91- ],
9274 "directories" : {
9375 "doc" : " docs" ,
9476 "lib" : " lib" ,
You can’t perform that action at this time.
0 commit comments