Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .agents/agents/reidbaker-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

The skills located in `skills/` within this agent directory are locally maintained custom skills.

For external agent skills used during development of `dart_skills_lint`, see [`tool/dart_skills_lint/.agents/skills/README.md`](../../../tool/dart_skills_lint/.agents/skills/README.md).
For external agent skills used during development of `skills_lint`, see the [`google/skills_lint.dart`](https://github.com/google/skills_lint.dart) repository.

168 changes: 0 additions & 168 deletions .github/workflows/dart_skills_lint_release.yaml

This file was deleted.

116 changes: 0 additions & 116 deletions .github/workflows/dart_skills_lint_workflow.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/skills_tool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ on:
pull_request:
paths:
- '.github/workflows/skills_tool.yaml'
- 'pubspec.yaml'
- 'resources/**'
- 'skills/**'
- 'tool/generator/**'
push:
branches: [ main ]
paths:
- '.github/workflows/skills_tool.yaml'
- 'pubspec.yaml'
- 'resources/**'
- 'skills/**'
- 'tool/generator/**'
schedule:
- cron: '0 0 * * 0' # weekly
Expand Down
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ environment:

workspace:
- tool/generator
- tool/dart_skills_lint
20 changes: 0 additions & 20 deletions tool/dart_skills_lint/.agent.md

This file was deleted.

17 changes: 0 additions & 17 deletions tool/dart_skills_lint/.agents/skills/.gitignore

This file was deleted.

Loading
Loading