toolnet-memory 0.3.5 → 0.3.7
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.
- package/bin/toolnet-memory +44 -111
- package/bundle/full-index.js +23 -22
- package/bundle/graph-cli.js +1 -0
- package/bundle/graph-index.js +1 -1
- package/bundle/graph-ui.js +3 -0
- package/bundle/help-cli.js +4 -0
- package/bundle/impact.js +2 -2
- package/bundle/mcp.js +20 -20
- package/bundle/model-cli.js +2 -0
- package/bundle/public/index.html +2987 -0
- package/bundle/public/vendor/3d-force-graph.min.js +5 -0
- package/bundle/runtime.js +6 -6
- package/bundle/semantic.js +6 -6
- package/bundle/shimmer-worker.js +1 -0
- package/bundle/status-cli.js +4 -0
- package/package.json +1 -1
package/bin/toolnet-memory
CHANGED
|
@@ -595,119 +595,52 @@ case "$COMMAND" in
|
|
|
595
595
|
;;
|
|
596
596
|
|
|
597
597
|
help|--help|-h)
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
GUARD (Architecture & Rule Checking):
|
|
631
|
-
toolnet-memory guard:check Check project rules and evidence
|
|
632
|
-
toolnet-memory guard:check --file <path> Check if file violates rules
|
|
633
|
-
toolnet-memory guard:check --command "<cmd>" Check if command is dangerous
|
|
634
|
-
toolnet-memory guard:explain Show rules and evidence
|
|
635
|
-
toolnet-memory guard:json Output guard result as JSON
|
|
636
|
-
|
|
637
|
-
NOTE: Raw transcripts are not injected into prompts.
|
|
638
|
-
Durable memory is promoted selectively based on importance scoring.
|
|
639
|
-
Guard mode: warn (default), strict, or off (TOOLNET_GUARD_MODE)
|
|
640
|
-
|
|
641
|
-
PROJECT MANUAL:
|
|
642
|
-
toolnet-memory project:manual-init [--project PATH]
|
|
643
|
-
toolnet-memory project:manual-show [--project PATH]
|
|
644
|
-
toolnet-memory project:manual-sync [--project PATH]
|
|
645
|
-
|
|
646
|
-
MEMORY AGENT QUERY:
|
|
647
|
-
toolnet-memory ask "<question>" Ask concise project-memory questions
|
|
648
|
-
|
|
649
|
-
WORK CONTINUITY:
|
|
650
|
-
toolnet-memory work:status [--project PATH]
|
|
651
|
-
toolnet-memory work:json [--project PATH]
|
|
652
|
-
toolnet-memory work:reconcile [--project PATH]
|
|
653
|
-
|
|
654
|
-
CODE INTELLIGENCE:
|
|
655
|
-
toolnet-memory index
|
|
656
|
-
toolnet-memory index:graph
|
|
657
|
-
toolnet-memory incremental
|
|
658
|
-
toolnet-memory semantic "query"
|
|
659
|
-
toolnet-memory impact [file]
|
|
660
|
-
|
|
661
|
-
SETUP & INTEGRATION:
|
|
662
|
-
toolnet-memory --version
|
|
663
|
-
toolnet-memory doctor
|
|
664
|
-
toolnet-memory provider:list
|
|
665
|
-
toolnet-memory provider:status
|
|
666
|
-
toolnet-memory provider:test [llm|embedding]
|
|
667
|
-
toolnet-memory setup
|
|
668
|
-
toolnet-memory update
|
|
669
|
-
toolnet-memory config get KEY
|
|
670
|
-
toolnet-memory config set KEY VALUE
|
|
671
|
-
toolnet-memory config open
|
|
672
|
-
toolnet-memory integrate:auto
|
|
673
|
-
toolnet-memory integrate:opencode
|
|
674
|
-
toolnet-memory integrate:agy
|
|
675
|
-
toolnet-memory integrate:codex
|
|
676
|
-
toolnet-memory mcp
|
|
677
|
-
toolnet-memory api
|
|
678
|
-
|
|
679
|
-
OPTIONAL BACKGROUND SERVICE:
|
|
680
|
-
toolnet-memory service:install Install/start daemon in PM2
|
|
681
|
-
toolnet-memory service:start Start installed daemon
|
|
682
|
-
toolnet-memory service:stop Stop daemon
|
|
683
|
-
toolnet-memory service:restart Restart daemon after ToolNet updates
|
|
684
|
-
toolnet-memory service:status Show daemon/cache status
|
|
685
|
-
toolnet-memory service:remove Remove daemon from PM2
|
|
686
|
-
toolnet-memory service Run daemon in foreground
|
|
687
|
-
|
|
688
|
-
PRODUCTION:
|
|
689
|
-
toolnet-memory production:certify Verify packaged production runtime
|
|
690
|
-
|
|
691
|
-
SNAPSHOTS:
|
|
692
|
-
toolnet-memory snapshot:list
|
|
693
|
-
toolnet-memory snapshot:create "reason"
|
|
694
|
-
toolnet-memory snapshot:restore <id>
|
|
695
|
-
toolnet-memory recover
|
|
696
|
-
|
|
697
|
-
SESSION SYNC (manual):
|
|
698
|
-
toolnet-memory session:agy-sync <conversation-id> --transcript <path>
|
|
699
|
-
toolnet-memory session:codex-sync <thread-id>
|
|
700
|
-
toolnet-memory session:opencode-sync <session-id>
|
|
701
|
-
|
|
702
|
-
IMPORTANT:
|
|
703
|
-
Deep recovery commands (brief, handoff:latest, session:*-recover) are manual only.
|
|
704
|
-
Do not run them automatically at startup. Use fast context commands instead.
|
|
705
|
-
HELP
|
|
598
|
+
shift
|
|
599
|
+
run bundle/help-cli.js src/production/help-cli.ts "$@"
|
|
600
|
+
;;
|
|
601
|
+
|
|
602
|
+
# Aliases
|
|
603
|
+
context)
|
|
604
|
+
shift
|
|
605
|
+
run bundle/context-runtime.js src/work-continuity/context-runtime-cli.ts print "$@"
|
|
606
|
+
;;
|
|
607
|
+
|
|
608
|
+
work)
|
|
609
|
+
shift
|
|
610
|
+
if [ -f "$ROOT/bundle/work-continuity.js" ]; then
|
|
611
|
+
exec node "$ROOT/bundle/work-continuity.js" status "$@"
|
|
612
|
+
fi
|
|
613
|
+
exec "$TSX" "$ROOT/src/work-continuity/cli.ts" status "$@"
|
|
614
|
+
;;
|
|
615
|
+
|
|
616
|
+
graph)
|
|
617
|
+
shift
|
|
618
|
+
run bundle/graph-cli.js src/production/graph-cli.ts "$@"
|
|
619
|
+
;;
|
|
620
|
+
|
|
621
|
+
graph:ui)
|
|
622
|
+
shift
|
|
623
|
+
run bundle/graph-cli.js src/production/graph-cli.ts "$@"
|
|
624
|
+
;;
|
|
625
|
+
|
|
626
|
+
model)
|
|
627
|
+
shift
|
|
628
|
+
run bundle/model-cli.js src/production/model-cli.ts "$@"
|
|
706
629
|
;;
|
|
707
630
|
|
|
631
|
+
provider)
|
|
632
|
+
shift
|
|
633
|
+
run bundle/provider.js src/ai/provider-cli.ts status "$@"
|
|
634
|
+
;;
|
|
635
|
+
|
|
636
|
+
status)
|
|
637
|
+
shift
|
|
638
|
+
run bundle/status-cli.js src/production/status-cli.ts "$@"
|
|
639
|
+
;;
|
|
640
|
+
|
|
641
|
+
|
|
708
642
|
*)
|
|
709
|
-
|
|
710
|
-
echo "Run: toolnet-memory help"
|
|
711
|
-
exit 1
|
|
643
|
+
run bundle/help-cli.js src/production/help-cli.ts --unknown "$COMMAND"
|
|
712
644
|
;;
|
|
645
|
+
|
|
713
646
|
esac
|