Skip to content

Commit 12006c3

Browse files
zenusclaude
andcommitted
Fix gitignore and test suite per Codex review
- .gitignore: remove /bitlesson.md entry (plan AC-7 fix); keep /.claude/settings.json and .humanize/ entries which are valid bitlesson branch additions - tests/run-all-tests.sh: remove 3 non-existent suites (test-continue-rlcr-loop.sh, test-ask-codex-routing.sh, test-codex-worker-routing.sh) that were silently skipped All 1415 tests pass with no SKIP entries. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1360dda commit 12006c3

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ temp
77
# Humanize state directories (runtime-generated, project-local)
88
.humanize/
99

10-
# Root-level bitlesson file (runtime-generated, kept out of version control)
11-
/bitlesson.md
12-
1310
# Python cache
1411
__pycache__/
1512
*.pyc

tests/run-all-tests.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ echo ""
6060
TEST_SUITES=(
6161
"test-template-loader.sh"
6262
"test-bash-validator-patterns.sh"
63-
"test-continue-rlcr-loop.sh"
6463
"test-todo-checker.sh"
6564
"test-plan-file-validation.sh"
6665
"test-template-references.sh"
@@ -92,12 +91,10 @@ TEST_SUITES=(
9291
"test-agent-teams.sh"
9392
# Ask Codex tests
9493
"test-ask-codex.sh"
95-
"test-ask-codex-routing.sh"
9694
# Bitlesson routing tests
9795
"test-bitlesson-select-routing.sh"
9896
# Provider routing tests
9997
"test-model-router.sh"
100-
"test-codex-worker-routing.sh"
10198
# Skill monitor tests
10299
"test-skill-monitor.sh"
103100
# Robustness tests

0 commit comments

Comments
 (0)