mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-04-26 01:55:49 +03:00
[GH-ISSUE #124] [BUG]: No deliverables folder being created after workflow execution #42
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shannon-KeygraphHQ#42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tscodeler on GitHub (Feb 12, 2026).
Original GitHub issue: https://github.com/KeygraphHQ/shannon/issues/124
Describe the bug
I'm running Shannon by following the README instructions. After a workflow execution, I couldn't find the deliverables folder.
Command executed:
./shannon start URL=https://www.myapp REPO=/repos/my-appCommand log output in terminal:
Folder after execution:
Audit logs result:
Temporal dashboard:

Expected behaviour
Deliverables folder is generated in host or container.
Actual behaviour
No deliverables folder is generated
Pre-submission checklist (required)
shannon.If applicable
Debugging details
No response
Screenshots
Authentication method used
ANTHROPIC_API_KEY
Full ./shannon command with all flags used (with redactions)
./shannon start URL=https://www.myapp REPO=/repos/my-appNo response
Are you using any experimental models or providers other than default Anthropic models?
No
If Yes, which one (model/provider)?
No response
OS (with version)
15.5
Docker version ('docker -v')
24.0.6
Additional context
No response
@ezl-keygraph commented on GitHub (Feb 12, 2026):
Thanks for reporting @tscodeler
Currently deliverables folder is being created inside the target repo which will be
./repos/target-repo/deliverables.In the future updates it will be included in the
./audit-logs/target_url_shannon-1770844390609folder along with the other files related to the run@tscodeler commented on GitHub (Feb 12, 2026):
@ezl-keygraph still can't find the deliverables under the target-repo folder
@ezl-keygraph commented on GitHub (Feb 12, 2026):
@tscodeler Could you share the terminal output by running the below cmd from shannon folder?
@tscodeler commented on GitHub (Feb 13, 2026):
@ezl-keygraph command output:
no matches found: ./repos/*/deliverables@ezl-keygraph commented on GitHub (Feb 13, 2026):
@tscodeler I think you have set the repo as
REPO=/repos/my-app.In the latest version you should place the target repo inside
./reposand only pass the repo name in theREPO=flag.For eg: if the repo name is test then the flag should be
REPO=test@tscodeler commented on GitHub (Feb 13, 2026):
@ezl-keygraph you mean this:
Is the folder called "repos" or ".repos"?
@ezl-keygraph commented on GitHub (Feb 13, 2026):
@tscodeler I have added some steps that will be helpful
Notes
./repos/(e.g.,./repos/my-app).@tscodeler commented on GitHub (Feb 13, 2026):
thank you @ezl-keygraph
@ezl-keygraph commented on GitHub (Feb 13, 2026):
@tscodeler
Hope so you're able to find the deliverables
@tscodeler commented on GitHub (Feb 13, 2026):
@ezl-keygraph no, the execution was not started.
@tscodeler commented on GitHub (Feb 18, 2026):
@ezl-keygraph any recommendation on that?
@ezl-keygraph commented on GitHub (Feb 18, 2026):
@tscodeler
Many things have changed in the shannon since last week. I would suggest you to pull the latest code and follow the steps from the latest
README.mdIf you are still facing problems with running shannon, please provide the new logs from temporal andworkflow.logwhich will help us to reproduce the error. You can also join our discord and ping me there. I can help you with running shannon. Thanks!@tscodeler commented on GitHub (Feb 19, 2026):
@ezl-keygraph The latest code is working well now, and the deliverables folder has been generated.