diff --git a/README.md b/README.md index dec3917..da57a32 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ You are welcome to still raise bugs in this repo. ### Directory structure +* [agentic](agentic): solutions for Agentic starter workflows * [ci](ci): solutions for Continuous Integration workflows * [deployments](deployments): solutions for Deployment workflows * [automation](automation): solutions for automating workflows @@ -51,6 +52,7 @@ For example: `ci/django.yml` and `ci/properties/django.properties.json`. * `categories`: the categories that it will be shown under. Choose at least one category from the list [here](#categories). Further, choose the categories from the list of languages available [here](https://github.com/github/linguist/blob/master/lib/linguist/languages.yml) and the list of tech stacks available [here](https://github.com/github-starter-workflows/repo-analysis-partner/blob/main/tech_stacks.yml). When a user views the available templates, those templates that match the language and tech stacks will feature more prominently. ### Categories +* Agentic * continuous-integration * deployment * testing diff --git a/script/validate-data/settings.json b/script/validate-data/settings.json index 23c4790..30da9b2 100644 --- a/script/validate-data/settings.json +++ b/script/validate-data/settings.json @@ -1,5 +1,6 @@ { "folders": [ + "../../agentic", "../../ci", "../../automation", "../../deployments", @@ -7,6 +8,10 @@ "../../pages" ], "allowed_categories": [ + { + "path": "../../agentic", + "categories": ["Agentic"] + }, { "path": "../../ci", "categories": ["Continuous integration"]