Tocket CLI: A Context Engineering Framework for AI Coding Agents

What Tocket Does
Tocket is a CLI tool that addresses context loss when switching between AI coding agents like Cursor and Claude. Instead of relying on massive .cursorrules files or single prompt.txt files that become unmanageable as projects grow, Tocket creates a structured "Memory Bank" within your repository.
How It Works
The tool scaffolds a .context/ folder containing several markdown files that any AI agent can read and write to:
activeContext.md- Tracks what's being worked on right nowsystemPatterns.md- Contains architecture rulestechContext.md- Documents the tech stack (Tocket auto-detects this from your package.json)progress.md- Tracks milestones
Getting Started
To try Tocket with zero configuration for Cursor/Claude users:
npx @pedrocivita/tocket initRun this command in your project root. The tool will:
- Auto-detect your frameworks (React, Vite, Node, etc.)
- Generate the .context folder
- Create a .cursorrules file pre-configured to instruct AI agents to read the memory bank before acting
Key Features
The core protocol (TOCKET.md) is completely agent-agnostic. The tool is described as a "Context Engineering Framework" rather than another AI agent. The repository is available at https://github.com/pedrocivita/tocket.
📖 Read the full source: r/ClaudeAI
👀 See Also

Running Qwen3.6-35B-A3B-UD-Q5_K_XL Locally with VS Code Copilot on AMD R9700
A user shares their working llama.cpp setup for Qwen3.6-35B-A3B-UD-Q5_K_XL on a single AMD R9700 with Vulkan, achieving full website and Playwright test generation from scratch with minimal nudging.

Windows System Tray Monitor for Claude Code Quota
A Windows system tray application that monitors Claude Code usage with a color-coded icon, auto-refreshes quota data every 5 minutes via Anthropic's OAuth API, and provides detailed dashboards showing hourly, daily, weekly, and monthly usage patterns.

Claude Octopus v8.48: Multi-AI Orchestration Plugin for Development Workflows
Claude Octopus v8.48 is an open-source plugin that orchestrates Claude, Codex, and Gemini AI models in parallel with distinct roles across development phases. It includes a 75% consensus gate between phases, fresh context windows for complex tasks, and specific commands like /octo:embrace for full lifecycle development.

Radicle 1.8.0 Released: Decentralized Peer-to-Peer Code Forge Built on Git
Radicle 1.8.0 ships a sovereign, peer-to-peer code forge on Git with CLI, web UI, and desktop client. Repos replicate across peers using NoiseXK and a custom gossip protocol – no central server.