-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathloop.config.example.yml
More file actions
27 lines (23 loc) · 1003 Bytes
/
Copy pathloop.config.example.yml
File metadata and controls
27 lines (23 loc) · 1003 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copy to loop.local.yml and customize locally.
# Do not commit loop.local.yml.
#
# Optional: set LOOP_HOME in the environment to use ~/.loop-engine/registry/workspaces.json
# instead of tool-local .loop-workspaces.json (global registry under ~/.loop-engineer).
loop_engine: .
product_workspace: ../product
commands:
plan: commands/plan-loop.md
product_develop: commands/product-develop.md
loop_engine: commands/loop-engine.md
compact_loop: commands/compact-loop.md
upgrade_loop_engineer: commands/upgrade-loop-engineer.md
skills: skills
templates: templates
scripts: scripts
# App auto-update at session-start (silent, throttled to once/hour, failure-safe).
# pull - fast-forward the app when its checkout is clean (default)
# check - only notice available updates in plan/SESSION_MANIFEST.md
# off - never touch the app
# The runtime reads this from the LOOP_AUTO_UPDATE env var, else
# ~/.loop-engineer/data/auto_update.txt (one word), else defaults to pull.
auto_update: pull