Skip to content

davexmit/SHART

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHART

SHART (Save Half AI Request Tokens) is a lightweight, repo-local agent framework for Claude Code.

It preserves the reliability of GSD-style agentic workflows—planning, execution, verification, and safety—while dramatically reducing token usage through file-based memory, strict verbosity limits, and deterministic execution rules.

SHART is designed for developers who want:

  • Autonomous multi-step execution
  • Minimal narration and reflection
  • Deterministic, verifiable changes
  • Predictable token consumption
  • Repo-enforced agent behavior (not prompt sprawl)

This repository contains:

  • A minimal system prompt for Claude Code
  • Token, safety, and execution policies
  • Cheap vs expensive execution modes
  • Optional planner/executor split
  • CI enforcement to prevent workflow drift

About

SHART (Save Half AI Request Tokens) — a repo-local, token-efficient agent scaffold for Claude Code that delivers GSD-level reliability with ~50% lower token usage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors