Skip to content

docs: tell agents the schema endpoint describes inputs too - #149

Merged
a-essawy merged 1 commit into
mainfrom
docs/prompt-inputs-descriptor
Sep 1, 2026
Merged

docs: tell agents the schema endpoint describes inputs too#149
a-essawy merged 1 commit into
mainfrom
docs/prompt-inputs-descriptor

Conversation

@a-essawy

@a-essawy a-essawy commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Mirrors rendobar/rendobar#651, which adds an inputs descriptor to
GET /jobs/types/{type}/schema.

The CLI embeds the integration prompt rather than fetching it, so it drifts
silently unless edited on the same day as the canonical copy in
packages/shared/src/constants/integration-prompt.ts.

The endpoint was described as "per-type parameters". That was true and is now
incomplete: the same endpoint describes the media a job reads, so an agent
following this prompt would keep hardcoding media inputs it could have
discovered.

Docs copy also updated in rendobar/docs.

Checks

  • 230 tests, typecheck clean

Mirrors the canonical prompt in packages/shared/src/constants/integration-prompt.ts.
The CLI embeds the body rather than fetching it, so it drifts silently unless
edited the same day.

The endpoint was described as "per-type parameters", which was true and is now
incomplete: it also describes the media a job reads, so an agent following the
prompt would keep hardcoding inputs it could have discovered.
@a-essawy
a-essawy merged commit f1e0bb3 into main Sep 1, 2026
2 checks passed
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