Refine harbor exec file inference and help text#2164
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Enjoy a better diff viewing experience by clicking one of these URLs: |
kobe0938
left a comment
There was a problem hiding this comment.
can we also add /exec/ in gitignore?
kobe0938
left a comment
There was a problem hiding this comment.
-
is it a good idea to remove the
/appprefix in those example yaml filesmap.yaml&map-reduce.yamljust to simplify the experience?
"Read app/topic.md and write a concise answer to app/answer.md." ->
"Read topic.md and write a concise answer to answer.md." -
also, is it good to put the CLI equivalent to
map.yaml&map-reduce.yamlas comments to make it clearer for potential users.
like
# uv run harbor exec -p examples/exec/inputs/topic.md -i "Read topic.md and write a concise answer to answer.md." -o exec -e modal -a claude-code -m anthropic/claude-sonnet-4-5
|
follow-up pr of #2150 |
Summary
harbor execfile-path inference to reduce false positives while still capturing common path and dotfile patterns.exechelp text around experimental status and verification controls.--rpreduce prompt shorthand and clean up the example exec config.Testing