John Ryan
85b5080161
Merge pull request #122 from jwren/32-valid-input
...
Migrate YAML input asset validation to validate-skill command
2026-05-07 10:18:56 -07:00
Jaime Wren
e17efb5eb1
Migrate YAML input asset validation to validate-skill command
...
- Resolves https://github.com/flutter/skills/issues/32
- Move structural, prefix, and protocol checks from `yaml_assets_test.dart` to `ValidateSkillCommand.run()`.
- Allow configuration validation to run upfront without requiring a Gemini API key.
- Delete legacy `test/yaml_assets_test.dart`.
- Add comprehensive edge case coverage in `test/commands/validate_skills_input_test.dart`.
2026-05-06 11:51:06 -07:00
John Ryan
cdcb2796c3
Merge pull request #117 from flutter/update-skill-table
...
Update skill table in README
2026-05-04 15:01:49 -07:00
John Ryan
5ae9599f46
Merge remote-tracking branch 'origin/update-skill-table' into update-skill-table
2026-05-04 14:54:28 -07:00
John Ryan
7fbc719ece
Run dart format
2026-05-04 14:54:20 -07:00
John Ryan
04fc7d1fda
Update tool/generator/lib/src/commands/update_readme_command.dart
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-05-04 14:50:39 -07:00
John Ryan
acda860129
Update tool to support example prompts
2026-05-04 14:31:58 -07:00
Jaime Wren
645dc13f83
[generator] Bug Fix: Restrict markdown table parser to child rows and expand edge-case test coverage
2026-05-04 13:48:35 -07:00
John "codefu" McDole
d03dba1345
feat: pubworkspace this repository ( #103 )
...
One place to run "flutter pub get".
Brings up the lower end dart to ^3.10.8, upgrades lints and packages.
Removes lock files.
Fixes formatting for new lower bounds.
2026-05-01 11:26:10 -07:00
John Ryan
35be245b4c
Fix README links
2026-04-22 12:11:34 -07:00
John Ryan
9e869ef35a
Merge branch 'main' into update-update-readme
2026-04-14 15:04:12 -07:00
John Ryan
a20ff4bfe4
run formatter
2026-04-14 15:04:04 -07:00
Reid Baker
483fee361e
formatting
2026-04-09 20:02:57 -04:00
Reid Baker
e2102117e1
Added custom rules, documenation and examples
2026-04-09 19:57:13 -04:00
Reid Baker
6980100eef
Improve documentation and intial test
2026-04-09 18:26:29 -04:00
Reid Baker
8396c325e1
give a public api to dart test code and Update readme with expanded set of metadata tags
2026-04-09 18:11:10 -04:00
John Ryan
631e71bb4f
Add the ability to run update-readme command on a different project
2026-04-09 09:30:19 -07:00
Jaime Wren
64e4e71eab
Nit tool/generator/README.md changes
...
- add --dry-run option
- update resource path references in README
2026-04-01 23:36:36 -07:00
Jaime Wren
b3b2ca1bc4
Move the generator tool to tool/generator and update docs
2026-03-31 14:39:41 -07:00