Removed top bar, and updating sidebar
This commit is contained in:
@@ -5,3 +5,15 @@ event_loop:
|
||||
prompt_file: "PROMPT.md"
|
||||
completion_promise: "LOOP_COMPLETE"
|
||||
max_iterations: 50
|
||||
|
||||
backpressure:
|
||||
gates:
|
||||
- name: "lint"
|
||||
command: "npm run lint"
|
||||
on_fail: "retry"
|
||||
- name: "typecheck"
|
||||
command: "npm run typecheck"
|
||||
on_fail: "retry"
|
||||
- name: "build"
|
||||
command: "npm run build"
|
||||
on_fail: "retry"
|
||||
|
||||
Reference in New Issue
Block a user