Skip to content

Commit ccf0b6d

Browse files
committed
tweak formatting
1 parent 8bbe613 commit ccf0b6d

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

CONTRIBUTING.md

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -113,33 +113,35 @@ Before you begin, you'll need to install a few tools:
113113

114114
9. **Running in other directories**:
115115

116-
a. In order to run the CLI from other directories, you need to first publish the agents to the database.
116+
In order to run the CLI from other directories, you need to first publish the agents to the database.
117117

118-
First, create a publisher profile at http://localhost:3000/publishers. Make sure the `publisher_id` is `codebuff`.
118+
- First, create a publisher profile at http://localhost:3000/publishers. Make sure the `publisher_id` is `codebuff`.
119119

120-
Run:
120+
- Run:
121121

122-
```bash
123-
bun run start-bin publish base
124-
```
122+
```bash
123+
bun run start-bin publish base
124+
```
125125

126-
It will give you an error along the lines of `Invalid agent ID: [some agent ID]`, e.g. `Invalid agent ID: context-pruner`. You need to publish that agent at the same time, e.g.:
126+
- It will give you an error along the lines of `Invalid agent ID: [some agent ID]`, e.g. `Invalid agent ID: context-pruner`. You need to publish that agent at the same time, e.g.:
127127

128-
```bash
129-
bun run start-bin publish base context-pruner
130-
```
128+
```bash
129+
bun run start-bin publish base context-pruner
130+
```
131131

132-
Repeat this until there are no more errors. As of the time of writing, the command required is:
132+
- Repeat this until there are no more errors.
133133

134-
```bash
135-
bun start-bin publish base context-pruner file-explorer file-picker researcher thinker reviewer
136-
```
134+
- As of the time of writing, the command required is:
137135

138-
b. Now, you can start the CLI in any directory by running:
136+
```bash
137+
bun start-bin publish base context-pruner file-explorer file-picker researcher thinker reviewer
138+
```
139139

140-
```bash
141-
bun run start-bin --cwd [some/other/directory]
142-
```
140+
- Now, you can start the CLI in any directory by running:
141+
142+
```bash
143+
bun run start-bin --cwd [some/other/directory]
144+
```
143145

144146
## Understanding the Codebase
145147

0 commit comments

Comments
 (0)