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
aitools: derive experimental state from manifest repo_dir
Drop the parallel `experimental_skills` map and the per-skill `experimental`
bool from the wire format. The manifest now exposes a single `skills` map
where each entry carries `repo_dir` ("skills" or "experimental"), and the
cli derives experimental state from it via SkillMeta.IsExperimental.
Renames flattenManifest → normalizeManifest; the rest of the installer is
unchanged. Acceptance fixtures and unit tests updated to the new shape.
Co-authored-by: Isaac
Installing Databricks AI skills for Claude Code...
5
+
Using skills version test-ref
5
6
Warn: --experimental was set but the manifest at test-ref exposes no experimental skills. Set DATABRICKS_SKILLS_REF to a release that includes them (or =main for the latest).
log.Warnf(ctx, "--experimental was set but the manifest at %s exposes no experimental skills. Set DATABRICKS_SKILLS_REF to a release that includes them (or =main for the latest).", ref)
0 commit comments