@cuisitekp: Those who have been using Claude Code or Codex for projects for a long time should really try installing Trellis. It's not an exaggeration to say it's the closest solution to "making AI remember your project" right now. Many people find that AI becomes increasingly unreliable over time, and their first reaction is to switch to a more powerful model or pile on longer prompts...
Summary
Trellis is an open-source engineering framework that persists project context, specs, tasks, and memory into a repository, enabling AI coding agents to remember conventions and progress across sessions. It integrates with 14 AI coding platforms and aims to solve the problem of AI forgetting project context, improving development workflow for teams and individuals.
View Cached Full Text
Cached at: 06/11/26, 05:42 PM
An out-of-the-box engineering framework for AI coding. AI writes code fast, but every session it starts from scratch — no memory of your project, your conventions, or your team’s requirements. Trellis persists specs, tasks, and memory into your repo, so any coding agent works to your engineering standards.
Simplified Chinese • Docs • Quick Start • Supported Platforms • Use Cases
Official Repository • AGPL-3.0 License • Built by Mindfold
Similar Articles
@Xudong07452910: Strongly recommended open-source project: Trellis — an open-source harness that gives your AI coding agent team-level engineering standards. Trellis is the AI coding engineering framework I've been using, known as 'The best agent harness'. It…
Trellis is an open-source project that provides team-level engineering standards and a project memory framework for AI coding agents. It supports multiple platforms and enhances agent development efficiency and quality by persisting specifications and task context to code repositories.
@wsl8297: Found an AI programming management tool for teams on GitHub: Trellis. It solves the core pain point of multi-developer AI collaboration—inconsistent project information seen by each developer and AI tool. It takes the long system prompts that were stuffed into CLAUDE.md, AGENTS.md, or .cursorr…
Trellis is an AI programming management tool for teams. It solves the problem of inconsistent project information among AI tools in multi-developer collaboration by structuring spec, task, workflow, and journal. It supports managing multiple AI agents simultaneously and automatically synchronizing project memory.
@kevinma_dev_zh: I didn't expect Trellis to have over 9000 stars and 5000+ weekly downloads, it's growing fast
Trellis has reached 9000+ GitHub stars and 5000+ weekly downloads, growing rapidly. Praised as the closest thing to "letting AI remember a project", recommended for users of Claude Code or Codex.
@VincentLogic: This open-source project cuts Claude Code's costs by 25%. It doesn't build new models or a new IDE. It just draws a "code map" for the AI coding agent. Traditional approach: the model reads the entire repo → token explosion. Its approach: first parse the code with Tree-si…
An open-source project uses Tree-sitter to parse code into a graph structure and store it in local SQLite, providing a code map for AI coding agents, thereby reducing token consumption and costs. On average, it saves 57% tokens and reduces costs by 25%. Supports tools like Claude Code, Cursor, aider, etc.
@cevenif: Using Claude Code or Codex for development, but feel like AI is running wild? This course might be the missing piece you need. There's an open-source course on GitHub called Learn Harness Engineering, which teaches you to establish a controllable workflow framework for AI coding assistants, centered around five core mechanisms...
GitHub open-source course Learn Harness Engineering teaches you to build a controllable workflow framework for AI coding assistants (e.g., Claude Code, Codex). It includes 12 theory lessons and 6 hands-on projects, covering core mechanisms: instruction, state, validation, scope, and session.