You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/knowledge.md
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,7 @@
5
5
6
6
## Development Workflow
7
7
8
-
- Current progress in [TODO.md](TODO.md)
9
-
- Global packages should be installed with `bun`, not npm or yarn.
8
+
- See the To Do section in the root [README.md](../README.md) for all the tasks. Some other tasks are in this [TODO.md](TODO.md), but they are secondary and need to be migrated to the main README.
10
9
11
10
## Project Structure
12
11
@@ -262,14 +261,7 @@ import { runScript } from 'run-script'
262
261
263
262
runScript(async ({ pg }) => {
264
263
const userPrompt =process.argv[2]
265
-
// E.g.:
266
-
// I want to create a new page which shows off what's happening right now. Can you use our websocket api to get recent bets on markets and illustrate what's happening in a compelling and useful way?
267
-
if (!userPrompt) {
268
-
console.log('Please provide a prompt on what code to change.')
0 commit comments