Commit 7bd1b10
authored
chore(skills): remove builtin aionui skills (#513)
## Summary
- Remove the auto-injected builtin `aionui-skills` marketplace skill
from the embedded builtin skill corpus.
- Assert `/api/skills/builtin-auto` no longer returns `aionui-skills`.
- Lower embedded auto-inject count expectations from 4 to 3 while
leaving AionUi Butler skills unchanged.
## Test Plan
- `cargo fmt --all -- --check`
- `cargo test -p aionui-app --test skills_builtin_e2e`
- `cargo test -p aionui-extension
skill_service::tests::embedded_lists_auto_inject_from_corpus -- --exact`
- `cargo clippy -p aionui-app -p aionui-extension -- -D warnings`
- `cargo test --workspace`
Note: `just push` was started after the commit, but was interrupted at
user request because the full workspace test had already completed
successfully.
Co-authored-by: zk <>1 parent 464f453 commit 7bd1b10
3 files changed
Lines changed: 7 additions & 55 deletions
File tree
- crates
- aionui-app
- assets/builtin-skills/auto-inject/aionui-skills
- tests
- aionui-extension/src
Lines changed: 0 additions & 53 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
124 | 129 | | |
125 | 130 | | |
126 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2154 | 2154 | | |
2155 | 2155 | | |
2156 | 2156 | | |
2157 | | - | |
| 2157 | + | |
2158 | 2158 | | |
2159 | 2159 | | |
2160 | 2160 | | |
| |||
0 commit comments