mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-11 19:47:12 +03:00
Add ruff linter/formatter with pre-commit hooks, pytest-cov with 60% coverage threshold, CODEOWNERS, Dependabot for pip/GHA updates, and .env.example. Auto-fix existing ruff violations across eval_runner/ and scripts/. 10 agent-readiness criteria resolved: lint_config, formatter, pre_commit_hooks, naming_consistency, dead_code_detection, test_coverage_thresholds, test_performance_tracking, codeowners, dependency_update_automation, env_template. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
10 lines
285 B
Bash
10 lines
285 B
Bash
# Environment variables for the agent-skills repository
|
|
# Copy this file to .env and fill in the values
|
|
|
|
# GitHub token for authenticated API access (optional, for git operations)
|
|
# GITHUB_TOKEN=
|
|
|
|
# Evaluation model configuration (used by skill-eval CI)
|
|
# EVAL_BASE_URL=
|
|
# EVAL_MODEL=
|