Skip to content

feat: add ai command for cli to start the project #7352

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 27 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
82710fd
Add AI command
denar90 Jun 10, 2025
6864489
Add login verification functionality
denar90 Jun 10, 2025
a403e15
Add login verification functionality
denar90 Jun 10, 2025
614fe51
Add clone fucntionality
denar90 Jun 10, 2025
eb21fb0
Add navigate
denar90 Jun 10, 2025
8edaf5f
Improvements
denar90 Jun 10, 2025
1e31e7d
improve codestyle
denar90 Jun 11, 2025
8633645
Add MCP to be installed along the process
denar90 Jun 11, 2025
775fa44
Move into init command
denar90 Jun 11, 2025
04a41a3
fixes for parsing
denar90 Jun 16, 2025
6a36601
feat: lint and test
denar90 Jun 23, 2025
ad065d7
Update src/commands/init/ai-rules.ts
denar90 Jun 23, 2025
4ccd1ba
Update src/commands/init/ai-rules.ts
denar90 Jun 23, 2025
127f8b4
Update src/commands/init/ai-rules.ts
denar90 Jun 23, 2025
165f6e3
Update src/commands/init/ai-rules.ts
denar90 Jun 23, 2025
5285a5d
Update src/commands/init/ai-rules.ts
denar90 Jun 23, 2025
983aef7
code review
denar90 Jun 23, 2025
eb18730
merge
denar90 Jun 23, 2025
29228e6
extracting common utils
denar90 Jun 23, 2025
05b325a
extracting common utils
denar90 Jun 23, 2025
b7bb36c
code review
denar90 Jun 23, 2025
723222a
drop claude file
denar90 Jun 23, 2025
04e3a8d
Merge branch 'main' into artemdenysov/wrfl-2615-add-ai-command-for-cl…
kodiakhq[bot] Jun 23, 2025
581e80d
Merge branch 'main' into artemdenysov/wrfl-2615-add-ai-command-for-cl…
kodiakhq[bot] Jun 23, 2025
d50b455
Merge remote-tracking branch 'origin/main' into artemdenysov/wrfl-261…
denar90 Jun 23, 2025
b456920
add dist
denar90 Jun 23, 2025
c73cb02
Merge remote-tracking branch 'origin/artemdenysov/wrfl-2615-add-ai-co…
denar90 Jun 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
*-debug.log
*-error.log
/dist
/tmp
node_modules
!**/__fixtures__/**/node_modules
Expand Down
8 changes: 8 additions & 0 deletions dist/commands/ai/ai-start.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import type { OptionValues } from 'commander';
import type BaseCommand from '../base-command.js';
interface AIStartOptions extends OptionValues {
debug?: boolean;
}
export declare const aiStartCommand: (options: AIStartOptions, command: BaseCommand) => Promise<void>;
export {};
//# sourceMappingURL=ai-start.d.ts.map
1 change: 1 addition & 0 deletions dist/commands/ai/ai-start.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading