Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
be00e24
Optimize 8 unit tests to use lightweight_spec_helper
johha Feb 27, 2026
d63cda0
Add test optimization tooling and documentation
johha Feb 27, 2026
70d6897
Optimize 4 more unit tests to use lightweight_spec_helper
johha Feb 27, 2026
f3ca514
Add lib-specific analysis and batch conversion scripts
johha Feb 27, 2026
9894115
Optimize 3 more unit tests to use lightweight_spec_helper
johha Feb 27, 2026
22c7203
Fix RuboCop duplicate require violations
johha Feb 27, 2026
5d376f2
Optimize 2 message specs to use lightweight_spec_helper
johha Feb 27, 2026
e1eaa15
Optimize 3 more message specs to use lightweight_spec_helper
johha Feb 27, 2026
d3f7669
Move test optimization tools to dedicated folder
johha Feb 27, 2026
017a8e9
Optimize 8 more message specs to use lightweight_spec_helper
johha Feb 27, 2026
ff6c50d
Add autonomous work session documentation
johha Feb 27, 2026
5ce0e2b
Optimize ProcessObserver tests by removing expensive truncation isola…
johha Feb 27, 2026
2f013ba
Add completion summary for Option C test optimization
johha Feb 27, 2026
de0d596
Remove accidentally committed files and fix load time regression
johha Feb 27, 2026
dc7ec03
Split service_instances_spec.rb for better parallelization
johha Feb 27, 2026
9ee7d68
Optimize database setup in service instances specs
johha Feb 27, 2026
e4bc74c
Fix RuboCop empty line issues in delete and sharing specs
johha Feb 27, 2026
2818486
Convert 3 lib specs to lightweight_spec_helper (Phase 1 - Batch 1)
johha Feb 27, 2026
c9e5e98
Convert 4 more lib specs to lightweight_spec_helper (Phase 1 - Batch 2)
johha Feb 27, 2026
1a95139
Convert 3 util specs to lightweight_spec_helper (Phase 1 - Batch 3)
johha Feb 27, 2026
3bcbca7
Convert blob_key_generator_spec to lightweight_spec_helper (Phase 1 -…
johha Feb 27, 2026
59e614b
Convert 2 app_manifest specs to lightweight_spec_helper (Phase 1 - Ba…
johha Feb 27, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,26 @@ test.err
test.out
!/.devcontainer/**/*

# Node modules and package files
node_modules/
package-lock.json
package.json

# Claude Code local files
.claude/
.CLAUDE.md

# Test optimization working files
test_optimization_tools/
*_analysis*.md
AUTONOMOUS_*.md
PROFILING_*.md
QUICK_STATUS.md
REVIEW_*.md
SESSION_*.md
OPTION_*.md
CI_*.md

#DOCS
docs/v2/index.html

Expand Down
Loading
Loading