ralph-ui 0.1.6 β†’ 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +17 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,23 @@
2
2
 
3
3
  **A modern application for orchestrating autonomous AI coding agents using the Ralph Wiggum Loop technique. Access via browser from any device on your network.**
4
4
 
5
+ ---
6
+
7
+ ## 🚨 Phase 1 Status: Bug Fixes & Polish
8
+
9
+ **We are currently focusing on stability and polish.** While Ralph UI is production-ready and stable, we are prioritizing:
10
+
11
+ - βœ… Bug reports and fixes
12
+ - βœ… Polish improvements (UX, performance, error handling)
13
+ - βœ… Documentation enhancements
14
+ - βœ… Test coverage
15
+
16
+ **⏸️ Feature requests:** We're collecting ideas for Phase 2! Please use the `feature-request` issue template - we'll review after Phase 1 completion.
17
+
18
+ **🀝 Contribute:** See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines on bug fixes and polish PRs.
19
+
20
+ ---
21
+
5
22
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
23
  [![Rust](https://img.shields.io/badge/Rust-1.75+-orange.svg)](https://www.rust-lang.org/)
7
24
  [![React](https://img.shields.io/badge/React-19+-61DAFB.svg)](https://reactjs.org/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ralph-ui",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "type": "module",
5
5
  "description": "Orchestrate autonomous AI coding agents with the Ralph Wiggum Loop technique",
6
6
  "author": "Dario Valles",