feat: add /adopt discovery and native Agent Skills - #411
Draft
naraen-ram wants to merge 20 commits into
Draft
naraen-ram wants to merge 20 commits into
naraen-ram wants to merge 20 commits into
Conversation
Signed-off-by: Naraen Rammoorthi <naraen13@gmail.com>
Signed-off-by: Naraen Rammoorthi <naraen13@gmail.com>
Signed-off-by: Naraen Rammoorthi <naraen13@gmail.com>
Signed-off-by: Naraen Rammoorthi <naraen13@gmail.com>
Signed-off-by: Naraen Rammoorthi <naraen13@gmail.com>
Signed-off-by: Naraen Rammoorthi <naraen13@gmail.com>
Signed-off-by: Naraen Rammoorthi <naraen13@gmail.com>
Signed-off-by: Naraen Rammoorthi <naraen13@gmail.com>
Signed-off-by: Naraen Rammoorthi <naraen13@gmail.com>
Signed-off-by: Naraen Rammoorthi <naraen13@gmail.com>
Signed-off-by: Naraen Rammoorthi <naraen13@gmail.com>
Signed-off-by: Naraen Rammoorthi <naraen13@gmail.com>
Signed-off-by: Naraen Rammoorthi <naraen13@gmail.com>
Signed-off-by: Naraen Rammoorthi <naraen13@gmail.com>
Signed-off-by: Naraen Rammoorthi <naraen13@gmail.com>
Signed-off-by: Naraen Rammoorthi <naraen13@gmail.com>
Signed-off-by: Naraen Rammoorthi <naraen13@gmail.com>
Signed-off-by: Naraen Rammoorthi <naraen13@gmail.com>
Signed-off-by: Naraen Rammoorthi <naraen13@gmail.com>
Signed-off-by: Naraen Rammoorthi <naraen13@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Add the first complete
/adoptworkflow for discovering resources from existing OpenCode, DSH, Claude Code, and Pi installations without executing discovered code. This also adds immutable source acquisition and native installation for standards-compliant Agent Skills.Fixes
N/A
Approach
disable-model-invocationskills until manual-only activation is supported.Security impact:
How was this tested?
Passed:
pnpm buildpnpm --filter @axl/compiler test— 48 tests passedpnpm --filter @axl/protocol test— 57 tests passedpnpm --filter @axl/extension-skills test— 5 tests passedpnpm --filter @axl/runtime test— 15 tests passedpnpm --filter @axl/sdk test— 64 tests passedpnpm --filter @axl/web test— 45 tests passedpnpm --filter @axl/tui test— 209 tests passed in the focused package runnode --test packages/daemon/test/adoption-store.test.ts— 19 tests passednode --test --test-name-pattern='reload rebuilds|dispatches cancellable adoption' packages/daemon/test/daemon.test.ts— 2 focused tests passedpnpm typecheckpnpm lintpnpm check:boundariespnpm check:generatedpnpm audit --audit-level high— no known vulnerabilitiesAdditional review:
Aggregate-suite note:
pnpm testreached 1,029 tests but failed on two existing timing-sensitive checks: the TUI stale-shutdown test and the release-package test's fixed 30-second timeout.node --test --test-timeout=120000 scripts/build-release-package.test.tspassed independently in about 37 seconds.reuse lintwas not run becausereuseis not installed in this environment.pnpm format:checkremains blocked by pre-existing unrelated formatting changes inpackages/ai/tsconfig.jsonand.vscode/settings.json; all files changed by this branch pass Biome.Learning
Checklist
reuse lint, which is unavailable as noted above.REUSE.toml.Signed-off-bytrailer.AI assistance
azure-openai-responses/gpt-5.6-sol.