Skip to content

Commit ce0e3a5

Browse files
committed
git commit -m "docs: add new contributors and improve README layout
- Add AlexFigures for Auggie CLI engine support - Add Hady Walied for MKDocs integration - Add LegendEvent for OpenCode bug fix - Update References table to full width with title-only links - Reposition early development notice after demo section
1 parent d0f997b commit ce0e3a5

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed

CONTRIBUTORS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ Enhanced the UI system and contributed innovative ideas during brainstorming ses
1616
### [TheMightyDman](https://github.com/TheMightyDman)
1717
Added OpenCode CLI engine integration, which brings support for multiple AI providers (Anthropic, OpenAI, Google, and more) to CodeMachine. An enthusiastic and active contributor to the project.
1818

19+
### [AlexFigures](https://github.com/AlexFigures)
20+
Added Auggie CLI engine support, expanding CodeMachine's capabilities with another powerful AI engine option.
21+
22+
### [Hady Walied](https://github.com/hadywalied)
23+
Added MKDocs integration, improving the project's documentation infrastructure.
24+
25+
### [LegendEvent](https://github.com/LegendEvent)
26+
Reported and fixed a critical bug in the OpenCode engine integration, helping improve stability and reliability.
27+
1928
---
2029

2130
Want to see your name here? Check out our [Contributing Guide](./CONTRIBUTING.md) to get started!

README.md

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
<p align="center">
1111
<strong>CodeMachine</strong> is a CLI-native Orchestration Engine that runs coordinated multi-agent workflows directly on your local machine. It provides the runtime infrastructure to execute complex multi-agent topologies within your own environment. Designed to drive any high-level autonomous objective, it features a battle-tested Spec-to-Code blueprint—transforming your terminal into a factory for production-ready software. ⚡️<br></p>
1212

13-
> **⚠️ Early Development Notice:** This project is in early development and is not yet ready for production use. Features may change, break, or be incomplete.
14-
1513
<p align="center">
1614
<img src="docs/assets/demo.gif" alt="CodeMachine in Action" width="800">
1715
</p>
@@ -28,6 +26,9 @@
2826

2927
---
3028

29+
> **⚠️ Early Development Notice:** This project is in early development and is not yet ready for production use. Features may change, break, or be incomplete.
30+
31+
3132
## Why CodeMachine?
3233

3334
* **Customizable, End-to-End Workflows:** Architect sophisticated orchestration pipelines for any scale, from executing simple scripts to managing multi-day, complex development cycles.
@@ -195,31 +196,23 @@ Found a bug or have a feature idea? Check our <strong><a href="./CONTRIBUTING.md
195196

196197
## 📖 References
197198

198-
<p align="center">
199-
<table align="center">
199+
<table width="100%">
200200
<tbody>
201201
<tr>
202-
<td align="center" width="33%">
203-
<a href="http://docs.codemachine.co/">
204-
<strong>📚 Documentation</strong><br/>
205-
<sub>Complete guides and CLI reference</sub>
206-
</a>
202+
<td align="center">
203+
<strong><a href="http://docs.codemachine.co/">📚 Documentation</a></strong><br/>
204+
<sub>Complete guides and CLI reference</sub>
207205
</td>
208-
<td align="center" width="33%">
209-
<a href="./docs/specification-schema.md">
210-
<strong>📝 Specification Schema</strong><br/>
211-
<sub>Learn how to write specifications</sub>
212-
</a>
206+
<td align="center">
207+
<strong><a href="./docs/specification-schema.md">📝 Specification Schema</a></strong><br/>
208+
<sub>Learn how to write specifications</sub>
213209
</td>
214-
<td align="center" width="33%">
215-
<a href="./docs/case-studies/sustaina.md">
216-
<strong>📊 Case Study</strong><br/>
217-
<sub>Real-world production example</sub>
218-
</a>
210+
<td align="center">
211+
<strong><a href="./docs/case-studies/sustaina.md">📊 Case Study</a></strong><br/>
212+
<sub>Real-world production example</sub>
219213
</td>
220214
</tr>
221215
</tbody>
222216
</table>
223-
</p>
224217

225218
---

0 commit comments

Comments
 (0)