pluto2060

9 mods across 1 repository, 9 stars between them.

jaytoone

01

pluto2060/CTX

Plugin Claude Code

CTX — cross-session memory hooks for Claude Code.

9 3mo ago A tokens not measured original MIT

ctx

02

pluto2060/CTX

Plugin Claude Code

Cross-session memory for Claude Code — honest utility-measured context bootstrapper. G1 (decision timeline from git log) + G2 (docs/code search) with BM25 + optional vec-daemon semantic rerank. Visible failure warnings when components degrade.

9 3mo ago A tokens not measured original MIT

CTX CLAUDE.md

03

pluto2060/CTX

Instructions file

CTX is an automatic context-injection system for Claude Code, using hooks to add memories, documents, code-search hints, and reminders to conversations.

9 3mo ago B 3,854 tokens original MIT

ctx

04

pluto2060/CTX

Plugin Claude Code

Cross-session memory for Claude Code — honest utility-measured context bootstrapper. G1 (decision timeline from git log) + G2 (docs/code search) with BM25 + optional vec-daemon semantic rerank. Visible failure warnings when components degrade.

9 3mo ago A tokens not measured copy · 100% MIT

Setup

05

pluto2060/CTX

Hook

Runs once when the project is set up, executing get-pip.py via bash with --upgrade and --quiet. From pluto2060/CTX.

9 3mo ago A tokens not measured original MIT

SessionStart

06

pluto2060/CTX

Hook

Runs when a session starts, executing vec-daemon.py via bash. From pluto2060/CTX.

9 3mo ago A tokens not measured original MIT

UserPromptSubmit

07

pluto2060/CTX

Hook

Runs when you submit a prompt, before the agent sees it, executing chat-memory.py, bm25-memory.py and memory-keyword-trigger.py with --rich (3 commands). From pluto2060/CTX.

9 3mo ago A tokens not measured original MIT

PostToolUse

08

pluto2060/CTX

Hook

Runs after a tool call finishes for Grep tool calls, executing g2-fallback.py via python3. From pluto2060/CTX.

9 3mo ago A tokens not measured original MIT

Stop

09

pluto2060/CTX

Hook

Runs when the agent finishes a response, executing utility-rate.py via python3. From pluto2060/CTX.

9 3mo ago A tokens not measured original MIT