We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83bd088 commit 55e3a61Copy full SHA for 55e3a61
1 file changed
README.md
@@ -297,6 +297,13 @@ cpx stolt/lean-package-validator validate
297
298
For utilising a dedicated GitHub Action have a look at the documentation over [here](https://github.com/raphaelstolt/lean-package-validator-action).
299
300
+### Included AI skills
301
+
302
+This project includes three AI skills focused on managing the `.gitattributes` file for a package:
303
+- validating: check whether the current `.gitattributes` content matches the expected export-ignore rules.
304
+- creating: generate a `.gitattributes` file when it is missing.
305
+- updating: reconcile an existing `.gitattributes` file with expected export-ignore rules.
306
307
### Running tests
308
309
``` bash
0 commit comments