Skip to content

Add development tooling: CLI scaffolding, server command, environment diagnostics, and template generators#437

Merged
hotlong merged 5 commits into
mainfrom
copilot/simplify-development-testing-process
Jan 31, 2026
Merged

Add development tooling: CLI scaffolding, server command, environment diagnostics, and template generators#437
hotlong merged 5 commits into
mainfrom
copilot/simplify-development-testing-process

feat: add serve command and English-only docs

58b6dba
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 31, 2026 in 4s

5 new alerts including 1 medium severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 medium

Other Alerts:

  • 4 notes

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 30 in packages/cli/src/commands/dev.ts

See this annotation in the file changed.

Code scanning / CodeQL

Indirect uncontrolled command line Medium

This command depends on an unsanitized
command-line argument
.

Check notice on line 5 in packages/cli/src/commands/create.ts

See this annotation in the file changed.

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused import execSync.

Check notice on line 4 in packages/cli/src/commands/dev.ts

See this annotation in the file changed.

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused import os.

Check notice on line 5 in packages/cli/src/commands/dev.ts

See this annotation in the file changed.

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused import fs.

Check notice on line 6 in packages/cli/src/commands/dev.ts

See this annotation in the file changed.

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused import path.