Skip to content

Elijas/agent-checkpoints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Checkpoints Framework

Status: Early prototype - not ready for public use.

Repository Structure

This repository maintains three parallel documentation tracks, each tailored to a specific audience. All tracks derive from the authoritative specification in spec/.

spec/ - The Authoritative Specification

The source of truth for the framework. Written for framework maintainers, this directory contains formal, complete definitions and explains the reasoning behind design decisions. When any documentation conflicts arise, the spec is authoritative.

docs/ - Human Learning Material

Teaching material for developers learning the framework. Content is organized as a progressive learning path, with beginner-friendly explanations that build understanding step-by-step.

prompts/ - AI Agent Context

Concise, actionable instructions designed for AI agents like Claude. These files use terse language with navigation pointers, intended to be injected into system prompts or browsed by AI during execution.

Other Directories

  • bin/ - Convenience tooling for both humans and AI agents