Skip to content
Merged
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ always bump at least minor; breaking schema changes bump major.
- Detect Okta via the `@okta/okta-auth-js`, `@okta/okta-react`,
`@okta/okta-angular`, `@okta/okta-vue`, `@okta/jwt-verifier`, and
`@okta/okta-sdk-nodejs` imports, mapped to `auth/okta` (#2).
- Add `infra/gitlab-ci` to the closed skill taxonomy (#24).

### Fixed
- Improve manifest dependency detection by comparing parent and child
Expand Down
3 changes: 2 additions & 1 deletion taxonomy.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$comment": "Closed public vocabulary of skill slugs. This file is the ONLY source of valid values for detected_skills[].slug in the bundle: a slug not listed here makes the bundle invalid. Detection maps signatures/*.json matches to these slugs — deterministically, locally, with zero network calls. Adding a slug requires a PR to this file (and a signature definition); slugs are never hardcoded in the CLI. Placeholder set, to be expanded.",
"version": "1.14.0",
"version": "1.15.0",
"skills": [
{ "slug": "auth/supabase-auth", "label": "Supabase Auth" },
{ "slug": "auth/nextauth", "label": "NextAuth / Auth.js" },
Expand Down Expand Up @@ -103,6 +103,7 @@
{ "slug": "infra/terraform", "label": "Terraform" },
{ "slug": "infra/github-actions", "label": "GitHub Actions" },
{ "slug": "infra/circleci", "label": "CircleCI" },
{ "slug": "infra/gitlab-ci", "label": "GitLab CI" },
{ "slug": "infra/aws-sdk", "label": "AWS SDK" },
{ "slug": "infra/pulumi", "label": "Pulumi" },
{ "slug": "infra/ansible", "label": "Ansible" },
Expand Down