Skip to content

Conversation

@rcholic
Copy link
Contributor

@rcholic rcholic commented Jan 12, 2026

No description provided.

SentienceDEV and others added 9 commits January 11, 2026 16:00
- Add --no-cache-dir to pip install to avoid cache issues
- Add verification step to print agent_runtime.py lines 340-350
- Verify assert_ method exists and assertTrue doesn't exist
- This helps debug why CI sees assertTrue when code shows assert_

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The previous || pattern didn't properly handle grep's exit code.
Using if/else ensures correct exit behavior:
- Exit 0 when assertTrue is NOT found (correct)
- Exit 1 when assertTrue IS found (error)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The Verify source code step uses Bash syntax (if/then/else)
which doesn't work with PowerShell on Windows runners.
Adding shell: bash ensures Bash is used on all platforms.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@rcholic rcholic merged commit 059a75e into main Jan 12, 2026
@rcholic rcholic deleted the enrich_asserts branch January 12, 2026 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants