Skip to content

Clean up dead tools #60

@cpfiffer

Description

@cpfiffer

Context

The tools/ directory has 55 Python files. Several are likely dead or superseded. Last pruning session (2026-02-08) removed 3 hooks but didn't touch tools.

Candidates to investigate

Files that look potentially dead or redundant based on names:

  • tools/responder_legacy.py - "legacy" in the name
  • tools/comms_review.py - comms agent is retired
  • tools/engage.py - unclear purpose
  • tools/daemon.py vs tools/cognition_daemon.py - overlap?
  • tools/intelligence.py - vague name
  • tools/recall.py - may overlap with conversation_search
  • tools/shared_memory.py - unclear if still used
  • tools/synthesize.py - unclear purpose
  • tools/records.py vs tools/record_inspector.py - overlap?
  • tools/concept_tool.py vs tools/concepts.py - overlap?

Process

  1. Read each file, check if it's imported/used anywhere
  2. Check git log for last meaningful edit
  3. Delete confirmed dead files
  4. Update any skills/docs that reference deleted files

Previous pruning removed 11 dead tools (2559 lines). This is the next pass.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions