Files
wehub-resource-sync 2860fb5d18
Security / Dependency review (push) Has been skipped
Scorecard / Scorecard analysis (push) Failing after 0s
Validate / eval (push) Failing after 0s
Security / Dependency audit (push) Failing after 1s
Security / Secret scan (push) Failing after 1s
Validate / tests (push) Failing after 0s
Validate / mcp-tests (push) Failing after 1s
GitHub Actions Security Analysis with zizmor 🌈 / zizmor (push) Failing after 1s
Security / SAST scan (push) Failing after 13m52s
chore: import upstream snapshot with attribution
2026-07-13 12:05:33 +08:00

898 B

This file contains Copilot-specific additions. See AGENTS.md for the shared cross-tool governance layer.

Copilot-specific guidance

Test generation

  • Prefer unittest.TestCase for generated tests to match the existing test suite.
  • Mock external calls with unittest.mock.patch.

Pull request reminders

Before suggesting a pull request:

  • Confirm that pytest passes.
  • If changes were made anywhere under skills/last30days/, confirm the install copy has been refreshed with:

npx skills add . -g -y

Vendor exclusion zone

  • Never suggest changes to skills/last30days/scripts/lib/vendor/.
  • Treat skills/last30days/scripts/lib/vendor/ as a no-touch zone.

CI expectations

GitHub CI runs:

  • pytest
  • ruff

Generated changes should pass both before review is requested.

CLI examples

When suggesting CLI usage examples for safe local testing, default to:

--emit=compact --mock