Skip to content

Commit d9e9407

Browse files
committed
Update doc
1 parent d0881b7 commit d9e9407

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

docs/knowledge.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
66
## Development Workflow
77

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.
109

1110
## Project Structure
1211

@@ -262,14 +261,7 @@ import { runScript } from 'run-script'
262261

263262
runScript(async ({ pg }) => {
264263
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.')
269-
return
270-
}
271-
272-
await manicode(pg, userPrompt)
264+
await pg.none(...)
273265
})
274266
```
275267

0 commit comments

Comments
 (0)