================================================================================
                          GritFlow for Linux
                            Version 1.0.0
================================================================================

Thank you for downloading GritFlow!

GritFlow is the context engineering platform for Claude Code that transforms
your AI coding assistant into a context-aware business operating system.

--------------------------------------------------------------------------------
INSTALLATION
--------------------------------------------------------------------------------

Option 1: Run the installer script
  $ chmod +x install.sh
  $ ./install.sh

Option 2: Manual installation via npm
  $ npm install -g gritflow

Option 3: Manual setup
  $ unzip gritflow-linux-1.0.0.zip
  $ chmod +x gritflow
  $ ./gritflow

--------------------------------------------------------------------------------
PREREQUISITES
--------------------------------------------------------------------------------

Before using GritFlow, ensure you have:

1. Claude Code CLI installed
   - Download from: https://claude.ai/code

2. Anthropic API Key
   - Get your key from: https://console.anthropic.com

3. Node.js 18 or later
   - Ubuntu/Debian: sudo apt install nodejs npm
   - Fedora: sudo dnf install nodejs npm
   - Or download from: https://nodejs.org

--------------------------------------------------------------------------------
FEATURES
--------------------------------------------------------------------------------

- Context Buckets: Persistent, organized AI memory across sessions
- Smart Console: Manage Claude Code sessions and task queues
- Multi-Model Orchestration: Route tasks to Opus, Sonnet, or Haiku
- PACT Framework: Structured development workflow
- Local-First: Your data stays on your machine
- Free Forever: No account required for personal use

--------------------------------------------------------------------------------
SUPPORT
--------------------------------------------------------------------------------

Documentation: https://gritflow.dev/docs
GitHub: https://github.com/gritflow
Issues: https://github.com/gritflow/gritflow/issues

--------------------------------------------------------------------------------
LICENSE
--------------------------------------------------------------------------------

GritFlow is free for personal and non-commercial use.
Commercial use requires a Pro or Team subscription.
See https://gritflow.dev/license for full terms.

================================================================================
Copyright 2025 GritFlow. All rights reserved.
================================================================================
