Commit Graph

86 Commits

Author SHA1 Message Date
Robin Olsen
90dd69a019 add introduction to the survey
add lib to read toml files
embed fs for reading toml files
add form for introduction
add form for choosing interface
2026-02-08 15:03:45 +01:00
Robin Olsen
0d9acdee93 Merge pull request #5 from LazyBachelor/LPM-44
LPM-44 Add Command REPL for auto-completeion and ux
2026-02-07 05:09:04 -08:00
Robin Olsen
2e79447030 Merge pull request #7 from LazyBachelor/copilot/sub-pr-5-again
Refactor issueIDSuggestions to use parsed lastWord directly
2026-02-07 05:05:46 -08:00
copilot-swe-agent[bot]
50a0cf7d89 Refactor issueIDSuggestions to accept lastWord directly
Co-authored-by: Telikz <129996395+Telikz@users.noreply.github.com>
2026-02-07 12:59:38 +00:00
copilot-swe-agent[bot]
f8f65a3451 Initial plan 2026-02-07 12:56:54 +00:00
Robin Olsen
927e787ca7 Update pkg/cli/styles/styles.go
remve linebreak

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-07 13:52:47 +01:00
Robin Olsen
419fcfaaa3 refactor reple into separete files 2026-02-07 13:40:59 +01:00
Robin Olsen
317feadde2 add confirmation and comments to delete command 2026-02-07 12:15:34 +01:00
Robin Olsen
6bf8b76aab add descriptive comment to variour commands
move completions to its own class
2026-02-07 12:15:09 +01:00
Robin Olsen
9baedea9b5 add issue print func 2026-02-07 12:12:55 +01:00
Robin Olsen
eafd8df583 defer terminal restoration
add delete aliases
2026-02-07 12:12:43 +01:00
Robin Olsen
0ef325f6c7 add description to styles package 2026-02-07 12:12:11 +01:00
Robin Olsen
33ac4c8eaa move repl file 2026-02-06 23:32:40 +01:00
Robin Olsen
3cb211f898 refactor create command for better readability 2026-02-06 23:32:17 +01:00
Robin Olsen
3d2c522ce8 document root command and add different execute options 2026-02-06 23:31:51 +01:00
Robin Olsen
d962ab9314 add run with args for running as sub command 2026-02-06 23:30:59 +01:00
Robin Olsen
ac6928f167 add repl and cli to survey 2026-02-06 23:30:13 +01:00
Robin Olsen
5a89526dad style repl better
better usability to repl
2026-02-06 23:29:58 +01:00
Robin Olsen
583fb6be45 make the repl experience better 2026-02-06 13:27:07 +01:00
Robin Olsen
fbcc929cb9 add fang 2026-02-06 13:26:26 +01:00
viljarb
80741e0cf5 corrected non-existed variable name 2026-02-05 22:29:52 +01:00
viljarb
9fceca5033 deleted: .beads/issues.jsonl 2026-02-05 22:29:52 +01:00
viljarb
8ec03bb320 simplifying the code in pkg/cli/commands/delete.go 2026-02-05 22:29:52 +01:00
viljarb
74ac39df21 modified: pkg/cli/commands/delete.go 2026-02-05 22:29:52 +01:00
viljarb0
a0cb60c3ed Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-05 22:29:52 +01:00
viljarb0
5763a26e0a Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-05 22:29:52 +01:00
viljarb
268d27ab4e removing issues.json1 2026-02-05 22:29:52 +01:00
vb
cd7f238994 removing redundant reference to issue title 2026-02-05 22:29:52 +01:00
vb
7cf02a758d adding delete command in the file pkg/cli/commands/delete.go 2026-02-05 22:29:52 +01:00
Robin Olsen
bf1842b1f9 add repl that tunnels pm and shell commands 2026-02-05 18:18:16 +01:00
Robin Olsen
8a0e1c27ee Delete .beads directory 2026-02-05 18:12:55 +01:00
Robin Olsen
05bd1f46f0 Merge pull request #3 from LazyBachelor/LPM-33
LPM-33 Add Delete command to CLI
2026-02-05 09:11:13 -08:00
Robin Olsen
f2b0cc7821 Merge branch 'main' into LPM-33 2026-02-05 09:09:57 -08:00
viljarb
c762c9db32 corrected non-existed variable name 2026-02-05 18:01:43 +01:00
viljarb
632ea19a1d deleted: .beads/issues.jsonl 2026-02-05 17:46:15 +01:00
viljarb
45e076aeb7 simplifying the code in pkg/cli/commands/delete.go 2026-02-05 17:45:51 +01:00
viljarb
dbff78cb6b modified: pkg/cli/commands/delete.go 2026-02-05 17:44:21 +01:00
viljarb0
9e7eb96227 Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-05 17:41:40 +01:00
viljarb0
fc10092bb2 Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-05 17:41:28 +01:00
viljarb
e624729511 removing issues.json1 2026-02-05 17:40:25 +01:00
Robin Olsen
2215b5ad34 add promt to user to confirm initializaton in direcory 2026-02-05 15:53:15 +01:00
vb
3ffe17ed08 removing redundant reference to issue title 2026-02-05 14:52:44 +01:00
vb
c243209aff adding delete command in the file pkg/cli/commands/delete.go 2026-02-05 14:51:19 +01:00
Robin Olsen
d6884b6ac5 nil check issue so it does not crash when issue not found 2026-02-05 14:28:15 +01:00
Robin Olsen
1c248b2c8d decrease truncate leangth for issueID 2026-02-05 14:27:44 +01:00
Robin Olsen
a98fce6a26 Merge pull request #2 from LazyBachelor/LPM-30
LPM-30 Add List and read command to CLI
2026-02-05 04:56:40 -08:00
Robin Olsen
893c9e3bd6 chack for nil pointer in helper
use helper for converting to issue
2026-02-05 13:55:20 +01:00
Robin Olsen
a731e375d3 Update pkg/cli/commands/read.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-05 13:51:19 +01:00
Robin Olsen
07af46c46b Update pkg/cli/commands/read.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-05 13:48:41 +01:00
Robin Olsen
03ff8b41b7 use tui config for consistency 2026-02-05 13:26:52 +01:00