@execufunction/cli 0.3.0 → 0.3.1

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.
@@ -169,13 +169,16 @@
169
169
  "status.js"
170
170
  ]
171
171
  },
172
- "calendar:create": {
172
+ "code:blame": {
173
173
  "aliases": [],
174
- "args": {},
175
- "description": "Create a calendar event",
176
- "examples": [
177
- "<%= config.bin %> calendar create --title \"Team standup\" --start 2026-03-01T09:00:00Z --end 2026-03-01T09:30:00Z"
178
- ],
174
+ "args": {
175
+ "file": {
176
+ "description": "Relative file path",
177
+ "name": "file",
178
+ "required": true
179
+ }
180
+ },
181
+ "description": "Git blame for a file",
179
182
  "flags": {
180
183
  "json": {
181
184
  "description": "Format output as json.",
@@ -210,40 +213,10 @@
210
213
  "allowNo": false,
211
214
  "type": "boolean"
212
215
  },
213
- "title": {
214
- "description": "Event title",
215
- "name": "title",
216
- "required": true,
217
- "hasDynamicHelp": false,
218
- "multiple": false,
219
- "type": "option"
220
- },
221
- "start": {
222
- "description": "Start time (ISO 8601)",
223
- "name": "start",
224
- "required": true,
225
- "hasDynamicHelp": false,
226
- "multiple": false,
227
- "type": "option"
228
- },
229
- "end": {
230
- "description": "End time (ISO 8601)",
231
- "name": "end",
232
- "required": true,
233
- "hasDynamicHelp": false,
234
- "multiple": false,
235
- "type": "option"
236
- },
237
- "description": {
238
- "description": "Event description",
239
- "name": "description",
240
- "hasDynamicHelp": false,
241
- "multiple": false,
242
- "type": "option"
243
- },
244
- "location": {
245
- "description": "Event location",
246
- "name": "location",
216
+ "root": {
217
+ "description": "Repository root path",
218
+ "name": "root",
219
+ "default": ".",
247
220
  "hasDynamicHelp": false,
248
221
  "multiple": false,
249
222
  "type": "option"
@@ -251,7 +224,7 @@
251
224
  },
252
225
  "hasDynamicHelp": false,
253
226
  "hiddenAliases": [],
254
- "id": "calendar:create",
227
+ "id": "code:blame",
255
228
  "pluginAlias": "@execufunction/cli",
256
229
  "pluginName": "@execufunction/cli",
257
230
  "pluginType": "core",
@@ -261,20 +234,20 @@
261
234
  "relativePath": [
262
235
  "dist",
263
236
  "commands",
264
- "calendar",
265
- "create.js"
237
+ "code",
238
+ "blame.js"
266
239
  ]
267
240
  },
268
- "calendar:delete": {
241
+ "code:expertise": {
269
242
  "aliases": [],
270
243
  "args": {
271
- "id": {
272
- "description": "Event ID",
273
- "name": "id",
244
+ "repo": {
245
+ "description": "Repository ID",
246
+ "name": "repo",
274
247
  "required": true
275
248
  }
276
249
  },
277
- "description": "Delete a calendar event",
250
+ "description": "Refresh developer expertise index for a repository",
278
251
  "flags": {
279
252
  "json": {
280
253
  "description": "Format output as json.",
@@ -308,18 +281,11 @@
308
281
  "name": "no-input",
309
282
  "allowNo": false,
310
283
  "type": "boolean"
311
- },
312
- "yes": {
313
- "char": "y",
314
- "description": "Skip confirmation",
315
- "name": "yes",
316
- "allowNo": false,
317
- "type": "boolean"
318
284
  }
319
285
  },
320
286
  "hasDynamicHelp": false,
321
287
  "hiddenAliases": [],
322
- "id": "calendar:delete",
288
+ "id": "code:expertise",
323
289
  "pluginAlias": "@execufunction/cli",
324
290
  "pluginName": "@execufunction/cli",
325
291
  "pluginType": "core",
@@ -329,14 +295,20 @@
329
295
  "relativePath": [
330
296
  "dist",
331
297
  "commands",
332
- "calendar",
333
- "delete.js"
298
+ "code",
299
+ "expertise.js"
334
300
  ]
335
301
  },
336
- "calendar:list": {
302
+ "code:history": {
337
303
  "aliases": [],
338
- "args": {},
339
- "description": "List calendar events",
304
+ "args": {
305
+ "repo": {
306
+ "description": "Repository ID",
307
+ "name": "repo",
308
+ "required": true
309
+ }
310
+ },
311
+ "description": "Get commit history for a repository",
340
312
  "flags": {
341
313
  "json": {
342
314
  "description": "Format output as json.",
@@ -371,16 +343,9 @@
371
343
  "allowNo": false,
372
344
  "type": "boolean"
373
345
  },
374
- "start": {
375
- "description": "Start date (ISO 8601)",
376
- "name": "start",
377
- "hasDynamicHelp": false,
378
- "multiple": false,
379
- "type": "option"
380
- },
381
- "end": {
382
- "description": "End date (ISO 8601)",
383
- "name": "end",
346
+ "path": {
347
+ "description": "Filter by file path",
348
+ "name": "path",
384
349
  "hasDynamicHelp": false,
385
350
  "multiple": false,
386
351
  "type": "option"
@@ -395,7 +360,7 @@
395
360
  },
396
361
  "hasDynamicHelp": false,
397
362
  "hiddenAliases": [],
398
- "id": "calendar:list",
363
+ "id": "code:history",
399
364
  "pluginAlias": "@execufunction/cli",
400
365
  "pluginName": "@execufunction/cli",
401
366
  "pluginType": "core",
@@ -405,20 +370,20 @@
405
370
  "relativePath": [
406
371
  "dist",
407
372
  "commands",
408
- "calendar",
409
- "list.js"
373
+ "code",
374
+ "history.js"
410
375
  ]
411
376
  },
412
- "calendar:update": {
377
+ "code:link": {
413
378
  "aliases": [],
414
379
  "args": {
415
- "id": {
416
- "description": "Event ID",
417
- "name": "id",
380
+ "task-id": {
381
+ "description": "Task ID",
382
+ "name": "task-id",
418
383
  "required": true
419
384
  }
420
385
  },
421
- "description": "Update a calendar event",
386
+ "description": "Link a task to code (file, commit, or repository)",
422
387
  "flags": {
423
388
  "json": {
424
389
  "description": "Format output as json.",
@@ -453,37 +418,31 @@
453
418
  "allowNo": false,
454
419
  "type": "boolean"
455
420
  },
456
- "title": {
457
- "description": "Event title",
458
- "name": "title",
459
- "hasDynamicHelp": false,
460
- "multiple": false,
461
- "type": "option"
462
- },
463
- "start": {
464
- "description": "Start time (ISO 8601)",
465
- "name": "start",
421
+ "repo": {
422
+ "description": "Repository ID",
423
+ "name": "repo",
424
+ "required": true,
466
425
  "hasDynamicHelp": false,
467
426
  "multiple": false,
468
427
  "type": "option"
469
428
  },
470
- "end": {
471
- "description": "End time (ISO 8601)",
472
- "name": "end",
429
+ "file": {
430
+ "description": "File path",
431
+ "name": "file",
473
432
  "hasDynamicHelp": false,
474
433
  "multiple": false,
475
434
  "type": "option"
476
435
  },
477
- "description": {
478
- "description": "Event description",
479
- "name": "description",
436
+ "commit": {
437
+ "description": "Commit SHA",
438
+ "name": "commit",
480
439
  "hasDynamicHelp": false,
481
440
  "multiple": false,
482
441
  "type": "option"
483
442
  },
484
- "location": {
485
- "description": "Event location",
486
- "name": "location",
443
+ "notes": {
444
+ "description": "Notes about the link",
445
+ "name": "notes",
487
446
  "hasDynamicHelp": false,
488
447
  "multiple": false,
489
448
  "type": "option"
@@ -491,7 +450,7 @@
491
450
  },
492
451
  "hasDynamicHelp": false,
493
452
  "hiddenAliases": [],
494
- "id": "calendar:update",
453
+ "id": "code:link",
495
454
  "pluginAlias": "@execufunction/cli",
496
455
  "pluginName": "@execufunction/cli",
497
456
  "pluginType": "core",
@@ -501,20 +460,25 @@
501
460
  "relativePath": [
502
461
  "dist",
503
462
  "commands",
504
- "calendar",
505
- "update.js"
463
+ "code",
464
+ "link.js"
506
465
  ]
507
466
  },
508
- "code:blame": {
467
+ "code:who-knows": {
509
468
  "aliases": [],
510
469
  "args": {
511
- "file": {
512
- "description": "Relative file path",
513
- "name": "file",
470
+ "repo": {
471
+ "description": "Repository ID",
472
+ "name": "repo",
473
+ "required": true
474
+ },
475
+ "area": {
476
+ "description": "Path, glob, or symbol",
477
+ "name": "area",
514
478
  "required": true
515
479
  }
516
480
  },
517
- "description": "Git blame for a file",
481
+ "description": "Find experts for a code area",
518
482
  "flags": {
519
483
  "json": {
520
484
  "description": "Format output as json.",
@@ -549,10 +513,9 @@
549
513
  "allowNo": false,
550
514
  "type": "boolean"
551
515
  },
552
- "root": {
553
- "description": "Repository root path",
554
- "name": "root",
555
- "default": ".",
516
+ "limit": {
517
+ "description": "Maximum number of results",
518
+ "name": "limit",
556
519
  "hasDynamicHelp": false,
557
520
  "multiple": false,
558
521
  "type": "option"
@@ -560,7 +523,7 @@
560
523
  },
561
524
  "hasDynamicHelp": false,
562
525
  "hiddenAliases": [],
563
- "id": "code:blame",
526
+ "id": "code:who-knows",
564
527
  "pluginAlias": "@execufunction/cli",
565
528
  "pluginName": "@execufunction/cli",
566
529
  "pluginType": "core",
@@ -571,19 +534,16 @@
571
534
  "dist",
572
535
  "commands",
573
536
  "code",
574
- "blame.js"
537
+ "who-knows.js"
575
538
  ]
576
539
  },
577
- "code:expertise": {
540
+ "calendar:create": {
578
541
  "aliases": [],
579
- "args": {
580
- "repo": {
581
- "description": "Repository ID",
582
- "name": "repo",
583
- "required": true
584
- }
585
- },
586
- "description": "Refresh developer expertise index for a repository",
542
+ "args": {},
543
+ "description": "Create a calendar event",
544
+ "examples": [
545
+ "<%= config.bin %> calendar create --title \"Team standup\" --start 2026-03-01T09:00:00Z --end 2026-03-01T09:30:00Z"
546
+ ],
587
547
  "flags": {
588
548
  "json": {
589
549
  "description": "Format output as json.",
@@ -617,11 +577,49 @@
617
577
  "name": "no-input",
618
578
  "allowNo": false,
619
579
  "type": "boolean"
580
+ },
581
+ "title": {
582
+ "description": "Event title",
583
+ "name": "title",
584
+ "required": true,
585
+ "hasDynamicHelp": false,
586
+ "multiple": false,
587
+ "type": "option"
588
+ },
589
+ "start": {
590
+ "description": "Start time (ISO 8601)",
591
+ "name": "start",
592
+ "required": true,
593
+ "hasDynamicHelp": false,
594
+ "multiple": false,
595
+ "type": "option"
596
+ },
597
+ "end": {
598
+ "description": "End time (ISO 8601)",
599
+ "name": "end",
600
+ "required": true,
601
+ "hasDynamicHelp": false,
602
+ "multiple": false,
603
+ "type": "option"
604
+ },
605
+ "description": {
606
+ "description": "Event description",
607
+ "name": "description",
608
+ "hasDynamicHelp": false,
609
+ "multiple": false,
610
+ "type": "option"
611
+ },
612
+ "location": {
613
+ "description": "Event location",
614
+ "name": "location",
615
+ "hasDynamicHelp": false,
616
+ "multiple": false,
617
+ "type": "option"
620
618
  }
621
619
  },
622
620
  "hasDynamicHelp": false,
623
621
  "hiddenAliases": [],
624
- "id": "code:expertise",
622
+ "id": "calendar:create",
625
623
  "pluginAlias": "@execufunction/cli",
626
624
  "pluginName": "@execufunction/cli",
627
625
  "pluginType": "core",
@@ -631,20 +629,20 @@
631
629
  "relativePath": [
632
630
  "dist",
633
631
  "commands",
634
- "code",
635
- "expertise.js"
632
+ "calendar",
633
+ "create.js"
636
634
  ]
637
635
  },
638
- "code:history": {
636
+ "calendar:delete": {
639
637
  "aliases": [],
640
638
  "args": {
641
- "repo": {
642
- "description": "Repository ID",
643
- "name": "repo",
639
+ "id": {
640
+ "description": "Event ID",
641
+ "name": "id",
644
642
  "required": true
645
643
  }
646
644
  },
647
- "description": "Get commit history for a repository",
645
+ "description": "Delete a calendar event",
648
646
  "flags": {
649
647
  "json": {
650
648
  "description": "Format output as json.",
@@ -679,24 +677,17 @@
679
677
  "allowNo": false,
680
678
  "type": "boolean"
681
679
  },
682
- "path": {
683
- "description": "Filter by file path",
684
- "name": "path",
685
- "hasDynamicHelp": false,
686
- "multiple": false,
687
- "type": "option"
688
- },
689
- "limit": {
690
- "description": "Maximum number of results",
691
- "name": "limit",
692
- "hasDynamicHelp": false,
693
- "multiple": false,
694
- "type": "option"
680
+ "yes": {
681
+ "char": "y",
682
+ "description": "Skip confirmation",
683
+ "name": "yes",
684
+ "allowNo": false,
685
+ "type": "boolean"
695
686
  }
696
687
  },
697
688
  "hasDynamicHelp": false,
698
689
  "hiddenAliases": [],
699
- "id": "code:history",
690
+ "id": "calendar:delete",
700
691
  "pluginAlias": "@execufunction/cli",
701
692
  "pluginName": "@execufunction/cli",
702
693
  "pluginType": "core",
@@ -706,20 +697,14 @@
706
697
  "relativePath": [
707
698
  "dist",
708
699
  "commands",
709
- "code",
710
- "history.js"
700
+ "calendar",
701
+ "delete.js"
711
702
  ]
712
703
  },
713
- "code:link": {
704
+ "calendar:list": {
714
705
  "aliases": [],
715
- "args": {
716
- "task-id": {
717
- "description": "Task ID",
718
- "name": "task-id",
719
- "required": true
720
- }
721
- },
722
- "description": "Link a task to code (file, commit, or repository)",
706
+ "args": {},
707
+ "description": "List calendar events",
723
708
  "flags": {
724
709
  "json": {
725
710
  "description": "Format output as json.",
@@ -754,31 +739,23 @@
754
739
  "allowNo": false,
755
740
  "type": "boolean"
756
741
  },
757
- "repo": {
758
- "description": "Repository ID",
759
- "name": "repo",
760
- "required": true,
761
- "hasDynamicHelp": false,
762
- "multiple": false,
763
- "type": "option"
764
- },
765
- "file": {
766
- "description": "File path",
767
- "name": "file",
742
+ "start": {
743
+ "description": "Start date (ISO 8601)",
744
+ "name": "start",
768
745
  "hasDynamicHelp": false,
769
746
  "multiple": false,
770
747
  "type": "option"
771
748
  },
772
- "commit": {
773
- "description": "Commit SHA",
774
- "name": "commit",
749
+ "end": {
750
+ "description": "End date (ISO 8601)",
751
+ "name": "end",
775
752
  "hasDynamicHelp": false,
776
753
  "multiple": false,
777
754
  "type": "option"
778
755
  },
779
- "notes": {
780
- "description": "Notes about the link",
781
- "name": "notes",
756
+ "limit": {
757
+ "description": "Maximum number of results",
758
+ "name": "limit",
782
759
  "hasDynamicHelp": false,
783
760
  "multiple": false,
784
761
  "type": "option"
@@ -786,7 +763,7 @@
786
763
  },
787
764
  "hasDynamicHelp": false,
788
765
  "hiddenAliases": [],
789
- "id": "code:link",
766
+ "id": "calendar:list",
790
767
  "pluginAlias": "@execufunction/cli",
791
768
  "pluginName": "@execufunction/cli",
792
769
  "pluginType": "core",
@@ -796,25 +773,20 @@
796
773
  "relativePath": [
797
774
  "dist",
798
775
  "commands",
799
- "code",
800
- "link.js"
776
+ "calendar",
777
+ "list.js"
801
778
  ]
802
779
  },
803
- "code:who-knows": {
780
+ "calendar:update": {
804
781
  "aliases": [],
805
782
  "args": {
806
- "repo": {
807
- "description": "Repository ID",
808
- "name": "repo",
809
- "required": true
810
- },
811
- "area": {
812
- "description": "Path, glob, or symbol",
813
- "name": "area",
783
+ "id": {
784
+ "description": "Event ID",
785
+ "name": "id",
814
786
  "required": true
815
787
  }
816
788
  },
817
- "description": "Find experts for a code area",
789
+ "description": "Update a calendar event",
818
790
  "flags": {
819
791
  "json": {
820
792
  "description": "Format output as json.",
@@ -849,9 +821,37 @@
849
821
  "allowNo": false,
850
822
  "type": "boolean"
851
823
  },
852
- "limit": {
853
- "description": "Maximum number of results",
854
- "name": "limit",
824
+ "title": {
825
+ "description": "Event title",
826
+ "name": "title",
827
+ "hasDynamicHelp": false,
828
+ "multiple": false,
829
+ "type": "option"
830
+ },
831
+ "start": {
832
+ "description": "Start time (ISO 8601)",
833
+ "name": "start",
834
+ "hasDynamicHelp": false,
835
+ "multiple": false,
836
+ "type": "option"
837
+ },
838
+ "end": {
839
+ "description": "End time (ISO 8601)",
840
+ "name": "end",
841
+ "hasDynamicHelp": false,
842
+ "multiple": false,
843
+ "type": "option"
844
+ },
845
+ "description": {
846
+ "description": "Event description",
847
+ "name": "description",
848
+ "hasDynamicHelp": false,
849
+ "multiple": false,
850
+ "type": "option"
851
+ },
852
+ "location": {
853
+ "description": "Event location",
854
+ "name": "location",
855
855
  "hasDynamicHelp": false,
856
856
  "multiple": false,
857
857
  "type": "option"
@@ -859,7 +859,7 @@
859
859
  },
860
860
  "hasDynamicHelp": false,
861
861
  "hiddenAliases": [],
862
- "id": "code:who-knows",
862
+ "id": "calendar:update",
863
863
  "pluginAlias": "@execufunction/cli",
864
864
  "pluginName": "@execufunction/cli",
865
865
  "pluginType": "core",
@@ -869,20 +869,20 @@
869
869
  "relativePath": [
870
870
  "dist",
871
871
  "commands",
872
- "code",
873
- "who-knows.js"
872
+ "calendar",
873
+ "update.js"
874
874
  ]
875
875
  },
876
- "codebase:delete": {
876
+ "documents:upload": {
877
877
  "aliases": [],
878
878
  "args": {
879
- "id": {
880
- "description": "Repository ID",
881
- "name": "id",
879
+ "file": {
880
+ "description": "Path to file",
881
+ "name": "file",
882
882
  "required": true
883
883
  }
884
884
  },
885
- "description": "Delete a repository and all indexed data",
885
+ "description": "Upload a document (PDF, Markdown, or text) as a note",
886
886
  "flags": {
887
887
  "json": {
888
888
  "description": "Format output as json.",
@@ -917,17 +917,39 @@
917
917
  "allowNo": false,
918
918
  "type": "boolean"
919
919
  },
920
- "yes": {
921
- "char": "y",
922
- "description": "Skip confirmation",
923
- "name": "yes",
924
- "allowNo": false,
925
- "type": "boolean"
920
+ "title": {
921
+ "description": "Note title (defaults to filename)",
922
+ "name": "title",
923
+ "hasDynamicHelp": false,
924
+ "multiple": false,
925
+ "type": "option"
926
+ },
927
+ "type": {
928
+ "description": "Note type",
929
+ "name": "type",
930
+ "hasDynamicHelp": false,
931
+ "multiple": false,
932
+ "options": [
933
+ "note",
934
+ "concept",
935
+ "meeting",
936
+ "reference",
937
+ "daily",
938
+ "dataset"
939
+ ],
940
+ "type": "option"
941
+ },
942
+ "project": {
943
+ "description": "Project ID",
944
+ "name": "project",
945
+ "hasDynamicHelp": false,
946
+ "multiple": false,
947
+ "type": "option"
926
948
  }
927
949
  },
928
950
  "hasDynamicHelp": false,
929
951
  "hiddenAliases": [],
930
- "id": "codebase:delete",
952
+ "id": "documents:upload",
931
953
  "pluginAlias": "@execufunction/cli",
932
954
  "pluginName": "@execufunction/cli",
933
955
  "pluginType": "core",
@@ -937,20 +959,14 @@
937
959
  "relativePath": [
938
960
  "dist",
939
961
  "commands",
940
- "codebase",
941
- "delete.js"
962
+ "documents",
963
+ "upload.js"
942
964
  ]
943
965
  },
944
- "codebase": {
966
+ "notes:create": {
945
967
  "aliases": [],
946
- "args": {
947
- "id": {
948
- "description": "Repository ID",
949
- "name": "id",
950
- "required": true
951
- }
952
- },
953
- "description": "Index a codebase (scan and upload files)",
968
+ "args": {},
969
+ "description": "Create a note",
954
970
  "flags": {
955
971
  "json": {
956
972
  "description": "Format output as json.",
@@ -985,30 +1001,39 @@
985
1001
  "allowNo": false,
986
1002
  "type": "boolean"
987
1003
  },
988
- "path": {
989
- "description": "Absolute path to repository root",
990
- "name": "path",
1004
+ "title": {
1005
+ "description": "Note title",
1006
+ "name": "title",
991
1007
  "required": true,
992
1008
  "hasDynamicHelp": false,
993
1009
  "multiple": false,
994
1010
  "type": "option"
995
1011
  },
996
- "incremental": {
997
- "description": "Git-aware incremental index (changed files only)",
998
- "name": "incremental",
999
- "allowNo": false,
1000
- "type": "boolean"
1012
+ "content": {
1013
+ "description": "Note content (markdown)",
1014
+ "name": "content",
1015
+ "hasDynamicHelp": false,
1016
+ "multiple": false,
1017
+ "type": "option"
1001
1018
  },
1002
- "include": {
1003
- "description": "Comma-separated include glob patterns",
1004
- "name": "include",
1019
+ "type": {
1020
+ "description": "Note type",
1021
+ "name": "type",
1005
1022
  "hasDynamicHelp": false,
1006
1023
  "multiple": false,
1024
+ "options": [
1025
+ "note",
1026
+ "concept",
1027
+ "meeting",
1028
+ "reference",
1029
+ "daily",
1030
+ "dataset"
1031
+ ],
1007
1032
  "type": "option"
1008
1033
  },
1009
- "exclude": {
1010
- "description": "Comma-separated exclude glob patterns",
1011
- "name": "exclude",
1034
+ "project": {
1035
+ "description": "Project ID",
1036
+ "name": "project",
1012
1037
  "hasDynamicHelp": false,
1013
1038
  "multiple": false,
1014
1039
  "type": "option"
@@ -1016,7 +1041,7 @@
1016
1041
  },
1017
1042
  "hasDynamicHelp": false,
1018
1043
  "hiddenAliases": [],
1019
- "id": "codebase",
1044
+ "id": "notes:create",
1020
1045
  "pluginAlias": "@execufunction/cli",
1021
1046
  "pluginName": "@execufunction/cli",
1022
1047
  "pluginType": "core",
@@ -1026,14 +1051,20 @@
1026
1051
  "relativePath": [
1027
1052
  "dist",
1028
1053
  "commands",
1029
- "codebase",
1030
- "index.js"
1054
+ "notes",
1055
+ "create.js"
1031
1056
  ]
1032
1057
  },
1033
- "codebase:list": {
1058
+ "notes:delete": {
1034
1059
  "aliases": [],
1035
- "args": {},
1036
- "description": "List indexed repositories",
1060
+ "args": {
1061
+ "id": {
1062
+ "description": "Note ID",
1063
+ "name": "id",
1064
+ "required": true
1065
+ }
1066
+ },
1067
+ "description": "Delete a note",
1037
1068
  "flags": {
1038
1069
  "json": {
1039
1070
  "description": "Format output as json.",
@@ -1067,11 +1098,18 @@
1067
1098
  "name": "no-input",
1068
1099
  "allowNo": false,
1069
1100
  "type": "boolean"
1101
+ },
1102
+ "yes": {
1103
+ "char": "y",
1104
+ "description": "Skip confirmation",
1105
+ "name": "yes",
1106
+ "allowNo": false,
1107
+ "type": "boolean"
1070
1108
  }
1071
1109
  },
1072
1110
  "hasDynamicHelp": false,
1073
1111
  "hiddenAliases": [],
1074
- "id": "codebase:list",
1112
+ "id": "notes:delete",
1075
1113
  "pluginAlias": "@execufunction/cli",
1076
1114
  "pluginName": "@execufunction/cli",
1077
1115
  "pluginType": "core",
@@ -1081,14 +1119,20 @@
1081
1119
  "relativePath": [
1082
1120
  "dist",
1083
1121
  "commands",
1084
- "codebase",
1085
- "list.js"
1122
+ "notes",
1123
+ "delete.js"
1086
1124
  ]
1087
1125
  },
1088
- "codebase:register": {
1126
+ "notes:get": {
1089
1127
  "aliases": [],
1090
- "args": {},
1091
- "description": "Register a codebase for indexing",
1128
+ "args": {
1129
+ "id": {
1130
+ "description": "Note ID",
1131
+ "name": "id",
1132
+ "required": true
1133
+ }
1134
+ },
1135
+ "description": "Get a note with full content",
1092
1136
  "flags": {
1093
1137
  "json": {
1094
1138
  "description": "Format output as json.",
@@ -1122,40 +1166,95 @@
1122
1166
  "name": "no-input",
1123
1167
  "allowNo": false,
1124
1168
  "type": "boolean"
1169
+ }
1170
+ },
1171
+ "hasDynamicHelp": false,
1172
+ "hiddenAliases": [],
1173
+ "id": "notes:get",
1174
+ "pluginAlias": "@execufunction/cli",
1175
+ "pluginName": "@execufunction/cli",
1176
+ "pluginType": "core",
1177
+ "strict": true,
1178
+ "enableJsonFlag": true,
1179
+ "isESM": false,
1180
+ "relativePath": [
1181
+ "dist",
1182
+ "commands",
1183
+ "notes",
1184
+ "get.js"
1185
+ ]
1186
+ },
1187
+ "notes:list": {
1188
+ "aliases": [],
1189
+ "args": {},
1190
+ "description": "List notes",
1191
+ "flags": {
1192
+ "json": {
1193
+ "description": "Format output as json.",
1194
+ "helpGroup": "GLOBAL",
1195
+ "name": "json",
1196
+ "allowNo": false,
1197
+ "type": "boolean"
1125
1198
  },
1126
- "name": {
1127
- "description": "Repository name",
1128
- "name": "name",
1129
- "required": true,
1199
+ "token": {
1200
+ "description": "Personal access token",
1201
+ "env": "EXF_TOKEN",
1202
+ "helpGroup": "GLOBAL",
1203
+ "name": "token",
1130
1204
  "hasDynamicHelp": false,
1131
1205
  "multiple": false,
1132
1206
  "type": "option"
1133
1207
  },
1134
- "path": {
1135
- "description": "Absolute path to repository root",
1136
- "name": "path",
1137
- "required": true,
1208
+ "api-url": {
1209
+ "description": "API base URL",
1210
+ "env": "EXF_API_URL",
1211
+ "helpGroup": "GLOBAL",
1212
+ "name": "api-url",
1213
+ "default": "https://execufunction.com",
1138
1214
  "hasDynamicHelp": false,
1139
1215
  "multiple": false,
1140
1216
  "type": "option"
1141
1217
  },
1218
+ "no-input": {
1219
+ "description": "Disable interactive prompts",
1220
+ "helpGroup": "GLOBAL",
1221
+ "name": "no-input",
1222
+ "allowNo": false,
1223
+ "type": "boolean"
1224
+ },
1142
1225
  "project": {
1143
- "description": "Project ID to associate",
1226
+ "description": "Filter by project ID",
1144
1227
  "name": "project",
1145
1228
  "hasDynamicHelp": false,
1146
1229
  "multiple": false,
1147
1230
  "type": "option"
1148
1231
  },
1149
- "auto-index": {
1150
- "description": "Enable automatic indexing",
1151
- "name": "auto-index",
1152
- "allowNo": false,
1153
- "type": "boolean"
1232
+ "type": {
1233
+ "description": "Filter by note type",
1234
+ "name": "type",
1235
+ "hasDynamicHelp": false,
1236
+ "multiple": false,
1237
+ "options": [
1238
+ "note",
1239
+ "concept",
1240
+ "meeting",
1241
+ "reference",
1242
+ "daily",
1243
+ "dataset"
1244
+ ],
1245
+ "type": "option"
1246
+ },
1247
+ "limit": {
1248
+ "description": "Maximum number of results",
1249
+ "name": "limit",
1250
+ "hasDynamicHelp": false,
1251
+ "multiple": false,
1252
+ "type": "option"
1154
1253
  }
1155
1254
  },
1156
1255
  "hasDynamicHelp": false,
1157
1256
  "hiddenAliases": [],
1158
- "id": "codebase:register",
1257
+ "id": "notes:list",
1159
1258
  "pluginAlias": "@execufunction/cli",
1160
1259
  "pluginName": "@execufunction/cli",
1161
1260
  "pluginType": "core",
@@ -1165,11 +1264,11 @@
1165
1264
  "relativePath": [
1166
1265
  "dist",
1167
1266
  "commands",
1168
- "codebase",
1169
- "register.js"
1267
+ "notes",
1268
+ "list.js"
1170
1269
  ]
1171
1270
  },
1172
- "codebase:search": {
1271
+ "notes:search": {
1173
1272
  "aliases": [],
1174
1273
  "args": {
1175
1274
  "query": {
@@ -1178,7 +1277,7 @@
1178
1277
  "required": true
1179
1278
  }
1180
1279
  },
1181
- "description": "Semantic code search",
1280
+ "description": "Search notes",
1182
1281
  "flags": {
1183
1282
  "json": {
1184
1283
  "description": "Format output as json.",
@@ -1213,33 +1312,11 @@
1213
1312
  "allowNo": false,
1214
1313
  "type": "boolean"
1215
1314
  },
1216
- "repo": {
1217
- "description": "Repository ID",
1218
- "name": "repo",
1219
- "hasDynamicHelp": false,
1220
- "multiple": false,
1221
- "type": "option"
1222
- },
1223
- "language": {
1224
- "description": "Filter by language",
1225
- "name": "language",
1226
- "hasDynamicHelp": false,
1227
- "multiple": false,
1228
- "type": "option"
1229
- },
1230
- "symbol-type": {
1231
- "description": "Filter by symbol type",
1232
- "name": "symbol-type",
1315
+ "project": {
1316
+ "description": "Filter by project ID",
1317
+ "name": "project",
1233
1318
  "hasDynamicHelp": false,
1234
1319
  "multiple": false,
1235
- "options": [
1236
- "function",
1237
- "class",
1238
- "interface",
1239
- "type",
1240
- "export",
1241
- "impl"
1242
- ],
1243
1320
  "type": "option"
1244
1321
  },
1245
1322
  "limit": {
@@ -1252,7 +1329,7 @@
1252
1329
  },
1253
1330
  "hasDynamicHelp": false,
1254
1331
  "hiddenAliases": [],
1255
- "id": "codebase:search",
1332
+ "id": "notes:search",
1256
1333
  "pluginAlias": "@execufunction/cli",
1257
1334
  "pluginName": "@execufunction/cli",
1258
1335
  "pluginType": "core",
@@ -1262,20 +1339,20 @@
1262
1339
  "relativePath": [
1263
1340
  "dist",
1264
1341
  "commands",
1265
- "codebase",
1342
+ "notes",
1266
1343
  "search.js"
1267
1344
  ]
1268
1345
  },
1269
- "codebase:snapshot": {
1346
+ "notes:update": {
1270
1347
  "aliases": [],
1271
1348
  "args": {
1272
1349
  "id": {
1273
- "description": "Repository ID",
1350
+ "description": "Note ID",
1274
1351
  "name": "id",
1275
1352
  "required": true
1276
1353
  }
1277
1354
  },
1278
- "description": "Get latest index snapshot for a repository",
1355
+ "description": "Update a note",
1279
1356
  "flags": {
1280
1357
  "json": {
1281
1358
  "description": "Format output as json.",
@@ -1310,23 +1387,39 @@
1310
1387
  "allowNo": false,
1311
1388
  "type": "boolean"
1312
1389
  },
1313
- "branch": {
1314
- "description": "Filter by branch",
1315
- "name": "branch",
1390
+ "title": {
1391
+ "description": "Note title",
1392
+ "name": "title",
1316
1393
  "hasDynamicHelp": false,
1317
1394
  "multiple": false,
1318
1395
  "type": "option"
1319
1396
  },
1320
- "materialize": {
1321
- "description": "Generate a download URL for the snapshot",
1322
- "name": "materialize",
1323
- "allowNo": false,
1324
- "type": "boolean"
1397
+ "content": {
1398
+ "description": "Note content (markdown)",
1399
+ "name": "content",
1400
+ "hasDynamicHelp": false,
1401
+ "multiple": false,
1402
+ "type": "option"
1403
+ },
1404
+ "type": {
1405
+ "description": "Note type",
1406
+ "name": "type",
1407
+ "hasDynamicHelp": false,
1408
+ "multiple": false,
1409
+ "options": [
1410
+ "note",
1411
+ "concept",
1412
+ "meeting",
1413
+ "reference",
1414
+ "daily",
1415
+ "dataset"
1416
+ ],
1417
+ "type": "option"
1325
1418
  }
1326
1419
  },
1327
1420
  "hasDynamicHelp": false,
1328
1421
  "hiddenAliases": [],
1329
- "id": "codebase:snapshot",
1422
+ "id": "notes:update",
1330
1423
  "pluginAlias": "@execufunction/cli",
1331
1424
  "pluginName": "@execufunction/cli",
1332
1425
  "pluginType": "core",
@@ -1336,20 +1429,20 @@
1336
1429
  "relativePath": [
1337
1430
  "dist",
1338
1431
  "commands",
1339
- "codebase",
1340
- "snapshot.js"
1432
+ "notes",
1433
+ "update.js"
1341
1434
  ]
1342
1435
  },
1343
- "codebase:status": {
1436
+ "projects:archive": {
1344
1437
  "aliases": [],
1345
1438
  "args": {
1346
1439
  "id": {
1347
- "description": "Repository ID",
1440
+ "description": "Project ID",
1348
1441
  "name": "id",
1349
1442
  "required": true
1350
1443
  }
1351
1444
  },
1352
- "description": "Check indexing status for a repository",
1445
+ "description": "Archive a project",
1353
1446
  "flags": {
1354
1447
  "json": {
1355
1448
  "description": "Format output as json.",
@@ -1383,11 +1476,18 @@
1383
1476
  "name": "no-input",
1384
1477
  "allowNo": false,
1385
1478
  "type": "boolean"
1479
+ },
1480
+ "yes": {
1481
+ "char": "y",
1482
+ "description": "Skip confirmation",
1483
+ "name": "yes",
1484
+ "allowNo": false,
1485
+ "type": "boolean"
1386
1486
  }
1387
1487
  },
1388
1488
  "hasDynamicHelp": false,
1389
1489
  "hiddenAliases": [],
1390
- "id": "codebase:status",
1490
+ "id": "projects:archive",
1391
1491
  "pluginAlias": "@execufunction/cli",
1392
1492
  "pluginName": "@execufunction/cli",
1393
1493
  "pluginType": "core",
@@ -1397,20 +1497,20 @@
1397
1497
  "relativePath": [
1398
1498
  "dist",
1399
1499
  "commands",
1400
- "codebase",
1401
- "status.js"
1500
+ "projects",
1501
+ "archive.js"
1402
1502
  ]
1403
1503
  },
1404
- "documents:upload": {
1504
+ "projects:context": {
1405
1505
  "aliases": [],
1406
1506
  "args": {
1407
- "file": {
1408
- "description": "Path to file",
1409
- "name": "file",
1507
+ "id": {
1508
+ "description": "Project ID",
1509
+ "name": "id",
1410
1510
  "required": true
1411
1511
  }
1412
1512
  },
1413
- "description": "Upload a document (PDF, Markdown, or text) as a note",
1513
+ "description": "Get project context (tasks, notes, signals)",
1414
1514
  "flags": {
1415
1515
  "json": {
1416
1516
  "description": "Format output as json.",
@@ -1444,40 +1544,11 @@
1444
1544
  "name": "no-input",
1445
1545
  "allowNo": false,
1446
1546
  "type": "boolean"
1447
- },
1448
- "title": {
1449
- "description": "Note title (defaults to filename)",
1450
- "name": "title",
1451
- "hasDynamicHelp": false,
1452
- "multiple": false,
1453
- "type": "option"
1454
- },
1455
- "type": {
1456
- "description": "Note type",
1457
- "name": "type",
1458
- "hasDynamicHelp": false,
1459
- "multiple": false,
1460
- "options": [
1461
- "note",
1462
- "concept",
1463
- "meeting",
1464
- "reference",
1465
- "daily",
1466
- "dataset"
1467
- ],
1468
- "type": "option"
1469
- },
1470
- "project": {
1471
- "description": "Project ID",
1472
- "name": "project",
1473
- "hasDynamicHelp": false,
1474
- "multiple": false,
1475
- "type": "option"
1476
1547
  }
1477
1548
  },
1478
1549
  "hasDynamicHelp": false,
1479
1550
  "hiddenAliases": [],
1480
- "id": "documents:upload",
1551
+ "id": "projects:context",
1481
1552
  "pluginAlias": "@execufunction/cli",
1482
1553
  "pluginName": "@execufunction/cli",
1483
1554
  "pluginType": "core",
@@ -1487,14 +1558,14 @@
1487
1558
  "relativePath": [
1488
1559
  "dist",
1489
1560
  "commands",
1490
- "documents",
1491
- "upload.js"
1561
+ "projects",
1562
+ "context.js"
1492
1563
  ]
1493
1564
  },
1494
- "notes:create": {
1565
+ "projects:create": {
1495
1566
  "aliases": [],
1496
1567
  "args": {},
1497
- "description": "Create a note",
1568
+ "description": "Create a project",
1498
1569
  "flags": {
1499
1570
  "json": {
1500
1571
  "description": "Format output as json.",
@@ -1529,39 +1600,38 @@
1529
1600
  "allowNo": false,
1530
1601
  "type": "boolean"
1531
1602
  },
1532
- "title": {
1533
- "description": "Note title",
1534
- "name": "title",
1603
+ "name": {
1604
+ "description": "Project name",
1605
+ "name": "name",
1535
1606
  "required": true,
1536
1607
  "hasDynamicHelp": false,
1537
1608
  "multiple": false,
1538
1609
  "type": "option"
1539
1610
  },
1540
- "content": {
1541
- "description": "Note content (markdown)",
1542
- "name": "content",
1611
+ "summary": {
1612
+ "description": "Project summary",
1613
+ "name": "summary",
1543
1614
  "hasDynamicHelp": false,
1544
1615
  "multiple": false,
1545
1616
  "type": "option"
1546
1617
  },
1547
- "type": {
1548
- "description": "Note type",
1549
- "name": "type",
1618
+ "status": {
1619
+ "description": "Project status",
1620
+ "name": "status",
1550
1621
  "hasDynamicHelp": false,
1551
1622
  "multiple": false,
1552
1623
  "options": [
1553
- "note",
1554
- "concept",
1555
- "meeting",
1556
- "reference",
1557
- "daily",
1558
- "dataset"
1624
+ "planning",
1625
+ "active",
1626
+ "on_hold",
1627
+ "blocked",
1628
+ "completed"
1559
1629
  ],
1560
1630
  "type": "option"
1561
1631
  },
1562
- "project": {
1563
- "description": "Project ID",
1564
- "name": "project",
1632
+ "emoji": {
1633
+ "description": "Single emoji",
1634
+ "name": "emoji",
1565
1635
  "hasDynamicHelp": false,
1566
1636
  "multiple": false,
1567
1637
  "type": "option"
@@ -1569,7 +1639,7 @@
1569
1639
  },
1570
1640
  "hasDynamicHelp": false,
1571
1641
  "hiddenAliases": [],
1572
- "id": "notes:create",
1642
+ "id": "projects:create",
1573
1643
  "pluginAlias": "@execufunction/cli",
1574
1644
  "pluginName": "@execufunction/cli",
1575
1645
  "pluginType": "core",
@@ -1579,20 +1649,14 @@
1579
1649
  "relativePath": [
1580
1650
  "dist",
1581
1651
  "commands",
1582
- "notes",
1652
+ "projects",
1583
1653
  "create.js"
1584
1654
  ]
1585
1655
  },
1586
- "notes:delete": {
1656
+ "projects:list": {
1587
1657
  "aliases": [],
1588
- "args": {
1589
- "id": {
1590
- "description": "Note ID",
1591
- "name": "id",
1592
- "required": true
1593
- }
1594
- },
1595
- "description": "Delete a note",
1658
+ "args": {},
1659
+ "description": "List projects",
1596
1660
  "flags": {
1597
1661
  "json": {
1598
1662
  "description": "Format output as json.",
@@ -1627,17 +1691,30 @@
1627
1691
  "allowNo": false,
1628
1692
  "type": "boolean"
1629
1693
  },
1630
- "yes": {
1631
- "char": "y",
1632
- "description": "Skip confirmation",
1633
- "name": "yes",
1694
+ "status": {
1695
+ "description": "Filter by status",
1696
+ "name": "status",
1697
+ "hasDynamicHelp": false,
1698
+ "multiple": false,
1699
+ "options": [
1700
+ "planning",
1701
+ "active",
1702
+ "on_hold",
1703
+ "blocked",
1704
+ "completed"
1705
+ ],
1706
+ "type": "option"
1707
+ },
1708
+ "include-archived": {
1709
+ "description": "Include archived projects",
1710
+ "name": "include-archived",
1634
1711
  "allowNo": false,
1635
1712
  "type": "boolean"
1636
1713
  }
1637
1714
  },
1638
1715
  "hasDynamicHelp": false,
1639
1716
  "hiddenAliases": [],
1640
- "id": "notes:delete",
1717
+ "id": "projects:list",
1641
1718
  "pluginAlias": "@execufunction/cli",
1642
1719
  "pluginName": "@execufunction/cli",
1643
1720
  "pluginType": "core",
@@ -1647,20 +1724,20 @@
1647
1724
  "relativePath": [
1648
1725
  "dist",
1649
1726
  "commands",
1650
- "notes",
1651
- "delete.js"
1727
+ "projects",
1728
+ "list.js"
1652
1729
  ]
1653
1730
  },
1654
- "notes:get": {
1731
+ "projects:update": {
1655
1732
  "aliases": [],
1656
1733
  "args": {
1657
1734
  "id": {
1658
- "description": "Note ID",
1735
+ "description": "Project ID",
1659
1736
  "name": "id",
1660
1737
  "required": true
1661
1738
  }
1662
1739
  },
1663
- "description": "Get a note with full content",
1740
+ "description": "Update a project",
1664
1741
  "flags": {
1665
1742
  "json": {
1666
1743
  "description": "Format output as json.",
@@ -1694,11 +1771,46 @@
1694
1771
  "name": "no-input",
1695
1772
  "allowNo": false,
1696
1773
  "type": "boolean"
1774
+ },
1775
+ "name": {
1776
+ "description": "Project name",
1777
+ "name": "name",
1778
+ "hasDynamicHelp": false,
1779
+ "multiple": false,
1780
+ "type": "option"
1781
+ },
1782
+ "summary": {
1783
+ "description": "Project summary",
1784
+ "name": "summary",
1785
+ "hasDynamicHelp": false,
1786
+ "multiple": false,
1787
+ "type": "option"
1788
+ },
1789
+ "status": {
1790
+ "description": "Project status",
1791
+ "name": "status",
1792
+ "hasDynamicHelp": false,
1793
+ "multiple": false,
1794
+ "options": [
1795
+ "planning",
1796
+ "active",
1797
+ "on_hold",
1798
+ "blocked",
1799
+ "completed"
1800
+ ],
1801
+ "type": "option"
1802
+ },
1803
+ "emoji": {
1804
+ "description": "Single emoji",
1805
+ "name": "emoji",
1806
+ "hasDynamicHelp": false,
1807
+ "multiple": false,
1808
+ "type": "option"
1697
1809
  }
1698
1810
  },
1699
1811
  "hasDynamicHelp": false,
1700
1812
  "hiddenAliases": [],
1701
- "id": "notes:get",
1813
+ "id": "projects:update",
1702
1814
  "pluginAlias": "@execufunction/cli",
1703
1815
  "pluginName": "@execufunction/cli",
1704
1816
  "pluginType": "core",
@@ -1708,14 +1820,20 @@
1708
1820
  "relativePath": [
1709
1821
  "dist",
1710
1822
  "commands",
1711
- "notes",
1712
- "get.js"
1823
+ "projects",
1824
+ "update.js"
1713
1825
  ]
1714
1826
  },
1715
- "notes:list": {
1827
+ "tasks:complete": {
1716
1828
  "aliases": [],
1717
- "args": {},
1718
- "description": "List notes",
1829
+ "args": {
1830
+ "id": {
1831
+ "description": "Task ID",
1832
+ "name": "id",
1833
+ "required": true
1834
+ }
1835
+ },
1836
+ "description": "Mark a task as complete",
1719
1837
  "flags": {
1720
1838
  "json": {
1721
1839
  "description": "Format output as json.",
@@ -1749,40 +1867,11 @@
1749
1867
  "name": "no-input",
1750
1868
  "allowNo": false,
1751
1869
  "type": "boolean"
1752
- },
1753
- "project": {
1754
- "description": "Filter by project ID",
1755
- "name": "project",
1756
- "hasDynamicHelp": false,
1757
- "multiple": false,
1758
- "type": "option"
1759
- },
1760
- "type": {
1761
- "description": "Filter by note type",
1762
- "name": "type",
1763
- "hasDynamicHelp": false,
1764
- "multiple": false,
1765
- "options": [
1766
- "note",
1767
- "concept",
1768
- "meeting",
1769
- "reference",
1770
- "daily",
1771
- "dataset"
1772
- ],
1773
- "type": "option"
1774
- },
1775
- "limit": {
1776
- "description": "Maximum number of results",
1777
- "name": "limit",
1778
- "hasDynamicHelp": false,
1779
- "multiple": false,
1780
- "type": "option"
1781
1870
  }
1782
1871
  },
1783
1872
  "hasDynamicHelp": false,
1784
1873
  "hiddenAliases": [],
1785
- "id": "notes:list",
1874
+ "id": "tasks:complete",
1786
1875
  "pluginAlias": "@execufunction/cli",
1787
1876
  "pluginName": "@execufunction/cli",
1788
1877
  "pluginType": "core",
@@ -1792,20 +1881,18 @@
1792
1881
  "relativePath": [
1793
1882
  "dist",
1794
1883
  "commands",
1795
- "notes",
1796
- "list.js"
1884
+ "tasks",
1885
+ "complete.js"
1797
1886
  ]
1798
1887
  },
1799
- "notes:search": {
1888
+ "tasks:create": {
1800
1889
  "aliases": [],
1801
- "args": {
1802
- "query": {
1803
- "description": "Search query",
1804
- "name": "query",
1805
- "required": true
1806
- }
1807
- },
1808
- "description": "Search notes",
1890
+ "args": {},
1891
+ "description": "Create a task",
1892
+ "examples": [
1893
+ "<%= config.bin %> tasks create --title \"Review PR\"",
1894
+ "<%= config.bin %> tasks create --title \"Ship feature\" --priority do_now --due 2026-03-01"
1895
+ ],
1809
1896
  "flags": {
1810
1897
  "json": {
1811
1898
  "description": "Format output as json.",
@@ -1840,16 +1927,44 @@
1840
1927
  "allowNo": false,
1841
1928
  "type": "boolean"
1842
1929
  },
1843
- "project": {
1844
- "description": "Filter by project ID",
1845
- "name": "project",
1930
+ "title": {
1931
+ "description": "Task title",
1932
+ "name": "title",
1933
+ "required": true,
1846
1934
  "hasDynamicHelp": false,
1847
1935
  "multiple": false,
1848
1936
  "type": "option"
1849
1937
  },
1850
- "limit": {
1851
- "description": "Maximum number of results",
1852
- "name": "limit",
1938
+ "description": {
1939
+ "description": "Task description",
1940
+ "name": "description",
1941
+ "hasDynamicHelp": false,
1942
+ "multiple": false,
1943
+ "type": "option"
1944
+ },
1945
+ "priority": {
1946
+ "description": "Priority level",
1947
+ "name": "priority",
1948
+ "hasDynamicHelp": false,
1949
+ "multiple": false,
1950
+ "options": [
1951
+ "do_now",
1952
+ "schedule",
1953
+ "delegate",
1954
+ "someday"
1955
+ ],
1956
+ "type": "option"
1957
+ },
1958
+ "due": {
1959
+ "description": "Due date (ISO 8601)",
1960
+ "name": "due",
1961
+ "hasDynamicHelp": false,
1962
+ "multiple": false,
1963
+ "type": "option"
1964
+ },
1965
+ "project": {
1966
+ "description": "Project ID",
1967
+ "name": "project",
1853
1968
  "hasDynamicHelp": false,
1854
1969
  "multiple": false,
1855
1970
  "type": "option"
@@ -1857,7 +1972,7 @@
1857
1972
  },
1858
1973
  "hasDynamicHelp": false,
1859
1974
  "hiddenAliases": [],
1860
- "id": "notes:search",
1975
+ "id": "tasks:create",
1861
1976
  "pluginAlias": "@execufunction/cli",
1862
1977
  "pluginName": "@execufunction/cli",
1863
1978
  "pluginType": "core",
@@ -1867,20 +1982,20 @@
1867
1982
  "relativePath": [
1868
1983
  "dist",
1869
1984
  "commands",
1870
- "notes",
1871
- "search.js"
1985
+ "tasks",
1986
+ "create.js"
1872
1987
  ]
1873
1988
  },
1874
- "notes:update": {
1989
+ "tasks:delete": {
1875
1990
  "aliases": [],
1876
1991
  "args": {
1877
1992
  "id": {
1878
- "description": "Note ID",
1993
+ "description": "Task ID",
1879
1994
  "name": "id",
1880
1995
  "required": true
1881
1996
  }
1882
1997
  },
1883
- "description": "Update a note",
1998
+ "description": "Delete a task",
1884
1999
  "flags": {
1885
2000
  "json": {
1886
2001
  "description": "Format output as json.",
@@ -1915,39 +2030,17 @@
1915
2030
  "allowNo": false,
1916
2031
  "type": "boolean"
1917
2032
  },
1918
- "title": {
1919
- "description": "Note title",
1920
- "name": "title",
1921
- "hasDynamicHelp": false,
1922
- "multiple": false,
1923
- "type": "option"
1924
- },
1925
- "content": {
1926
- "description": "Note content (markdown)",
1927
- "name": "content",
1928
- "hasDynamicHelp": false,
1929
- "multiple": false,
1930
- "type": "option"
1931
- },
1932
- "type": {
1933
- "description": "Note type",
1934
- "name": "type",
1935
- "hasDynamicHelp": false,
1936
- "multiple": false,
1937
- "options": [
1938
- "note",
1939
- "concept",
1940
- "meeting",
1941
- "reference",
1942
- "daily",
1943
- "dataset"
1944
- ],
1945
- "type": "option"
2033
+ "yes": {
2034
+ "char": "y",
2035
+ "description": "Skip confirmation",
2036
+ "name": "yes",
2037
+ "allowNo": false,
2038
+ "type": "boolean"
1946
2039
  }
1947
2040
  },
1948
2041
  "hasDynamicHelp": false,
1949
2042
  "hiddenAliases": [],
1950
- "id": "notes:update",
2043
+ "id": "tasks:delete",
1951
2044
  "pluginAlias": "@execufunction/cli",
1952
2045
  "pluginName": "@execufunction/cli",
1953
2046
  "pluginType": "core",
@@ -1957,14 +2050,20 @@
1957
2050
  "relativePath": [
1958
2051
  "dist",
1959
2052
  "commands",
1960
- "notes",
1961
- "update.js"
2053
+ "tasks",
2054
+ "delete.js"
1962
2055
  ]
1963
2056
  },
1964
- "people:list": {
2057
+ "tasks:get": {
1965
2058
  "aliases": [],
1966
- "args": {},
1967
- "description": "List contacts",
2059
+ "args": {
2060
+ "id": {
2061
+ "description": "Task ID",
2062
+ "name": "id",
2063
+ "required": true
2064
+ }
2065
+ },
2066
+ "description": "Get task details",
1968
2067
  "flags": {
1969
2068
  "json": {
1970
2069
  "description": "Format output as json.",
@@ -1998,18 +2097,11 @@
1998
2097
  "name": "no-input",
1999
2098
  "allowNo": false,
2000
2099
  "type": "boolean"
2001
- },
2002
- "limit": {
2003
- "description": "Maximum number of results",
2004
- "name": "limit",
2005
- "hasDynamicHelp": false,
2006
- "multiple": false,
2007
- "type": "option"
2008
2100
  }
2009
2101
  },
2010
2102
  "hasDynamicHelp": false,
2011
2103
  "hiddenAliases": [],
2012
- "id": "people:list",
2104
+ "id": "tasks:get",
2013
2105
  "pluginAlias": "@execufunction/cli",
2014
2106
  "pluginName": "@execufunction/cli",
2015
2107
  "pluginType": "core",
@@ -2019,20 +2111,19 @@
2019
2111
  "relativePath": [
2020
2112
  "dist",
2021
2113
  "commands",
2022
- "people",
2023
- "list.js"
2114
+ "tasks",
2115
+ "get.js"
2024
2116
  ]
2025
2117
  },
2026
- "people:search": {
2118
+ "tasks:list": {
2027
2119
  "aliases": [],
2028
- "args": {
2029
- "query": {
2030
- "description": "Search query",
2031
- "name": "query",
2032
- "required": true
2033
- }
2034
- },
2035
- "description": "Search contacts",
2120
+ "args": {},
2121
+ "description": "List tasks",
2122
+ "examples": [
2123
+ "<%= config.bin %> tasks list",
2124
+ "<%= config.bin %> tasks list --status in_progress",
2125
+ "<%= config.bin %> tasks list --project <project-id> --json"
2126
+ ],
2036
2127
  "flags": {
2037
2128
  "json": {
2038
2129
  "description": "Format output as json.",
@@ -2067,6 +2158,28 @@
2067
2158
  "allowNo": false,
2068
2159
  "type": "boolean"
2069
2160
  },
2161
+ "status": {
2162
+ "description": "Filter by status",
2163
+ "name": "status",
2164
+ "hasDynamicHelp": false,
2165
+ "multiple": false,
2166
+ "options": [
2167
+ "inbox",
2168
+ "next_action",
2169
+ "in_progress",
2170
+ "waiting_for",
2171
+ "completed",
2172
+ "archived"
2173
+ ],
2174
+ "type": "option"
2175
+ },
2176
+ "project": {
2177
+ "description": "Filter by project ID",
2178
+ "name": "project",
2179
+ "hasDynamicHelp": false,
2180
+ "multiple": false,
2181
+ "type": "option"
2182
+ },
2070
2183
  "limit": {
2071
2184
  "description": "Maximum number of results",
2072
2185
  "name": "limit",
@@ -2077,7 +2190,7 @@
2077
2190
  },
2078
2191
  "hasDynamicHelp": false,
2079
2192
  "hiddenAliases": [],
2080
- "id": "people:search",
2193
+ "id": "tasks:list",
2081
2194
  "pluginAlias": "@execufunction/cli",
2082
2195
  "pluginName": "@execufunction/cli",
2083
2196
  "pluginType": "core",
@@ -2087,20 +2200,20 @@
2087
2200
  "relativePath": [
2088
2201
  "dist",
2089
2202
  "commands",
2090
- "people",
2091
- "search.js"
2203
+ "tasks",
2204
+ "list.js"
2092
2205
  ]
2093
2206
  },
2094
- "projects:archive": {
2207
+ "tasks:update": {
2095
2208
  "aliases": [],
2096
2209
  "args": {
2097
2210
  "id": {
2098
- "description": "Project ID",
2211
+ "description": "Task ID",
2099
2212
  "name": "id",
2100
2213
  "required": true
2101
2214
  }
2102
2215
  },
2103
- "description": "Archive a project",
2216
+ "description": "Update a task",
2104
2217
  "flags": {
2105
2218
  "json": {
2106
2219
  "description": "Format output as json.",
@@ -2135,17 +2248,66 @@
2135
2248
  "allowNo": false,
2136
2249
  "type": "boolean"
2137
2250
  },
2138
- "yes": {
2139
- "char": "y",
2140
- "description": "Skip confirmation",
2141
- "name": "yes",
2142
- "allowNo": false,
2143
- "type": "boolean"
2251
+ "title": {
2252
+ "description": "Task title",
2253
+ "name": "title",
2254
+ "hasDynamicHelp": false,
2255
+ "multiple": false,
2256
+ "type": "option"
2257
+ },
2258
+ "description": {
2259
+ "description": "Task description",
2260
+ "name": "description",
2261
+ "hasDynamicHelp": false,
2262
+ "multiple": false,
2263
+ "type": "option"
2264
+ },
2265
+ "status": {
2266
+ "description": "Task status",
2267
+ "name": "status",
2268
+ "hasDynamicHelp": false,
2269
+ "multiple": false,
2270
+ "options": [
2271
+ "inbox",
2272
+ "next_action",
2273
+ "in_progress",
2274
+ "waiting_for",
2275
+ "completed",
2276
+ "archived"
2277
+ ],
2278
+ "type": "option"
2279
+ },
2280
+ "priority": {
2281
+ "description": "Priority level",
2282
+ "name": "priority",
2283
+ "hasDynamicHelp": false,
2284
+ "multiple": false,
2285
+ "options": [
2286
+ "do_now",
2287
+ "schedule",
2288
+ "delegate",
2289
+ "someday"
2290
+ ],
2291
+ "type": "option"
2292
+ },
2293
+ "due": {
2294
+ "description": "Due date (ISO 8601)",
2295
+ "name": "due",
2296
+ "hasDynamicHelp": false,
2297
+ "multiple": false,
2298
+ "type": "option"
2299
+ },
2300
+ "project": {
2301
+ "description": "Project ID",
2302
+ "name": "project",
2303
+ "hasDynamicHelp": false,
2304
+ "multiple": false,
2305
+ "type": "option"
2144
2306
  }
2145
2307
  },
2146
2308
  "hasDynamicHelp": false,
2147
2309
  "hiddenAliases": [],
2148
- "id": "projects:archive",
2310
+ "id": "tasks:update",
2149
2311
  "pluginAlias": "@execufunction/cli",
2150
2312
  "pluginName": "@execufunction/cli",
2151
2313
  "pluginType": "core",
@@ -2155,20 +2317,20 @@
2155
2317
  "relativePath": [
2156
2318
  "dist",
2157
2319
  "commands",
2158
- "projects",
2159
- "archive.js"
2320
+ "tasks",
2321
+ "update.js"
2160
2322
  ]
2161
2323
  },
2162
- "projects:context": {
2324
+ "codebase:delete": {
2163
2325
  "aliases": [],
2164
2326
  "args": {
2165
2327
  "id": {
2166
- "description": "Project ID",
2328
+ "description": "Repository ID",
2167
2329
  "name": "id",
2168
2330
  "required": true
2169
2331
  }
2170
2332
  },
2171
- "description": "Get project context (tasks, notes, signals)",
2333
+ "description": "Delete a repository and all indexed data",
2172
2334
  "flags": {
2173
2335
  "json": {
2174
2336
  "description": "Format output as json.",
@@ -2202,11 +2364,18 @@
2202
2364
  "name": "no-input",
2203
2365
  "allowNo": false,
2204
2366
  "type": "boolean"
2367
+ },
2368
+ "yes": {
2369
+ "char": "y",
2370
+ "description": "Skip confirmation",
2371
+ "name": "yes",
2372
+ "allowNo": false,
2373
+ "type": "boolean"
2205
2374
  }
2206
2375
  },
2207
2376
  "hasDynamicHelp": false,
2208
2377
  "hiddenAliases": [],
2209
- "id": "projects:context",
2378
+ "id": "codebase:delete",
2210
2379
  "pluginAlias": "@execufunction/cli",
2211
2380
  "pluginName": "@execufunction/cli",
2212
2381
  "pluginType": "core",
@@ -2216,14 +2385,20 @@
2216
2385
  "relativePath": [
2217
2386
  "dist",
2218
2387
  "commands",
2219
- "projects",
2220
- "context.js"
2388
+ "codebase",
2389
+ "delete.js"
2221
2390
  ]
2222
2391
  },
2223
- "projects:create": {
2392
+ "codebase": {
2224
2393
  "aliases": [],
2225
- "args": {},
2226
- "description": "Create a project",
2394
+ "args": {
2395
+ "id": {
2396
+ "description": "Repository ID",
2397
+ "name": "id",
2398
+ "required": true
2399
+ }
2400
+ },
2401
+ "description": "Index a codebase (scan and upload files)",
2227
2402
  "flags": {
2228
2403
  "json": {
2229
2404
  "description": "Format output as json.",
@@ -2258,121 +2433,38 @@
2258
2433
  "allowNo": false,
2259
2434
  "type": "boolean"
2260
2435
  },
2261
- "name": {
2262
- "description": "Project name",
2263
- "name": "name",
2436
+ "path": {
2437
+ "description": "Absolute path to repository root",
2438
+ "name": "path",
2264
2439
  "required": true,
2265
2440
  "hasDynamicHelp": false,
2266
2441
  "multiple": false,
2267
2442
  "type": "option"
2268
2443
  },
2269
- "summary": {
2270
- "description": "Project summary",
2271
- "name": "summary",
2272
- "hasDynamicHelp": false,
2273
- "multiple": false,
2274
- "type": "option"
2275
- },
2276
- "status": {
2277
- "description": "Project status",
2278
- "name": "status",
2279
- "hasDynamicHelp": false,
2280
- "multiple": false,
2281
- "options": [
2282
- "planning",
2283
- "active",
2284
- "on_hold",
2285
- "blocked",
2286
- "completed"
2287
- ],
2288
- "type": "option"
2289
- },
2290
- "emoji": {
2291
- "description": "Single emoji",
2292
- "name": "emoji",
2293
- "hasDynamicHelp": false,
2294
- "multiple": false,
2295
- "type": "option"
2296
- }
2297
- },
2298
- "hasDynamicHelp": false,
2299
- "hiddenAliases": [],
2300
- "id": "projects:create",
2301
- "pluginAlias": "@execufunction/cli",
2302
- "pluginName": "@execufunction/cli",
2303
- "pluginType": "core",
2304
- "strict": true,
2305
- "enableJsonFlag": true,
2306
- "isESM": false,
2307
- "relativePath": [
2308
- "dist",
2309
- "commands",
2310
- "projects",
2311
- "create.js"
2312
- ]
2313
- },
2314
- "projects:list": {
2315
- "aliases": [],
2316
- "args": {},
2317
- "description": "List projects",
2318
- "flags": {
2319
- "json": {
2320
- "description": "Format output as json.",
2321
- "helpGroup": "GLOBAL",
2322
- "name": "json",
2444
+ "incremental": {
2445
+ "description": "Git-aware incremental index (changed files only)",
2446
+ "name": "incremental",
2323
2447
  "allowNo": false,
2324
2448
  "type": "boolean"
2325
2449
  },
2326
- "token": {
2327
- "description": "Personal access token",
2328
- "env": "EXF_TOKEN",
2329
- "helpGroup": "GLOBAL",
2330
- "name": "token",
2331
- "hasDynamicHelp": false,
2332
- "multiple": false,
2333
- "type": "option"
2334
- },
2335
- "api-url": {
2336
- "description": "API base URL",
2337
- "env": "EXF_API_URL",
2338
- "helpGroup": "GLOBAL",
2339
- "name": "api-url",
2340
- "default": "https://execufunction.com",
2450
+ "include": {
2451
+ "description": "Comma-separated include glob patterns",
2452
+ "name": "include",
2341
2453
  "hasDynamicHelp": false,
2342
2454
  "multiple": false,
2343
2455
  "type": "option"
2344
2456
  },
2345
- "no-input": {
2346
- "description": "Disable interactive prompts",
2347
- "helpGroup": "GLOBAL",
2348
- "name": "no-input",
2349
- "allowNo": false,
2350
- "type": "boolean"
2351
- },
2352
- "status": {
2353
- "description": "Filter by status",
2354
- "name": "status",
2457
+ "exclude": {
2458
+ "description": "Comma-separated exclude glob patterns",
2459
+ "name": "exclude",
2355
2460
  "hasDynamicHelp": false,
2356
2461
  "multiple": false,
2357
- "options": [
2358
- "planning",
2359
- "active",
2360
- "on_hold",
2361
- "blocked",
2362
- "completed"
2363
- ],
2364
2462
  "type": "option"
2365
- },
2366
- "include-archived": {
2367
- "description": "Include archived projects",
2368
- "name": "include-archived",
2369
- "allowNo": false,
2370
- "type": "boolean"
2371
2463
  }
2372
2464
  },
2373
2465
  "hasDynamicHelp": false,
2374
2466
  "hiddenAliases": [],
2375
- "id": "projects:list",
2467
+ "id": "codebase",
2376
2468
  "pluginAlias": "@execufunction/cli",
2377
2469
  "pluginName": "@execufunction/cli",
2378
2470
  "pluginType": "core",
@@ -2382,20 +2474,14 @@
2382
2474
  "relativePath": [
2383
2475
  "dist",
2384
2476
  "commands",
2385
- "projects",
2386
- "list.js"
2477
+ "codebase",
2478
+ "index.js"
2387
2479
  ]
2388
2480
  },
2389
- "projects:update": {
2481
+ "codebase:list": {
2390
2482
  "aliases": [],
2391
- "args": {
2392
- "id": {
2393
- "description": "Project ID",
2394
- "name": "id",
2395
- "required": true
2396
- }
2397
- },
2398
- "description": "Update a project",
2483
+ "args": {},
2484
+ "description": "List indexed repositories",
2399
2485
  "flags": {
2400
2486
  "json": {
2401
2487
  "description": "Format output as json.",
@@ -2429,46 +2515,11 @@
2429
2515
  "name": "no-input",
2430
2516
  "allowNo": false,
2431
2517
  "type": "boolean"
2432
- },
2433
- "name": {
2434
- "description": "Project name",
2435
- "name": "name",
2436
- "hasDynamicHelp": false,
2437
- "multiple": false,
2438
- "type": "option"
2439
- },
2440
- "summary": {
2441
- "description": "Project summary",
2442
- "name": "summary",
2443
- "hasDynamicHelp": false,
2444
- "multiple": false,
2445
- "type": "option"
2446
- },
2447
- "status": {
2448
- "description": "Project status",
2449
- "name": "status",
2450
- "hasDynamicHelp": false,
2451
- "multiple": false,
2452
- "options": [
2453
- "planning",
2454
- "active",
2455
- "on_hold",
2456
- "blocked",
2457
- "completed"
2458
- ],
2459
- "type": "option"
2460
- },
2461
- "emoji": {
2462
- "description": "Single emoji",
2463
- "name": "emoji",
2464
- "hasDynamicHelp": false,
2465
- "multiple": false,
2466
- "type": "option"
2467
2518
  }
2468
2519
  },
2469
2520
  "hasDynamicHelp": false,
2470
2521
  "hiddenAliases": [],
2471
- "id": "projects:update",
2522
+ "id": "codebase:list",
2472
2523
  "pluginAlias": "@execufunction/cli",
2473
2524
  "pluginName": "@execufunction/cli",
2474
2525
  "pluginType": "core",
@@ -2478,20 +2529,14 @@
2478
2529
  "relativePath": [
2479
2530
  "dist",
2480
2531
  "commands",
2481
- "projects",
2482
- "update.js"
2532
+ "codebase",
2533
+ "list.js"
2483
2534
  ]
2484
2535
  },
2485
- "tasks:complete": {
2536
+ "codebase:register": {
2486
2537
  "aliases": [],
2487
- "args": {
2488
- "id": {
2489
- "description": "Task ID",
2490
- "name": "id",
2491
- "required": true
2492
- }
2493
- },
2494
- "description": "Mark a task as complete",
2538
+ "args": {},
2539
+ "description": "Register a codebase for indexing",
2495
2540
  "flags": {
2496
2541
  "json": {
2497
2542
  "description": "Format output as json.",
@@ -2525,11 +2570,40 @@
2525
2570
  "name": "no-input",
2526
2571
  "allowNo": false,
2527
2572
  "type": "boolean"
2573
+ },
2574
+ "name": {
2575
+ "description": "Repository name",
2576
+ "name": "name",
2577
+ "required": true,
2578
+ "hasDynamicHelp": false,
2579
+ "multiple": false,
2580
+ "type": "option"
2581
+ },
2582
+ "path": {
2583
+ "description": "Absolute path to repository root",
2584
+ "name": "path",
2585
+ "required": true,
2586
+ "hasDynamicHelp": false,
2587
+ "multiple": false,
2588
+ "type": "option"
2589
+ },
2590
+ "project": {
2591
+ "description": "Project ID to associate",
2592
+ "name": "project",
2593
+ "hasDynamicHelp": false,
2594
+ "multiple": false,
2595
+ "type": "option"
2596
+ },
2597
+ "auto-index": {
2598
+ "description": "Enable automatic indexing",
2599
+ "name": "auto-index",
2600
+ "allowNo": false,
2601
+ "type": "boolean"
2528
2602
  }
2529
2603
  },
2530
2604
  "hasDynamicHelp": false,
2531
2605
  "hiddenAliases": [],
2532
- "id": "tasks:complete",
2606
+ "id": "codebase:register",
2533
2607
  "pluginAlias": "@execufunction/cli",
2534
2608
  "pluginName": "@execufunction/cli",
2535
2609
  "pluginType": "core",
@@ -2539,18 +2613,20 @@
2539
2613
  "relativePath": [
2540
2614
  "dist",
2541
2615
  "commands",
2542
- "tasks",
2543
- "complete.js"
2616
+ "codebase",
2617
+ "register.js"
2544
2618
  ]
2545
2619
  },
2546
- "tasks:create": {
2620
+ "codebase:search": {
2547
2621
  "aliases": [],
2548
- "args": {},
2549
- "description": "Create a task",
2550
- "examples": [
2551
- "<%= config.bin %> tasks create --title \"Review PR\"",
2552
- "<%= config.bin %> tasks create --title \"Ship feature\" --priority do_now --due 2026-03-01"
2553
- ],
2622
+ "args": {
2623
+ "query": {
2624
+ "description": "Search query",
2625
+ "name": "query",
2626
+ "required": true
2627
+ }
2628
+ },
2629
+ "description": "Semantic code search",
2554
2630
  "flags": {
2555
2631
  "json": {
2556
2632
  "description": "Format output as json.",
@@ -2585,44 +2661,38 @@
2585
2661
  "allowNo": false,
2586
2662
  "type": "boolean"
2587
2663
  },
2588
- "title": {
2589
- "description": "Task title",
2590
- "name": "title",
2591
- "required": true,
2664
+ "repo": {
2665
+ "description": "Repository ID",
2666
+ "name": "repo",
2592
2667
  "hasDynamicHelp": false,
2593
2668
  "multiple": false,
2594
2669
  "type": "option"
2595
2670
  },
2596
- "description": {
2597
- "description": "Task description",
2598
- "name": "description",
2671
+ "language": {
2672
+ "description": "Filter by language",
2673
+ "name": "language",
2599
2674
  "hasDynamicHelp": false,
2600
2675
  "multiple": false,
2601
2676
  "type": "option"
2602
2677
  },
2603
- "priority": {
2604
- "description": "Priority level",
2605
- "name": "priority",
2678
+ "symbol-type": {
2679
+ "description": "Filter by symbol type",
2680
+ "name": "symbol-type",
2606
2681
  "hasDynamicHelp": false,
2607
2682
  "multiple": false,
2608
2683
  "options": [
2609
- "do_now",
2610
- "schedule",
2611
- "delegate",
2612
- "someday"
2684
+ "function",
2685
+ "class",
2686
+ "interface",
2687
+ "type",
2688
+ "export",
2689
+ "impl"
2613
2690
  ],
2614
2691
  "type": "option"
2615
2692
  },
2616
- "due": {
2617
- "description": "Due date (ISO 8601)",
2618
- "name": "due",
2619
- "hasDynamicHelp": false,
2620
- "multiple": false,
2621
- "type": "option"
2622
- },
2623
- "project": {
2624
- "description": "Project ID",
2625
- "name": "project",
2693
+ "limit": {
2694
+ "description": "Maximum number of results",
2695
+ "name": "limit",
2626
2696
  "hasDynamicHelp": false,
2627
2697
  "multiple": false,
2628
2698
  "type": "option"
@@ -2630,7 +2700,7 @@
2630
2700
  },
2631
2701
  "hasDynamicHelp": false,
2632
2702
  "hiddenAliases": [],
2633
- "id": "tasks:create",
2703
+ "id": "codebase:search",
2634
2704
  "pluginAlias": "@execufunction/cli",
2635
2705
  "pluginName": "@execufunction/cli",
2636
2706
  "pluginType": "core",
@@ -2640,20 +2710,20 @@
2640
2710
  "relativePath": [
2641
2711
  "dist",
2642
2712
  "commands",
2643
- "tasks",
2644
- "create.js"
2713
+ "codebase",
2714
+ "search.js"
2645
2715
  ]
2646
2716
  },
2647
- "tasks:delete": {
2717
+ "codebase:snapshot": {
2648
2718
  "aliases": [],
2649
2719
  "args": {
2650
2720
  "id": {
2651
- "description": "Task ID",
2721
+ "description": "Repository ID",
2652
2722
  "name": "id",
2653
2723
  "required": true
2654
2724
  }
2655
2725
  },
2656
- "description": "Delete a task",
2726
+ "description": "Get latest index snapshot for a repository",
2657
2727
  "flags": {
2658
2728
  "json": {
2659
2729
  "description": "Format output as json.",
@@ -2688,17 +2758,23 @@
2688
2758
  "allowNo": false,
2689
2759
  "type": "boolean"
2690
2760
  },
2691
- "yes": {
2692
- "char": "y",
2693
- "description": "Skip confirmation",
2694
- "name": "yes",
2761
+ "branch": {
2762
+ "description": "Filter by branch",
2763
+ "name": "branch",
2764
+ "hasDynamicHelp": false,
2765
+ "multiple": false,
2766
+ "type": "option"
2767
+ },
2768
+ "materialize": {
2769
+ "description": "Generate a download URL for the snapshot",
2770
+ "name": "materialize",
2695
2771
  "allowNo": false,
2696
2772
  "type": "boolean"
2697
2773
  }
2698
2774
  },
2699
2775
  "hasDynamicHelp": false,
2700
2776
  "hiddenAliases": [],
2701
- "id": "tasks:delete",
2777
+ "id": "codebase:snapshot",
2702
2778
  "pluginAlias": "@execufunction/cli",
2703
2779
  "pluginName": "@execufunction/cli",
2704
2780
  "pluginType": "core",
@@ -2708,20 +2784,20 @@
2708
2784
  "relativePath": [
2709
2785
  "dist",
2710
2786
  "commands",
2711
- "tasks",
2712
- "delete.js"
2787
+ "codebase",
2788
+ "snapshot.js"
2713
2789
  ]
2714
2790
  },
2715
- "tasks:get": {
2791
+ "codebase:status": {
2716
2792
  "aliases": [],
2717
2793
  "args": {
2718
2794
  "id": {
2719
- "description": "Task ID",
2795
+ "description": "Repository ID",
2720
2796
  "name": "id",
2721
2797
  "required": true
2722
2798
  }
2723
2799
  },
2724
- "description": "Get task details",
2800
+ "description": "Check indexing status for a repository",
2725
2801
  "flags": {
2726
2802
  "json": {
2727
2803
  "description": "Format output as json.",
@@ -2759,7 +2835,7 @@
2759
2835
  },
2760
2836
  "hasDynamicHelp": false,
2761
2837
  "hiddenAliases": [],
2762
- "id": "tasks:get",
2838
+ "id": "codebase:status",
2763
2839
  "pluginAlias": "@execufunction/cli",
2764
2840
  "pluginName": "@execufunction/cli",
2765
2841
  "pluginType": "core",
@@ -2769,19 +2845,14 @@
2769
2845
  "relativePath": [
2770
2846
  "dist",
2771
2847
  "commands",
2772
- "tasks",
2773
- "get.js"
2848
+ "codebase",
2849
+ "status.js"
2774
2850
  ]
2775
2851
  },
2776
- "tasks:list": {
2852
+ "people:list": {
2777
2853
  "aliases": [],
2778
2854
  "args": {},
2779
- "description": "List tasks",
2780
- "examples": [
2781
- "<%= config.bin %> tasks list",
2782
- "<%= config.bin %> tasks list --status in_progress",
2783
- "<%= config.bin %> tasks list --project <project-id> --json"
2784
- ],
2855
+ "description": "List contacts",
2785
2856
  "flags": {
2786
2857
  "json": {
2787
2858
  "description": "Format output as json.",
@@ -2816,28 +2887,6 @@
2816
2887
  "allowNo": false,
2817
2888
  "type": "boolean"
2818
2889
  },
2819
- "status": {
2820
- "description": "Filter by status",
2821
- "name": "status",
2822
- "hasDynamicHelp": false,
2823
- "multiple": false,
2824
- "options": [
2825
- "inbox",
2826
- "next_action",
2827
- "in_progress",
2828
- "waiting_for",
2829
- "completed",
2830
- "archived"
2831
- ],
2832
- "type": "option"
2833
- },
2834
- "project": {
2835
- "description": "Filter by project ID",
2836
- "name": "project",
2837
- "hasDynamicHelp": false,
2838
- "multiple": false,
2839
- "type": "option"
2840
- },
2841
2890
  "limit": {
2842
2891
  "description": "Maximum number of results",
2843
2892
  "name": "limit",
@@ -2848,7 +2897,7 @@
2848
2897
  },
2849
2898
  "hasDynamicHelp": false,
2850
2899
  "hiddenAliases": [],
2851
- "id": "tasks:list",
2900
+ "id": "people:list",
2852
2901
  "pluginAlias": "@execufunction/cli",
2853
2902
  "pluginName": "@execufunction/cli",
2854
2903
  "pluginType": "core",
@@ -2858,20 +2907,20 @@
2858
2907
  "relativePath": [
2859
2908
  "dist",
2860
2909
  "commands",
2861
- "tasks",
2910
+ "people",
2862
2911
  "list.js"
2863
2912
  ]
2864
2913
  },
2865
- "tasks:update": {
2914
+ "people:search": {
2866
2915
  "aliases": [],
2867
2916
  "args": {
2868
- "id": {
2869
- "description": "Task ID",
2870
- "name": "id",
2917
+ "query": {
2918
+ "description": "Search query",
2919
+ "name": "query",
2871
2920
  "required": true
2872
2921
  }
2873
2922
  },
2874
- "description": "Update a task",
2923
+ "description": "Search contacts",
2875
2924
  "flags": {
2876
2925
  "json": {
2877
2926
  "description": "Format output as json.",
@@ -2906,58 +2955,9 @@
2906
2955
  "allowNo": false,
2907
2956
  "type": "boolean"
2908
2957
  },
2909
- "title": {
2910
- "description": "Task title",
2911
- "name": "title",
2912
- "hasDynamicHelp": false,
2913
- "multiple": false,
2914
- "type": "option"
2915
- },
2916
- "description": {
2917
- "description": "Task description",
2918
- "name": "description",
2919
- "hasDynamicHelp": false,
2920
- "multiple": false,
2921
- "type": "option"
2922
- },
2923
- "status": {
2924
- "description": "Task status",
2925
- "name": "status",
2926
- "hasDynamicHelp": false,
2927
- "multiple": false,
2928
- "options": [
2929
- "inbox",
2930
- "next_action",
2931
- "in_progress",
2932
- "waiting_for",
2933
- "completed",
2934
- "archived"
2935
- ],
2936
- "type": "option"
2937
- },
2938
- "priority": {
2939
- "description": "Priority level",
2940
- "name": "priority",
2941
- "hasDynamicHelp": false,
2942
- "multiple": false,
2943
- "options": [
2944
- "do_now",
2945
- "schedule",
2946
- "delegate",
2947
- "someday"
2948
- ],
2949
- "type": "option"
2950
- },
2951
- "due": {
2952
- "description": "Due date (ISO 8601)",
2953
- "name": "due",
2954
- "hasDynamicHelp": false,
2955
- "multiple": false,
2956
- "type": "option"
2957
- },
2958
- "project": {
2959
- "description": "Project ID",
2960
- "name": "project",
2958
+ "limit": {
2959
+ "description": "Maximum number of results",
2960
+ "name": "limit",
2961
2961
  "hasDynamicHelp": false,
2962
2962
  "multiple": false,
2963
2963
  "type": "option"
@@ -2965,7 +2965,7 @@
2965
2965
  },
2966
2966
  "hasDynamicHelp": false,
2967
2967
  "hiddenAliases": [],
2968
- "id": "tasks:update",
2968
+ "id": "people:search",
2969
2969
  "pluginAlias": "@execufunction/cli",
2970
2970
  "pluginName": "@execufunction/cli",
2971
2971
  "pluginType": "core",
@@ -2975,8 +2975,8 @@
2975
2975
  "relativePath": [
2976
2976
  "dist",
2977
2977
  "commands",
2978
- "tasks",
2979
- "update.js"
2978
+ "people",
2979
+ "search.js"
2980
2980
  ]
2981
2981
  },
2982
2982
  "vault:create": {
@@ -3737,5 +3737,5 @@
3737
3737
  ]
3738
3738
  }
3739
3739
  },
3740
- "version": "0.3.0"
3740
+ "version": "0.3.1"
3741
3741
  }