@iloom/cli 0.1.18 → 0.1.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/README.md +37 -6
  2. package/dist/{ClaudeContextManager-LD3VB6EM.js → ClaudeContextManager-JKR4WGNU.js} +4 -4
  3. package/dist/{ClaudeService-CFFI7DD5.js → ClaudeService-55DQGB7T.js} +3 -3
  4. package/dist/{GitHubService-SH4H6VS5.js → GitHubService-LWP4GKGH.js} +3 -3
  5. package/dist/{LoomLauncher-FB2MV2ZI.js → LoomLauncher-UMMLPIZO.js} +4 -4
  6. package/dist/{PromptTemplateManager-WM5GIPEF.js → PromptTemplateManager-WII75TKH.js} +2 -2
  7. package/dist/README.md +755 -0
  8. package/dist/{add-issue-L5HX6LEV.js → add-issue-X56V3XPB.js} +3 -3
  9. package/dist/{chunk-SLIMABFA.js → chunk-DEPYQRRB.js} +2 -2
  10. package/dist/{chunk-HURVAQRK.js → chunk-ELFT36PV.js} +2 -2
  11. package/dist/{chunk-DGEKUT7Q.js → chunk-JXQXSC45.js} +33 -5
  12. package/dist/chunk-JXQXSC45.js.map +1 -0
  13. package/dist/{chunk-L4QGC27H.js → chunk-PVAVNJKS.js} +13 -1
  14. package/dist/chunk-PVAVNJKS.js.map +1 -0
  15. package/dist/{chunk-6OTVPRXH.js → chunk-VCMMAFXQ.js} +2 -2
  16. package/dist/{chunk-IIPTBZQW.js → chunk-ZWXJBSUW.js} +2 -2
  17. package/dist/cli.js +24 -14
  18. package/dist/cli.js.map +1 -1
  19. package/dist/contribute-3MQJ3XAQ.js +256 -0
  20. package/dist/contribute-3MQJ3XAQ.js.map +1 -0
  21. package/dist/{enhance-VVMAKMVZ.js → enhance-VGWUX474.js} +4 -4
  22. package/dist/{feedback-AKHD7QIM.js → feedback-ZOUCCHN4.js} +3 -3
  23. package/dist/{finish-WGPISUEH.js → finish-QJSK6Z7J.js} +3 -3
  24. package/dist/{ignite-JEN3K3OT.js → ignite-HICLZEYU.js} +121 -6
  25. package/dist/ignite-HICLZEYU.js.map +1 -0
  26. package/dist/index.d.ts +3 -0
  27. package/dist/index.js +43 -4
  28. package/dist/index.js.map +1 -1
  29. package/dist/{init-EVUT4ZQJ.js → init-UMKNHNV5.js} +2 -2
  30. package/dist/mcp/github-comment-server.js.map +1 -1
  31. package/dist/prompts/init-prompt.txt +3 -1
  32. package/dist/prompts/issue-prompt.txt +141 -9
  33. package/dist/{start-2NEZU7SE.js → start-CT2ZEFP2.js} +10 -10
  34. package/package.json +3 -2
  35. package/dist/chunk-DGEKUT7Q.js.map +0 -1
  36. package/dist/chunk-L4QGC27H.js.map +0 -1
  37. package/dist/ignite-JEN3K3OT.js.map +0 -1
  38. /package/dist/{ClaudeContextManager-LD3VB6EM.js.map → ClaudeContextManager-JKR4WGNU.js.map} +0 -0
  39. /package/dist/{ClaudeService-CFFI7DD5.js.map → ClaudeService-55DQGB7T.js.map} +0 -0
  40. /package/dist/{GitHubService-SH4H6VS5.js.map → GitHubService-LWP4GKGH.js.map} +0 -0
  41. /package/dist/{LoomLauncher-FB2MV2ZI.js.map → LoomLauncher-UMMLPIZO.js.map} +0 -0
  42. /package/dist/{PromptTemplateManager-WM5GIPEF.js.map → PromptTemplateManager-WII75TKH.js.map} +0 -0
  43. /package/dist/{add-issue-L5HX6LEV.js.map → add-issue-X56V3XPB.js.map} +0 -0
  44. /package/dist/{chunk-SLIMABFA.js.map → chunk-DEPYQRRB.js.map} +0 -0
  45. /package/dist/{chunk-HURVAQRK.js.map → chunk-ELFT36PV.js.map} +0 -0
  46. /package/dist/{chunk-6OTVPRXH.js.map → chunk-VCMMAFXQ.js.map} +0 -0
  47. /package/dist/{chunk-IIPTBZQW.js.map → chunk-ZWXJBSUW.js.map} +0 -0
  48. /package/dist/{enhance-VVMAKMVZ.js.map → enhance-VGWUX474.js.map} +0 -0
  49. /package/dist/{feedback-AKHD7QIM.js.map → feedback-ZOUCCHN4.js.map} +0 -0
  50. /package/dist/{finish-WGPISUEH.js.map → finish-QJSK6Z7J.js.map} +0 -0
  51. /package/dist/{init-EVUT4ZQJ.js.map → init-UMKNHNV5.js.map} +0 -0
  52. /package/dist/{start-2NEZU7SE.js.map → start-CT2ZEFP2.js.map} +0 -0
package/README.md CHANGED
@@ -35,7 +35,7 @@ The promise of AI-assisted development is profound: write more code, ship featur
35
35
 
36
36
  **AI agents write code quickly. They struggle to stay in sync with their humans.**
37
37
 
38
- When you juggle multiple issues, the hard part is not branches or ports. It is keeping you and your AI aligned on the goal.
38
+ The hard part is not writing a ton of code. It's knowing what decisions your AI is making, what assumptions it's operating under, and why it's producing what it produces.
39
39
 
40
40
  Friction piles up:
41
41
  - You open new chats for each problem and rebuild context in your head.
@@ -47,7 +47,7 @@ The outcome is familiar: more time briefing the AI than building, more time fixi
47
47
 
48
48
  **The bottleneck isn't output velocity. It's maintaining shared understanding between human and AI at scale.**
49
49
 
50
- *iloom treats context as a first-class concern. It's not a tool for managing branches - it's a control plane for maintaining alignment between you and your AI assistant as you work across multiple issues simultaneously.*
50
+ *iloom treats context as a first-class concern. It's not a tool for managing branches - it's a control plane for maintaining alignment between you and your AI assistant.*
51
51
 
52
52
  ## How iloom Solves This
53
53
 
@@ -382,20 +382,47 @@ Your feedback helps make iloom better for everyone! Issues created through `iloo
382
382
 
383
383
  ```bash
384
384
  iloom init
385
- # Setup guide for shell autocomplete, settings file initialization (will do much more soon)
385
+ # Interactive Claude-powered configuration wizard
386
+ # Sets up settings.json, .gitignore, and guides you through all configuration options
387
+ # Automatically detects multi-remote setups and helps you configure GitHub integration
388
+ # Alias: il config
386
389
  # Run this once per project
387
390
 
391
+ iloom contribute
392
+ # Set up local development environment for contributing to iloom
393
+ # Automatically forks the repository, clones it locally, configures upstream remote,
394
+ # and runs il init to complete setup
395
+ # Streamlines contributor onboarding with a single command
396
+
388
397
  iloom update
389
398
  # Update iloom-cli to the latest version
390
399
  ```
391
400
 
392
401
  ## Configuration
393
402
 
394
- iloom uses a flexible configuration system with clear priority ordering.
403
+ ### Interactive Configuration Wizard
404
+
405
+ The recommended way to configure iloom:
395
406
 
396
- ### Configuration Priority
407
+ ```bash
408
+ iloom init
409
+ # or
410
+ il config
411
+ ```
397
412
 
398
- Settings are loaded in this order (highest to lowest priority):
413
+ This Claude-powered assistant will guide you through all configuration options and automatically:
414
+ - Create and configure `.iloom/settings.json` and `.iloom/settings.local.json`
415
+ - Set up `.gitignore` entries
416
+ - Help you choose the right GitHub remote (if you have multiple)
417
+ - Configure database providers (Neon, etc.)
418
+ - Set workflow permissions and preferences
419
+ - Explain each option as you go
420
+
421
+ For most users, this is all you need. The wizard creates the files and explains everything as you configure it.
422
+
423
+ ### Manual Configuration Files
424
+
425
+ If you prefer manual configuration, iloom uses these files (highest to lowest priority):
399
426
 
400
427
  1. **CLI arguments** - Command-line flags (e.g., `--one-shot bypassPermissions`)
401
428
  2. **`.iloom/settings.local.json`** - Local machine settings (gitignored, not committed)
@@ -722,3 +749,7 @@ This project follows Test-Driven Development. All code must:
722
749
  For commercial licensing inquiries, contact Adam Creeger.
723
750
 
724
751
  See [LICENSE](https://raw.githubusercontent.com/iloom-ai/iloom-cli/main/LICENSE) for complete terms.
752
+
753
+ ## About the Name
754
+
755
+ **iloom** comes from "illuminate" - it illuminates the mysterious AI coding process - and "intelligent loom" that weaves artificial and human intelligence together.
@@ -1,13 +1,13 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  ClaudeContextManager
4
- } from "./chunk-SLIMABFA.js";
5
- import "./chunk-HURVAQRK.js";
4
+ } from "./chunk-DEPYQRRB.js";
5
+ import "./chunk-ELFT36PV.js";
6
6
  import "./chunk-PXZBAC2M.js";
7
- import "./chunk-L4QGC27H.js";
7
+ import "./chunk-PVAVNJKS.js";
8
8
  import "./chunk-VYQLLHZ7.js";
9
9
  import "./chunk-GEHQXLEI.js";
10
10
  export {
11
11
  ClaudeContextManager
12
12
  };
13
- //# sourceMappingURL=ClaudeContextManager-LD3VB6EM.js.map
13
+ //# sourceMappingURL=ClaudeContextManager-JKR4WGNU.js.map
@@ -1,12 +1,12 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  ClaudeService
4
- } from "./chunk-HURVAQRK.js";
4
+ } from "./chunk-ELFT36PV.js";
5
5
  import "./chunk-PXZBAC2M.js";
6
- import "./chunk-L4QGC27H.js";
6
+ import "./chunk-PVAVNJKS.js";
7
7
  import "./chunk-VYQLLHZ7.js";
8
8
  import "./chunk-GEHQXLEI.js";
9
9
  export {
10
10
  ClaudeService
11
11
  };
12
- //# sourceMappingURL=ClaudeService-CFFI7DD5.js.map
12
+ //# sourceMappingURL=ClaudeService-55DQGB7T.js.map
@@ -1,11 +1,11 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  GitHubService
4
- } from "./chunk-IIPTBZQW.js";
5
- import "./chunk-DGEKUT7Q.js";
4
+ } from "./chunk-ZWXJBSUW.js";
5
+ import "./chunk-JXQXSC45.js";
6
6
  import "./chunk-JNKJ7NJV.js";
7
7
  import "./chunk-GEHQXLEI.js";
8
8
  export {
9
9
  GitHubService
10
10
  };
11
- //# sourceMappingURL=GitHubService-SH4H6VS5.js.map
11
+ //# sourceMappingURL=GitHubService-LWP4GKGH.js.map
@@ -5,7 +5,7 @@ import {
5
5
  import "./chunk-BLCTGFZN.js";
6
6
  import {
7
7
  ClaudeContextManager
8
- } from "./chunk-SLIMABFA.js";
8
+ } from "./chunk-DEPYQRRB.js";
9
9
  import {
10
10
  openMultipleTerminalWindows,
11
11
  openTerminalWindow
@@ -13,9 +13,9 @@ import {
13
13
  import {
14
14
  generateColorFromBranchName
15
15
  } from "./chunk-ZZZWQGTS.js";
16
- import "./chunk-HURVAQRK.js";
16
+ import "./chunk-ELFT36PV.js";
17
17
  import "./chunk-PXZBAC2M.js";
18
- import "./chunk-L4QGC27H.js";
18
+ import "./chunk-PVAVNJKS.js";
19
19
  import "./chunk-VYQLLHZ7.js";
20
20
  import {
21
21
  logger
@@ -260,4 +260,4 @@ var LoomLauncher = class {
260
260
  export {
261
261
  LoomLauncher
262
262
  };
263
- //# sourceMappingURL=LoomLauncher-FB2MV2ZI.js.map
263
+ //# sourceMappingURL=LoomLauncher-UMMLPIZO.js.map
@@ -1,9 +1,9 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  PromptTemplateManager
4
- } from "./chunk-L4QGC27H.js";
4
+ } from "./chunk-PVAVNJKS.js";
5
5
  import "./chunk-GEHQXLEI.js";
6
6
  export {
7
7
  PromptTemplateManager
8
8
  };
9
- //# sourceMappingURL=PromptTemplateManager-WM5GIPEF.js.map
9
+ //# sourceMappingURL=PromptTemplateManager-WII75TKH.js.map