feat: Rename application from "Codewalk District" to "Codewalkers"
Update all user-facing strings (HTML title, manifest, header logo, browser title updater), code comments, and documentation references. Folder name retained as-is.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Architecture Overview
|
||||
|
||||
Codewalk District is a multi-agent workspace that orchestrates multiple AI coding agents (Claude, Codex, etc.) working in parallel on a shared codebase.
|
||||
Codewalkers is a multi-agent workspace that orchestrates multiple AI coding agents (Claude, Codex, etc.) working in parallel on a shared codebase.
|
||||
|
||||
## System Diagram
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Initiative Dashboard Wireframe
|
||||
|
||||
The Initiative Dashboard is the primary entry point for Codewalk District. It displays all initiatives with their status, progress, and quick actions.
|
||||
The Initiative Dashboard is the primary entry point for Codewalkers. It displays all initiatives with their status, progress, and quick actions.
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -274,4 +274,4 @@ When clicking "Spawn Agent" on a pending task:
|
||||
|
||||
---
|
||||
*Wireframe for: Initiative Detail Screen*
|
||||
*Part of: Codewalk District Frontend Design*
|
||||
*Part of: Codewalkers Frontend Design*
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Structured Logging
|
||||
|
||||
Codewalk District uses [pino](https://getpino.io/) for structured JSON logging on the backend.
|
||||
Codewalkers uses [pino](https://getpino.io/) for structured JSON logging on the backend.
|
||||
|
||||
## Architecture
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# UI Wireframes
|
||||
|
||||
ASCII wireframe mockups documenting the current state of the Codewalk District frontend.
|
||||
ASCII wireframe mockups documenting the current state of the Codewalkers frontend.
|
||||
|
||||
## Pages
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ Global shell wrapping all pages. Fixed header with navigation, scrollable conten
|
||||
|
||||
```
|
||||
+============================================================================+
|
||||
| [logo] Codewalk District |
|
||||
| [logo] Codewalkers |
|
||||
| |
|
||||
| [Initiatives] [Agents] [Inbox] [Settings] |
|
||||
| ^^^^^^^^^^ |
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# v2 Wireframes
|
||||
|
||||
Redesigned wireframes for Codewalk District frontend — addressing 13 UX gaps identified in v1.
|
||||
Redesigned wireframes for Codewalkers frontend — addressing 13 UX gaps identified in v1.
|
||||
|
||||
## Changes from v1
|
||||
|
||||
|
||||
@@ -206,9 +206,9 @@ into a "+N more" indicator.
|
||||
### 3. Browser tab title
|
||||
|
||||
When the app is backgrounded and events occur:
|
||||
- `(2) Codewalk District` — number prefix for unread attention items
|
||||
- `(2) Codewalkers` — number prefix for unread attention items
|
||||
- Counts: crashed agents + pending approvals + unanswered inbox items
|
||||
- Resets to `Codewalk District` when user returns to the tab
|
||||
- Resets to `Codewalkers` when user returns to the tab
|
||||
|
||||
---
|
||||
|
||||
@@ -462,7 +462,7 @@ This was the biggest gap. Added three tiers:
|
||||
- **Tab badges**: real-time counts (already existed, now specified with attention escalation)
|
||||
- **Toast notifications**: critical events fire toasts regardless of current page.
|
||||
Persistent for crashes/approvals, auto-dismiss for informational events.
|
||||
- **Browser tab title**: `(2) Codewalk District` prefix when backgrounded with
|
||||
- **Browser tab title**: `(2) Codewalkers` prefix when backgrounded with
|
||||
unread attention items. Standard web app pattern.
|
||||
|
||||
The attention escalation on the Agents badge (blue -> red when something crashes)
|
||||
|
||||
@@ -832,7 +832,7 @@ Add to `<head>` in `index.html` before any stylesheets:
|
||||
|
||||
```
|
||||
+-------------------------------------------+
|
||||
| [logo] Codewalk District [Sun|Monitor|Moon] |
|
||||
| [logo] Codewalkers [Sun|Monitor|Moon] |
|
||||
+-------------------------------------------+
|
||||
|
||||
States:
|
||||
|
||||
Reference in New Issue
Block a user