Guide for upgrading Lindy SDK and migrating between versions. Use when upgrading SDK versions, migrating agents, or handling breaking changes. Trigger with phrases like "upgrade lindy", "lindy migration", "lindy breaking changes", "update lindy SDK".
Plan and verify changes to Lindy workflows through the documented workspace UI. Use Lindy's Version History as the in-place restoration mechanism, the Test Panel for controlled execution, and the Tasks view for run evidence. Do not invent a Lindy SDK, API key, package upgrade, CLI, export endpoint, or control plane.
Use Read to inspect the approved change record and evidence. Use Write or Edit to maintain the migration record without copying secrets or customer data.
Record whether this is an in-place configuration change, restoration, template- based recreation, or workspace move. List the exact workflows, integrations, callers, secrets, data stores, approvers, and external side effects in scope.
Treat anything not documented by Lindy or directly observed in the target
workspace as NOT VERIFIED. Templates are starting workflows that must be
configured, customized, and tested; do not assume they preserve credentials,
triggers, knowledge, memories, phone or mail resources, permissions, approval
rules, webhook URLs, or other workspace-bound state.
Do not copy OAuth tokens, webhook secrets, full payloads, or customer content into the record.
For an in-place change, edit the workflow but keep it inactive or otherwise isolated until testing and approval are complete. For a workspace move, use a documented template installation or recreate the workflow in the target workspace, then verify every target-bound dependency individually.
If the target uses a webhook trigger, inspect its generated URL and secret. The
calling application may send that secret only to an HTTPS URL whose hostname is
exactly public.lindy.ai and whose path is the expected generated webhook path.
If the target URL or secret differs from the source, plan an atomic caller update;
do not infer whether copying or installing a template preserves either value.
Reconnect integrations through the target workspace UI. Preserve human-in-the- loop approval by confirming the approval step, reviewer identity or role, timeout behavior, and rejection path in the candidate—not merely by copying visible text.
Use the Test Panel with synthetic data and sandboxed destinations. Test every trigger and material condition branch, including malformed input, denied approval, expired or missing authorization, external-action failure, duplicate delivery, and recovery after a worker or downstream interruption.
The Test Panel performs real execution. Confirm each result in the panel and the Tasks view, and reconcile expected side effects at the destination. A green step without the expected destination state is not sufficient evidence.
Present the evidence bundle and unresolved risks to the named approver. After approval, use an owner-defined cutover method that prevents duplicate side effects. Do not run old and new workflows in parallel against production inputs unless the design proves idempotency and explicitly permits duplicate delivery.
Route a controlled canary where possible, observe Tasks-view results and downstream state, then move remaining traffic. Keep the rollback target intact until the acceptance owner signs off; do not delete it on a fixed timer.
For an in-place change, select the known-good entry in Version History, restore it, review the loaded configuration, and save it. Lindy documents that saving a restored configuration creates a new version rather than deleting later history.
For a workspace or endpoint cutover, restore the previously approved routing and workflow state using the recorded change procedure. Revalidate authentication and confirm a clean synthetic task. Rollback is complete only when the Tasks view and destination evidence match the pre-change baseline.
Record the final workflow version, task identifiers, approvals, observed outcomes, cutover or rollback timestamps, remaining risks, and follow-up owners. Redact secrets and minimize personal or customer data.
Produce a migration evidence bundle containing:
VERIFIED, FAILED, NOT VERIFIED, or N/A status;MIGRATED, ROLLED BACK, or BLOCKED, with open risks.# Change LND-42
- Boundary: prompt and one condition branch; no new integrations
- Rollback anchor: Version History entry "pre-LND-42"
- Clean tests: happy, denied approval, malformed input, destination failure
- Task receipts: task-a, task-b, task-c, task-d
- Human approval: VERIFIED -- reviewer role and rejection branch exercised
- Destination effects: VERIFIED against sandbox records
- Decision: MIGRATED
If a template installs but the target integration identity or approval path cannot
be verified, record that dependency as NOT VERIFIED and choose BLOCKED. Template
installation alone is not migration evidence.
| Failure | Required response |
|---|---|
| No known-good Version History entry | Save and test a baseline before changing the workflow |
| Candidate test touches production data | Stop, contain the side effect, and replace it with clean test data |
| Target dependency behavior is undocumented | Verify directly or mark NOT VERIFIED; do not infer transfer behavior |
| Approval step or rejection path differs | Block cutover until the control is restored and tested |
| Webhook destination is not exact approved Lindy HTTPS host/path | Do not attach the trigger secret |
| Tasks evidence and destination state disagree | Treat acceptance as failed and investigate or roll back |
| Restore loads but is not saved and retested | Rollback remains incomplete |
下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer