feature/q0-min-ci #45
No reviewers
Labels
No labels
auto/needs-reevaluation
controller-managed
auto/blocked-by-deps
auto/ci-timeout
auto/claimed-implementer
auto/claimed-merge
auto/claimed-reviewer
auto/driver-down
auto/invariant-violation
auto/last-attempt-tier-0
auto/last-attempt-tier-1
auto/last-attempt-tier-2
auto/last-attempt-tier-min
Automation Tracking
auto/needs-conflict-resolution
auto/needs-implementer
auto/postmortem
auto/ready-to-merge
auto/restart-throttled
auto/revert
auto/sentinel
auto/stale-inactivity
auto/unstable
Blocked
Bounty
$100
Bounty
$1000
Bounty
$10000
Bounty
$20
Bounty
$2000
Bounty
$250
Bounty
$50
Bounty
$500
Bounty
$5000
Bounty
$750
MoSCoW
Could have
MoSCoW
Must have
MoSCoW
Should have
Needs Feedback
Points
1
Points
13
Points
2
Points
21
Points
3
Points
34
Points
5
Points
55
Points
8
Points
88
Priority
Backlog
Priority
CI Blocker
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Signed-off: Owner
Signed-off: Scrum Master
Signed-off: Tech Lead
Spike
State
Completed
State
Duplicate
State
In Progress
State
In Review
State
Paused
State
Unverified
State
Verified
State
Wont Do
Type
Automation
Type
Bug
Type
Discussion
Type
Documentation
Type
Epic
Type
Feature
Type
Legendary
Type
Refactor
Type
Support
Type
Task
Type
Testing
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Blocks
#213 feat(ci): add nox-based PR validation workflow
cleveragents/cleveragents-core
Reference
cleveragents/cleveragents-core!45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/q0-min-ci"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- Fix Rich Console line-wrapping breaking assertions in context_unit_tests_steps.py: collapse newlines before checking for filenames and overflow summaries (CI temp paths exceed 80 columns) - Fix features.mocks import failure in database_integration.robot: replace hardcoded sys.path '/app' with portable ${CURDIR}/.. - Fix --load-context help text assertions in load_context_test.robot: merge stderr into stdout via stderr=STDOUT and remove duplicate test - Add standalone dead_code nox session running vulture directly - Rename security nox session to security_scan to match CI references - Restore --exclude discovery to integration_tests nox session (lost during merge conflict resolution)- Restore session.env["PATH"] in integration_tests nox session to ensure Run Process uses venv Python instead of system Python - Convert bare Resource references to ${CURDIR}/ absolute paths across 30 robot files to fix CI resolution failures - Add timeout=30s to all Run Process calls in rxpy_route_validation.robot to prevent hanging tests - Tag 2 rxpy tests as slow (require running actors unavailable on CI) - Fix LangGraph test to use correct config file (LANGGRAPH_CONFIG) - All 204 tests pass (4 excluded: 2 slow + 2 discovery)Closes #213