You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
filament-ide's plugin-discovery GATED track consumes the @agent-ix/ts-plugin-kit discovery API (searchPlugins / createPluginSearch / createTtlCache / sourceToInstallInput) + npm source resolution. filament pins @agent-ix/ts-plugin-kit@0.1.3 today, which has none of that. This is Plan-001Task-008 — the hand-off gate that unblocks filament discovery.
Bump@agent-ix/ts-plugin-kit a minor (additive public surface), make build, and verify dist/ exports the discovery symbols (searchPlugins, createPluginSearch, createTtlCache, sourceToInstallInput, the discovery types) and npm resolution (NpmFetcher, defaultNpmFetcher).
pnpm publish --dry-run, then publish to npm.
Record the published version and post it on the filament GATED issue for the dep bump (Task-006).
Acceptance criteria
@agent-ix/ts-plugin-kit@<new-minor> is published and the new symbols are importable from a clean install.
Version recorded for the downstream filament bump.
Context
filament-ide's plugin-discovery GATED track consumes the
@agent-ix/ts-plugin-kitdiscovery API (searchPlugins/createPluginSearch/createTtlCache/sourceToInstallInput) + npm source resolution. filament pins@agent-ix/ts-plugin-kit@0.1.3today, which has none of that. This isPlan-001Task-008 — the hand-off gate that unblocks filament discovery.Tasks (in order)
spec.md/NFR-003edits and renumber the overlapping TC IDs (both branches used TC-022…; npm uses TC-022…026, discovery TC-022…054 → shift one block, e.g. discovery → TC-055+). Both PR bodies note this.@agent-ix/ts-plugin-kita minor (additive public surface),make build, and verifydist/exports the discovery symbols (searchPlugins,createPluginSearch,createTtlCache,sourceToInstallInput, the discovery types) and npm resolution (NpmFetcher,defaultNpmFetcher).pnpm publish --dry-run, then publish to npm.Acceptance criteria
@agent-ix/ts-plugin-kit@<new-minor>is published and the new symbols are importable from a clean install.References
plan/Plan-001-plugin-discovery/tasks/Task-008-publish-handoff.md