Skip to content

Commit c8b30aa

Browse files
committed
fix: align CLI help text with README and tests
- Add ".ai" to "SudoLang.ai AIDD" header (was missing) - Remove hyphen: "AI Driven Development" not "AI-Driven Development" - Add SudoLang description for consistency with README - All 97 tests now passing (was 95/97) Fixes E2E test failures in cli-help-e2e.test.js
1 parent 8b3101a commit c8b30aa

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

bin/aidd.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ const createCli = () => {
5454
.addHelpText(
5555
"before",
5656
`
57-
SudoLang AIDD
58-
The standard framework for AI-Driven Development.
57+
SudoLang.ai AIDD
58+
The standard framework for AI Driven Development.
5959
6060
Includes:
6161
- AIDD CLI – project bootstrap and automation
@@ -69,6 +69,9 @@ responsibility for generating, testing, and documenting code, automating most of
6969
the software creation process so humans can focus on the big picture and 10× their
7070
productivity.
7171
72+
SudoLang is a pseudocode language for prompting large language models with clear
73+
structure, strong typing, and explicit control flow.
74+
7275
🚀 Server Framework: Import from 'aidd/server' for composable, type-safe server development.
7376
See documentation: https://github.com/paralleldrive/aidd#-aidd-server-framework
7477

0 commit comments

Comments
 (0)