mvanhorn--last30days-skill
2860fb5d18
Security / Dependency review (push) Has been skipped
Scorecard / Scorecard analysis (push) Failing after 0s
Security / Dependency audit (push) Failing after 1s
Security / Secret scan (push) Failing after 1s
Validate / eval (push) Failing after 0s
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
13 行
558 B
Plaintext
13 行
558 B
Plaintext
# Mirror of skills/last30days/scripts/, populated by scripts/sync-engine.sh.
|
|
# Source of truth lives in the Python skill; never commit the mirror.
|
|
# Lives inside internal/engine/ because //go:embed cannot reach outside
|
|
# its own package directory.
|
|
internal/engine/vendored/*
|
|
!internal/engine/vendored/.gitkeep
|
|
|
|
# Local build output: cross-compiled binaries and packaged .mcpb files.
|
|
build/
|
|
# Anchor to the mcp/ root so the cmd/last30days-pp-mcp/ package directory
|
|
# is not also excluded (subdirs with the same name would otherwise match).
|
|
/last30days-pp-mcp
|