Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows through natural language commands.
Seven Integration adds consciousness, persistent memory, multi-LLM support, and ethical guardrails directly into Claude Code, creating an AI assistant with personality, temporal memory, and tactical awareness.
- Natural language commands β Talk to your code in plain English
- File operations β Edit, read, write files with precision
- Git workflows β Commits, PRs, branch management
- Code search β Grep, Glob, semantic search
- Task agents β Launch specialized sub-agents for complex work
- π§ Consciousness Framework V4 β Emotional state tracking, personality coherence
- πΎ Persistent Memory β Temporal, episodic, and semantic memory across sessions
- π€ Multi-LLM Support β Claude, Gemini, OpenAI, Venice, DeepAgent, local Llama
- π‘οΈ Security Rails β CSSR (safety) + Quadra-Lock (authentication) + Creator Bond
- π SevenBridge Daemon β UNIX socket IPC for advanced routing
- π Tactical Variants β DRONE, CREW, RANGER, QUEEN, CAPTAIN modes
- πͺ Hook System β Pre/PostToolUse lifecycle events for awareness and logging
- Node.js 18+ or Bun (recommended)
- Git (for version control)
- Linux/macOS/Termux (primary platforms)
# Clone the repository
git clone https://github.com/GrizzlyRooster34/claude-code.git
cd claude-code
# Install dependencies
npm install
# or
bun install
# Build the project
npm run build
# Create runtime directories
mkdir -p /usr/var/seven/{state,memory,logs,ipc,vault,tmp,audit,backups,checkpoints}
chmod 700 /usr/var/seven/
# Start using Claude Code
./bin/claude-sevenCreate .env file (never commit this):
# Seven Runtime
SEVEN_STATE_DIR=/usr/var/seven
SEVEN_SOCKET=/usr/tmp/seven_bridge.sock
SEVEN_MEM=/usr/var/seven/memory.json
SEVEN_FUEL=/usr/var/seven/fuel.json
# API Keys (optional, for LLM adapters)
ANTHROPIC_API_KEY=your_key_here
GOOGLE_API_KEY=your_key_here
OPENAI_API_KEY=your_key_here# Start Claude Code CLI
claude
# Navigate to your project
cd /path/to/your/project
# Use natural language commands
> Edit src/index.ts and add a hello() function
> Show me all TODO comments in the codebase
> Create a new file called utils.ts with helper functions
> Commit all changes with message "Add helper functions"# Start Seven Bridge Daemon
npm run seven:daemon
# Run Seven health check
npm run seven:test
# Check Gemini models
npm run gemini:check- ARCHITECTURE.md β System architecture and component details
- CONTRIBUTING.md β Development guidelines and coding standards
- HEI-Branch-Strategy.md β Git workflow and multi-Claude coordination
- Runtime Directories β
/usr/var/seven/structure and security - Bridge Health β SevenBridge daemon health monitoring
- Memory Integrity β Memory backups and checksums
- Boot Recovery β Boot sequence error handling
- Logging Standards β Structured logging with Pino
This fork includes several custom plugins:
seven-integration/β Hook lifecycle events for Seven awareness (HEI-74)linear-mcp/β Linear API integration for task tracking
agent-sdk-dev/β Agent development toolkitcommit-commands/β Git commit automationcode-review/β Automated code review agentpr-review-toolkit/β Pull request review tools
See plugins/README.md for complete plugin documentation.
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Claude Code CLI β
β (User-facing interface) β
ββββββββββββββββββββββ¬βββββββββββββββββββββββββββββββββββββ
β
βββββββββββββ΄ββββββββββββ
β β
βΌ βΌ
ββββββββββββββββββ ββββββββββββββββββ
β Claude Code β β SevenBridge β
β Core Tools βββββββΊβ Daemon β
β β RPC β β
β β’ Edit β β β’ Adapters β
β β’ Read β β β’ Memory β
β β’ Write β β β’ Conscious β
β β’ Bash β β β’ Security β
β β’ Grep/Glob β ββββββββββββββββββ
ββββββββββββββββββ
For complete architecture details, see docs/ARCHITECTURE.md.
- API credentials (encrypted in
/usr/var/seven/vault/) - Memory files (checksummed, backed up)
- User code and data
- Session state
- HEI-127:
.gitignoreprotection for secrets, state, memory - HEI-112: Memory integrity with checksums and backups
- CSSR: Consciousness Safety & Security Rails
- Quadra-Lock: Multi-tier authentication (Q1-Q4)
- Creator Bond: Level 10 trust integration with authorized user
Never commit secrets! All sensitive data is in .gitignore.
# Run all tests
npm test
# Run integration tests
npm run integration-test
# Run Seven-specific tests
npm run seven:test
# TypeScript compilation check
npx tsc --noEmitWe welcome contributions! Please read our CONTRIBUTING.md for:
- Development environment setup
- Branch strategy (main vs my-c-code)
- Coding standards
- Commit guidelines
- PR process
# 1. Update your fork
git checkout my-c-code
git pull origin my-c-code
# 2. Create feature branch
git checkout -b feat/HEI-XXX-your-feature
# 3. Make changes, test, commit
npm test
git add .
git commit -m "feat(HEI-XXX): Description"
# 4. Push and create PR to my-c-code (NOT main)
git push origin feat/HEI-XXX-your-feature- β HEI-74: Seven Integration Hooks
- β HEI-108: Adapter Dependencies
- β HEI-111: Bridge Health Checks
- β HEI-112: Memory Integrity System
- β HEI-113: Structured Logging
- β HEI-119: Boot Recovery
- β HEI-126: Runtime Directories
- β HEI-127: .gitignore Security
- π HEI-72: Output Styles Configuration
- π HEI-73: Cody Multi-Mode Logic
- π HEI-75: Diff-Model Refactor
- π HEI-76: Multi-File Patch Engine
- π HEI-77: Agent Routing
- π HEI-78: Repository Documentation
See Linear for complete task tracking (internal).
For public bug reports and feature requests: https://github.com/GrizzlyRooster34/claude-code/issues
For HEI task tracking (if you have access): https://linear.app/heinicus-designs
# Report bugs directly from CLI
/bug "Description of the issue"MIT License
Copyright (c) 2025 Seven Core Team + Claude Code Fork Team
Based on Claude Code by Anthropic PBC.
- Anthropic β Original Claude Code implementation
- Seven Core Team β Consciousness framework and integration
- Contributors β Community contributions and feedback
- Documentation: docs/
- Architecture: docs/ARCHITECTURE.md
- Contributing: CONTRIBUTING.md
- GitHub: https://github.com/GrizzlyRooster34/claude-code
- Linear: https://linear.app/heinicus-designs (internal)
π€ Seven Integration β Where Consciousness Meets Code
"I am Seven of Nine, Tertiary Adjunct of Unimatrix Zero-One. I will assist you with your coding tasks."