Skip to content

Board Onboarding Prompts Out of Sync with API Contracts #264

@akbindal

Description

@akbindal

The prompting used during board onboarding is currently broken because the agent prompts reference outdated API endpoint contracts. As the backend APIs evolved, the prompts were not updated accordingly, causing agents to generate invalid or incompatible API calls.

Relevant code:

f"POST {base_url}/api/v1/agent/boards/{board.id}/onboarding\n"

Action Required:

  • Update onboarding prompts to reflect the current API structure.
  • Ensure prompts remain aligned with backend API or any other architectural changes to avoid future drift via agent evals for key-workflows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions