🐑
Documentation

Sheeep Platform Overview

Sheeep is a Git-native workspace for project memory: documentation, planning boards, and supporting files that stay as normal files in your repo.

Core File Types

  • .shp pages are non-technical-friendly docs with readable structure, comments, and linked pages for onboarding, SOPs, launch notes, and handoffs.
  • .frm boards are file-backed task systems with Board/List modes, Saved Views, filters, grouping, sorting, task metadata, dependencies, and bulk updates.
  • README.md hybrid mode keeps GitHub-readable markdown while preserving richer Sheeep source for editing.
  • PDF, DOCX, and XLSX open in built-in viewers. Wide tables/pages stay readable on mobile via horizontal scrolling instead of text compression.
  • How Sync Works

  • Edits are local-first in both web and VS Code surfaces.
  • VS Code resolves repo identity from .git (Git API first, filesystem fallback). Web uses selected GitHub repo and branch.
  • Queued sync targets repo identity, reuses existing PRs by base/head, and avoids duplicate commits when content hash is unchanged.
  • Practical Guides

  • FRM Workflows for board/list execution, metadata triage, and saved views.
  • Offline and Sync for local-first editing, repo identity, and reconnect behavior.
  • Mobile Reading and Tables for .shp/README table overflow and DOCX mobile page readability.
  • Sheeep - Local-first project memory