Skip to content

fix(agent): keep artifact links in deliverable cards - #274

Merged
iamjr15 merged 1 commit into
mainfrom
fix/artifact-closing-copy
Aug 13, 2026
Merged

fix(agent): keep artifact links in deliverable cards#274
iamjr15 merged 1 commit into
mainfrom
fix/artifact-closing-copy

Conversation

@iamjr15

@iamjr15 iamjr15 commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Why

Production spreadsheet QA exposed contradictory completion guidance: the agent was told both to provide a working link and to rely on the generated Deliverable card. That caused it to invent a Markdown link that rendered as [blocked] even though the workbook and its download action were valid.

What changed

  • make the generated Deliverable card the sole owner of preview, Files, and download actions
  • require the agent to name the completed file in one short closing line without inventing a Markdown link
  • align the routine XLSX skill with the same completion contract

This fixes the prompt contract at its source; there is no UI sanitizer or legacy fallback. No schema, migration, environment, or deployment-topology change is involved.

Verification

  • pnpm lint
  • pnpm typecheck
  • pnpm turbo build --force
  • pnpm deadcode (passes with the existing Knip configuration hint)
  • pnpm architecture:check
  • pnpm turbo skills:build
  • production acceptance QA will be repeated after merge and deployment with a normal-user spreadsheet request

@iamjr15
iamjr15 merged commit 9209ade into main Aug 13, 2026
4 checks passed
@iamjr15
iamjr15 deleted the fix/artifact-closing-copy branch August 13, 2026 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant