Commit 9f4807a
committed
feat(targets): add supportsConversion for commands/agents as skills
Enable skill projection for features that have no native support:
- goose: commands + agents → skills (both are 'none', skills native)
- antigravity: agents → skills (agents 'none', skills native)
- continue: agents → skills (agents 'none', skills native/embedded)
- kiro: commands → skills (commands 'none', skills native)
Add generateCommands/generateAgents functions using shared projected
skill serializers. Wire commandPath/agentPath to return projected skill
paths so the reference rewriter maps canonical agents/commands to the
correct target-native locations. Enhance importEmbeddedSkills to
recognize projected agent/command skill markers and route them back
to canonical agents/commands on import (round-trip).
Register defaults in conversions.ts so projection is on by default.
Update contracts, matrix, e2e assertions, and add-agent-target skill
to document conversion eligibility checks for all new targets.1 parent 6f3dd2f commit 9f4807a
173 files changed
Lines changed: 27154 additions & 121 deletions
File tree
- .agentsmesh
- .agents/skills
- senior-developer-configuration-and-credentials
- senior-developer-professional-communication
- senior-developer-tool-and-command-execution
- .claude/skills
- senior-developer-configuration-and-credentials
- senior-developer-professional-communication
- senior-developer-tool-and-command-execution
- .cline/skills
- senior-developer-configuration-and-credentials
- senior-developer-professional-communication
- senior-developer-tool-and-command-execution
- .continue/skills
- senior-developer-configuration-and-credentials
- senior-developer-professional-communication
- senior-developer-tool-and-command-execution
- .cursor/skills
- senior-developer-configuration-and-credentials
- senior-developer-professional-communication
- senior-developer-tool-and-command-execution
- .gemini/skills
- senior-developer-configuration-and-credentials
- senior-developer-professional-communication
- senior-developer-tool-and-command-execution
- .github/skills
- senior-developer-configuration-and-credentials
- senior-developer-professional-communication
- senior-developer-tool-and-command-execution
- .junie
- mcp
- skills
- senior-developer-configuration-and-credentials
- senior-developer-professional-communication
- senior-developer-tool-and-command-execution
- .kilo/skills
- senior-developer-configuration-and-credentials
- senior-developer-professional-communication
- senior-developer-tool-and-command-execution
- .kiro/skills
- senior-developer-configuration-and-credentials
- senior-developer-professional-communication
- senior-developer-tool-and-command-execution
- .opencode
- agents
- commands
- rules
- skills
- add-agent-target
- references
- add-global-mode-target
- references
- changelog-generator
- code-reviewer
- references
- scripts
- docs-and-examples
- homebrew-packaging
- library-testing
- package-release-engineering
- post-feature-qa
- references
- prepare-release
- quality-gates
- release-manager
- assets
- expected_outputs
- references
- security-best-practices
- agents
- references
- security-ownership-map
- agents
- references
- scripts
- senior-developer-autonomous-execution
- senior-developer-avoid-any
- senior-developer-configuration-and-credentials
- senior-developer-no-unsolicited-summaries
- senior-developer-post-test-cleanup
- senior-developer-professional-communication
- senior-developer-quality-completion-standards
- senior-developer-quick-reference
- senior-developer-research-first-protocol
- senior-developer-run-tests-after-features
- senior-developer-scripts-and-automation-growth
- senior-developer-search-and-paths
- senior-developer-source-of-truth
- senior-developer-tool-and-command-execution
- senior-manual-qa
- ts-library-architecture
- ts-library
- patterns
- references
- setup
- workflows
- typescript-pro
- references
- typescript-quality-gates
- .roo/skills
- senior-developer-configuration-and-credentials
- senior-developer-professional-communication
- senior-developer-tool-and-command-execution
- .windsurf/skills
- senior-developer-configuration-and-credentials
- senior-developer-professional-communication
- senior-developer-tool-and-command-execution
- src/targets
- antigravity
- catalog
- continue
- goose
- import
- kiro
- tests
- contract/contracts
- e2e
- helpers
- unit
- core
- targets
- antigravity
- continue
- kiro
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments