Skip to content

Commit 437c11d

Browse files
Phase 6: Forge & Polish — bug-crush stability phase
README: - Phase 6 blacksmith SVG + styled banner above CAUTION block - CAUTION rewritten: known bugs exist, features halted, links CURRENT-BUGS.md - Roadmap updated with Forge & Polish section WORKLOG: - Phase 6 renamed from PhoenixCore to Forge & Polish with full scope + exit criteria Bug fixes (from prior session, now committed): - Entity creator: removed Cancel button that crashed the app on click - Entity creation: 504 timeout handling with entity-list polling for all 4 modes - Setup wizard: removed invalid claude-sonnet-4 model, fixed fast/hybrid presets - Chat: lock input during startup resume recap pipeline call - Chat: chat input disabled + placeholder while initial entity message runs
1 parent 69d18da commit 437c11d

7 files changed

Lines changed: 486 additions & 10 deletions

File tree

README.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,28 @@
4343

4444
<br>
4545

46+
<p align="center">
47+
<img src="project/assets/neko-blacksmith.svg" width="120" alt="Phase 6 — Forge & Polish"/>
48+
</p>
49+
<h3 align="center">⚒ Phase 6 — <em>Forge & Polish</em></h3>
50+
<p align="center">
51+
<strong>The raw metal becomes the blade.</strong><br>
52+
All new features halted. Every bug gets crushed. Every edge gets filed.
53+
</p>
54+
55+
<br>
56+
4657
> [!CAUTION]
47-
> **PRE-ALPHA SOFTWARE — USE AT YOUR OWN RISK**
58+
> **PRE-ALPHA SOFTWARE — KNOWN BUGS EXIST**
59+
>
60+
> NekoCore OS is in **pre-alpha**. All subsystems are functional but **bugs and rough edges remain**.
61+
> We know about them — and we've **halted all new feature work** to fix them.
62+
>
63+
> **Phase 6: Forge & Polish** is now active — a dedicated stability pass to crush every known issue,
64+
> harden error recovery, and polish the entire system for real-world use.
4865
>
49-
> NekoCore OS is in **pre-alpha**. All subsystems are **functional but not yet battle-tested**.
5066
> APIs, data formats, and behaviour may change without notice between releases.
67+
> Active bug tracking: [`docs/CURRENT-BUGS.md`](docs/CURRENT-BUGS.md)
5168
>
5269
> **Before experimenting:** back up your `entities/` and `memories/` folders.
5370
>
@@ -530,7 +547,7 @@ pie title Estimated Per-Turn Token Allocation
530547

531548
## ⟶ Development Roadmap
532549

533-
All **35 phases** complete — from initial bug fixes to predictive memory topology:
550+
**35 feature phases** complete. **Phase 6: Forge & Polish** is active — all new features halted while we crush every bug and harden every subsystem:
534551

535552
```mermaid
536553
timeline
@@ -576,6 +593,8 @@ timeline
576593
Phase 4.32 : Book-to-Entity Ingestion
577594
Phase 4.33 : Bug Tracker Export
578595
Phase 5 : Predictive Memory Topology (2,816 tests)
596+
section Forge & Polish
597+
Phase 6 : 🔥 Bug Crush · Stability Hardening · Refactor
579598
```
580599

581600
---

docs/WORKLOG.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,25 @@ Phase 5 encompasses the cognitive-layer and entity intelligence work built on th
4949

5050
---
5151

52-
## 📋 PHASE 6 — PhoenixCore (Next)
52+
## PHASE 6 — Forge & Polish (Next)
5353

54-
Codename: **PhoenixCore**
55-
Phase 6 is the next major milestone after AgentEcho. Scope to be defined.
54+
Codename: **Forge & Polish**
55+
*The raw metal becomes the blade.*
56+
57+
Phase 6 is a full stability pass — every known bug crushed, every rough edge filed down, every subsystem hardened for real-world use. No new features. No scope expansion. The codebase that exists today gets forged into something you can hand to a stranger and say "run it."
58+
59+
**All new feature work is halted** until this phase exits cleanly.
60+
61+
**Scope:**
62+
- Systematic bug triage and resolution (CURRENT-BUGS.md + newly discovered)
63+
- Timeout and error-recovery hardening across all LLM call paths
64+
- Entity creation reliability (hatch hang, 504 recovery, progress reporting)
65+
- UI polish and edge-case cleanup across all 31 apps
66+
- Code refactoring where files exceed size/complexity thresholds
67+
- Test coverage expansion for untested paths
68+
- Documentation accuracy pass (docs match code, not the other way around)
69+
70+
**Exit criteria:** QA checklist green across all 61 sections. No known P0/P1 bugs. Every LLM call path has a timeout. Entity creation succeeds reliably on all three providers.
5671

5772
---
5873

0 commit comments

Comments
 (0)