diff --git a/.github/CI_TRIGGER.md b/.github/CI_TRIGGER.md new file mode 100644 index 0000000..bbc17dc --- /dev/null +++ b/.github/CI_TRIGGER.md @@ -0,0 +1,4 @@ +# CI Re-trigger + +Re-run after allowing marketplace actions. +Timestamp: 2026-04-21T21:55:00Z diff --git a/README.md b/README.md index 8945a38..60ff380 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/tests/test_neuralset.py b/tests/test_neuralset.py index 2dc2907..5d77b03 100644 --- a/tests/test_neuralset.py +++ b/tests/test_neuralset.py @@ -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}") @@ -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: