mirror of
https://github.com/flutter/agent-plugins.git
synced 2026-09-14 16:19:33 +08:00
df9bebe7ec
- Update tool/generator/pubspec.yaml to depend on published skills_lint: ^0.5.1 - Remove custom LastModifiedRule and its enforcement from lint_skills_test.dart - Verify all 100 tests and static analysis pass cleanly
32 lines
579 B
YAML
32 lines
579 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: ^0.5.1
|
|
test: ^1.25.6
|
|
|