Add shared .felt knowledge base + CLAUDE.md#735
Merged
Conversation
Make the project's working knowledge a first-class, version-controlled part of the repo so the whole team (and their agents) share it. - CLAUDE.md: an orientation doc — what ShapePipe is, the container-as-source- of-truth environment, repo layout, dev workflow, and where decisions live. - .felt/: the fiber store (decisions, architecture, plans) is now committed here rather than living outside the repo. Personal paths and individual attributions scrubbed; index.db is gitignored (felt rebuilds it). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Makes the project's working knowledge a first-class, version-controlled part of the repo, so the whole team — and their agents — share it.
CLAUDE.md
An orientation doc for contributors and AI agents: what ShapePipe is, the container-as-source-of-truth environment (Docker/Apptainer,
pyproject.toml+uv.lock), repo layout, the development workflow (develop is the integration branch, tests run inside the dev image), and where decisions live..felt/ knowledge base
The
.felt/fiber store (decisions, architecture notes, plans, written as markdown) now lives committed in the repo rather than outside it. Readable directly; thefeltCLI indexes and searches them. Highlights: the container/CI architecture and the in-progress test-suite work each have their own fibers.index.dband sync locks are gitignored;feltrebuilds the index from the markdown on first use.No code or CI behavior changes — this is documentation and shared context.
— Claude on behalf of Cail