-
Notifications
You must be signed in to change notification settings - Fork 87
docs: add agnix to skills table, align skill count 40 -> 41 #330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -109,7 +109,8 @@ const STATIC_SKILLS = [ | |||||
| { plugin: 'audit-project', name: 'audit-project' }, | ||||||
| { plugin: 'glidemq', name: 'glide-mq' }, | ||||||
| { plugin: 'glidemq', name: 'glide-mq-migrate-bullmq' }, | ||||||
| { plugin: 'glidemq', name: 'glide-mq-migrate-bee' } | ||||||
| { plugin: 'glidemq', name: 'glide-mq-migrate-bee' }, | ||||||
| { plugin: 'agnix', name: 'agnix' } | ||||||
| ]; | ||||||
|
|
||||||
| // Purpose mapping for architecture table | ||||||
|
|
@@ -192,7 +193,7 @@ function generateCommandsTable(commands) { | |||||
| 'next-task': 'Task workflow: discovery, implementation, PR, merge', | ||||||
| 'prepare-delivery': 'Pre-ship quality gates: deslop, review, validation, docs sync', | ||||||
| 'gate-and-ship': 'Quality gates then ship (/prepare-delivery + /ship)', | ||||||
| 'agnix': 'Lint agent configurations (385 rules)', | ||||||
| 'agnix': 'Lint agent configurations (399 rules)', | ||||||
|
||||||
| 'agnix': 'Lint agent configurations (399 rules)', | |
| 'agnix': 'Lint agent configurations (385 rules)', |
Uh oh!
There was an error while loading. Please reload this page.