diff --git a/CLAUDE.md b/CLAUDE.md index cfb3a702..7eee9137 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -281,7 +281,7 @@ const GraphView = () => { }; ``` -## Current UI Evolution: Slick Dialog Revolution +## Contextual Dialog Direction (slick inline editors) GraphDone is undergoing a **major UI transformation** moving away from heavy modal dialogs toward slick, contextual, inline-style editors. This shift prioritizes **immediate feedback, minimal context switching, and delightful micro-interactions**. diff --git a/public/install.sh b/public/install.sh index b9f7e40c..9fd1e8cc 100755 --- a/public/install.sh +++ b/public/install.sh @@ -10,7 +10,7 @@ # # 📖 DESCRIPTION # ============================================================================ -# Automated installer for GraphDone - a graph-native project management +# Automated installer for GraphDone - a graph-native management # system that reimagines work coordination through dependencies and # democratic prioritization. Handles complete setup from dependency # installation to running services with beautiful CLI progress feedback. diff --git a/start b/start index 435bf4ac..8e3aadb8 100755 --- a/start +++ b/start @@ -60,7 +60,7 @@ detect_platform # Help function show_help() { - echo -e "${BOLD}GraphDone${NC} - Graph-native project management system" + echo -e "${BOLD}GraphDone${NC} - Graph-native management system" echo "" echo -e "${BOLD}USAGE:${NC}" echo " ./start [COMMAND] [OPTIONS]" @@ -196,7 +196,7 @@ show_banner() { echo "║ ║" echo "║ 🌐 GraphDone 🌐 ║" echo "║ ║" - echo "║ Graph-native project management system ║" + echo "║ Graph-native management system ║" echo "║ ║" echo "╚══════════════════════════════════════════════════════════════╝" echo -e "${NC}" diff --git a/tests/run-all-tests.js b/tests/run-all-tests.js index 0b116eae..efd80d7e 100644 --- a/tests/run-all-tests.js +++ b/tests/run-all-tests.js @@ -735,7 +735,7 @@ function generateHTMLReport() {

GraphDone Test Report

-
Comprehensive testing results for graph-native project management
+
Comprehensive testing results for graph-native management
Generated: ${new Date().toLocaleString()} | Environment: ${testResults.environment} | diff --git a/tools/document.sh b/tools/document.sh index 31ee9f8c..32928187 100755 --- a/tools/document.sh +++ b/tools/document.sh @@ -133,7 +133,7 @@ if [ "$BUILD_DOCS" = true ]; then

Project Overview

-

GraphDone reimagines project management as a collaborative graph where work flows through natural dependencies rather than artificial hierarchies.

+

GraphDone reimagines management as a collaborative graph where work flows through natural dependencies rather than artificial hierarchies.

Key Features