Skip to content
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 13 additions & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Do not use base docker compose commands to do any kind of stack operations.
# Instructions on restarting and rebuilding the stack:
# Use the following tool preferentially and prefer --local mode:
scripts/stack_control.sh

# Other scripts are also available to you under:
scripts/local/*

# Credentials are available in
docker/.stack.env.local

# Python venv is located in
~/workspaces/venvs/ii-agent
Loading