Skip to content

Commit de0d596

Browse files
committed
Remove accidentally committed files and fix load time regression
Removed: - node_modules/ (caused 3-4x load time regression) - package.json, package-lock.json - .CLAUDE.md, .claude/settings.local.json - test_optimization_tools/ (moved to tmp/test_optimization_work/) - Documentation markdown files (moved to tmp/test_optimization_work/) Updated .gitignore and .rubocop_cc.yml accordingly. This fixes the 40-50 second load time regression and should make the 8.4s ProcessObserver optimizations visible in CI. All working files preserved in tmp/test_optimization_work/
1 parent 2f013ba commit de0d596

49 files changed

Lines changed: 20 additions & 8248 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.CLAUDE.md

Lines changed: 0 additions & 458 deletions
This file was deleted.

.claude/settings.local.json

Lines changed: 0 additions & 37 deletions
This file was deleted.

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,26 @@ test.err
2727
test.out
2828
!/.devcontainer/**/*
2929

30+
# Node modules and package files
31+
node_modules/
32+
package-lock.json
33+
package.json
34+
35+
# Claude Code local files
36+
.claude/
37+
.CLAUDE.md
38+
39+
# Test optimization working files
40+
test_optimization_tools/
41+
*_analysis*.md
42+
AUTONOMOUS_*.md
43+
PROFILING_*.md
44+
QUICK_STATUS.md
45+
REVIEW_*.md
46+
SESSION_*.md
47+
OPTION_*.md
48+
CI_*.md
49+
3050
#DOCS
3151
docs/v2/index.html
3252

.rubocop_cc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ AllCops:
2525
- lib/logcache/**/*_pb.rb
2626
- lib/loggregator-api/**/*_pb.rb
2727
- vendor/bundle/**/*
28-
- test_optimization_tools/**/*
2928

3029

3130
#### CUSTOMIZED SECTION

AUTONOMOUS_WORK_SUMMARY.md

Lines changed: 0 additions & 234 deletions
This file was deleted.

0 commit comments

Comments
 (0)