| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix(skills): cli-reference.md references non-existing cli command 'lightdash delete' (#21889) * Non-existing 'lightdash delete' CLI reference Updated CLI reference to remove the non-existent 'lightdash delete' command and provide alternative deletion methods via the UI and REST API. If you want to keep the Skill clean with CLI command only, remove the whole section. * fix: delete from cli-reference.md the reference to non-existing cli command 'lightdash delete' --------- Co-authored-by: Jose Rego <ZeRego@users.noreply.github.com> | 28 天前 | |
feat(ai-writeback): add dbt/SQL best-practice skill for the writeback agent (PROD-8719) (#25248) The dbt-writeback sandbox agent had no curated guidance on how to write good dbt SQL, so on repos whose existing models use non-idiomatic patterns it would imitate them — e.g. adding a metric via a correlated subquery instead of reusing existing fields or joining an aggregated CTE. Add a baked Claude Code skill, `skills/effective-dbt-sql/`, installed into the sandbox via the existing `lightdash install-skills` step. It is deliberately semantics-only (reuse over re-derivation, CTEs/joins over correlated subqueries, explicit joins and columns) and defers naming/formatting to the target repo, so it never fights a repo's existing conventions. Auto-discovery surfaces a skill's frontmatter but does not load its body, so `buildSystemPrompt` now names the skill (mirroring the existing warehouse-skill nudge) to trigger the load. Scoped to the dbt-writeback agent only; the general editRepo prompt is unchanged. Adds a repo-root skill-package validation test (also guards the existing developing-in-lightdash package). Claude-Session: https://claude.ai/code/session_01CgtQMJ5u1o8j4FUKhg3f7g Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> | 2 天前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 28 天前 | ||
| 2 天前 |