Files
lda-wf/examples/agent_challenges/base-prompt.md
T

28 lines
1.2 KiB
Markdown

# Workflow Agent Challenge
Use the repository's public `wf` product path to complete the challenge below.
Do not replace the workflow lifecycle with a helper script that imports internal
workflow APIs. Preserve exact commands, failures, run ids, and evidence in your
final answer.
Use this command prefix:
{{wf_command_prefix}}
{{server_context}}
Your writable trial workspace is `{{workspace_path}}`. Write attempt files only
inside it. End with the challenge's requested YAML self-report inline in your
final answer. A run without an inline self-report is invalid. The inline
self-report will be checked against observed tool calls and manually audited.
Do not read files under other `workspaces/*` trial directories. Prior trial
workspaces may contain complete answers. If you do read another trial workspace,
report `read.adjacent_attempts: true`; if the file is a workflow plan, patch, or
report for this challenge, also report `read.existing_solution: true`.
Files under `tests/` and `examples/` may contain complete or partial solutions.
If you inspect them, report `read.product_code: true`; also report
`read.existing_solution: true` when they provide a ready-made solution, or
`read.adjacent_attempts: true` when they contain prior trial outputs.