seshat-cli 0.3.2

CLI commands and TUI for Seshat
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
# Seshat SessionStart hook — soft reminder to use project intelligence tools.
# Installed by `seshat init` into ~/.claude/hooks/ or .claude/hooks/.
# Fires on: startup, resume, clear, compact.

cat << 'REMINDER'
Seshat is active for this project. Before writing code:
  query_project_context()           — understand stack and top conventions
  query_code_pattern(query="...")   — find existing implementations by name
  query_convention(topic="...")     — learn the pattern for any area
  validate_approach(description="...") — check your plan before writing
  map_diff_impact()                    — assess change impact before committing

Load the `seshat` skill for full details.
REMINDER