mirror of
https://github.com/flutter/agent-plugins.git
synced 2026-09-14 16:19:33 +08:00
f8408b8e76
* feat: migrate from dart_skills_lint to skills_lint package * Apply suggestion from @reidbaker * test: improve skill linting and validation test robustness * Update .github/workflows/skills_tool.yaml * style: format test/lint_skills_test.dart --------- Co-authored-by: Reid-Agent <269567208+reidbaker-agent@users.noreply.github.com>
36 lines
724 B
YAML
36 lines
724 B
YAML
name: skills
|
|
description: A command-line application for creating and validating Agent Skills.
|
|
version: 0.0.1
|
|
resolution: workspace
|
|
|
|
environment:
|
|
sdk: ^3.10.8
|
|
|
|
# Add regular dependencies here.
|
|
dependencies:
|
|
args: ^2.7.0
|
|
file: ^7.0.1
|
|
glob: ^2.1.3
|
|
google_cloud_ai_generativelanguage_v1beta: ^0.5.2
|
|
googleapis_auth: ^2.0.0
|
|
html: ^0.15.6
|
|
http: ^1.6.0
|
|
logging: ^1.3.0
|
|
meta: ^1.18.1
|
|
path: ^1.9.1
|
|
platform: ^3.1.6
|
|
retry: ^3.1.2
|
|
yaml: ^3.1.2
|
|
|
|
dev_dependencies:
|
|
build_verify: ^3.1.0
|
|
coverage: ^1.15.0
|
|
lints: ^6.0.0
|
|
skills_lint:
|
|
git:
|
|
url: https://github.com/google/skills_lint.dart.git
|
|
path: packages/skills_lint
|
|
ref: e6e695e1550f81342fe5acd4dbe65040b5aa44c3
|
|
test: ^1.25.6
|
|
|