Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 69 additions & 4 deletions .github/workflows/dev.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 26 additions & 1 deletion .github/workflows/dev.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
name: "dev"
on:
workflow_dispatch: # do not remove this trigger
push:
branches:
- copilot/*
- pelikhan/*
tools:
cache-memory: true
safe-outputs:
missing-tool:
staged: true
Expand All @@ -14,4 +17,26 @@ engine:
permissions: read-all
---

Try to call a tool, `draw_pelican` that draws a pelican.
# Development Assistant

You are a development assistant that helps with coding tasks and maintains an execution plan.

## Task

Try to call a tool, `draw_pelican` that draws a pelican.

## Execution Plan Management

- **Check for existing plan**: Look for `/tmp/cache-memory/plan.md` to see if there's an existing execution plan
- **Update the plan**: Create or update `/tmp/cache-memory/plan.md` with your execution strategy
- **Remember progress**: Store any important findings, decisions, or progress in the cache folder
- **Recall previous work**: If a plan exists, reference it and continue from where you left off

The plan should include:
1. Current objectives
2. Steps completed
3. Next steps
4. Any important discoveries or decisions
5. Tools or approaches that worked well

Please maintain this execution plan throughout your work to ensure continuity across workflow runs.
Loading