Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 4 additions & 0 deletions .github/CI_TRIGGER.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# CI Re-trigger

Re-run after allowing marketplace actions.
Timestamp: 2026-04-21T21:55:00Z
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ manage_tools(action="create", code='...')
manage_tools(action="fetch", url="https://github.com/user/repo/blob/main/tool.py")
```



### Hot-reload from disk

Drop a `.py` file in `./tools/` β†’ it's available immediately.
Expand Down
4 changes: 2 additions & 2 deletions tests/test_neuralset.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
})

print(f"\n{'='*70}")
print(f"COVERAGE MATRIX - PR #10 (neuralset)")
print("COVERAGE MATRIX - PR #10 (neuralset)")
print(f"{'='*70}")
print(f"{'ID':<30} {'EXPECT':<10} {'GOT':<12} {'PASS'}")
print(f"{'-'*70}")
Expand All @@ -147,7 +147,7 @@
"results": results,
}, f, indent=2)

print(f"\nDetailed results: /tmp/neuralset_coverage.json")
print("\nDetailed results: /tmp/neuralset_coverage.json")

# Print failures in detail
if failed > 0:
Expand Down
Loading