Rebrand continuity-kit → Breadcrumbs and set up as standalone repo#1
Merged
Merged
Conversation
Flatten the monorepo subdir to the repo root, rename the package continuity_kit → breadcrumbs and the source shim continuity.py → crumb.py, and rebrand every tool/package/command identifier across the source, tests, packaging, docs, and CI/release workflows. - pyproject: name=breadcrumbs; scripts crumb + breadcrumbs-mcp; package-data and packages.find under breadcrumbs/; Homepage/Documentation → jumbodaddystack/breadcrumbs. - CLI: console script crumb; `--version` prints "breadcrumbs X.Y.Z (record schema_version N)"; .gitignore managed-block markers rebranded. On-disk record schema_version is unchanged. - MCP: server name/identifier → breadcrumbs; env var CONTINUITY_PROJECT → BREADCRUMBS_PROJECT; console script breadcrumbs-mcp. - Workflows: drop the monorepo working-directory default from ci.yml and release.yml; release artifact path → dist/; trusted-publisher header and PyPI URLs → breadcrumbs; ci greps expect breadcrumbs/crumb. - Docs/README/RELEASING rebranded; generic "project continuity" concept prose retained. Fixtures (hash-validated sample stores) left untouched. Verified: 157 tests pass; `python -m build` + `twine check` both PASS with 17 bundled template files (4 .gitkeep); installed wheel runs the full MVP smoke (crumb --version/init/validate/remember/capture/resume/search/guard/ audit/scan-secrets). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RHRE3JytvdtAECtrgdP7Fc
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.
Flatten the monorepo subdir to the repo root, rename the package continuity_kit → breadcrumbs and the source shim continuity.py → crumb.py, and rebrand every tool/package/command identifier across the source, tests, packaging, docs, and CI/release workflows.
--versionprints "breadcrumbs X.Y.Z (record schema_version N)"; .gitignore managed-block markers rebranded. On-disk record schema_version is unchanged.Verified: 157 tests pass;
python -m build+twine checkboth PASS with 17 bundled template files (4 .gitkeep); installed wheel runs the full MVP smoke (crumb --version/init/validate/remember/capture/resume/search/guard/ audit/scan-secrets).Claude-Session: https://claude.ai/code/session_01RHRE3JytvdtAECtrgdP7Fc