refactor(ctx): remove dead code from ctx integration

This commit is contained in:
Hibryda 2026-03-08 19:37:17 +01:00
parent f50811cfdb
commit 4f2b8b3183
6 changed files with 4 additions and 81 deletions

2
ctx
View file

@ -8,9 +8,7 @@ Usage: ctx <command> [args]
import sqlite3
import sys
import os
import json
from datetime import datetime, timezone
from pathlib import Path
DB_PATH = Path.home() / ".claude-context" / "context.db"