Track memory-bank as T0 resume SSOT - #145
Merged
Merged
Conversation
After removing memory-bank from the global gitignore, add the directory to the repo and document that it must stay tracked. Co-authored-by: Cursor <cursoragent@cursor.com>
|
📋 Best Practices for Large Changes
✅ This PR passes the blocking limit but is larger than recommended. |
The four files were last written on this branch before the L9_META pipeline and
contract-registry work landed, so the resume state pointed at PRs that have since
been opened and at next actions that are done.
activeContext.md is rewritten rather than appended: a session-end hook had
overwritten it in the main working tree with a bare template ("No summary
provided" plus a generic file list), which would have destroyed the PR #144
narrative this branch already carried. The rewrite keeps that context, folds in
#145-#148, and records the one non-obvious hazard — PR #147 already contains the
full-repo header stamp, so a second "meta-only" PR would duplicate it.
progress.md, tasks.md and tech-debt.md are additive; the three tech-debt entries
that appear removed are replaced by updated versions in the same commit.
Co-authored-by: Cursor <cursoragent@cursor.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.



Summary
memory-bank/(activeContext, tasks, progress, tech-debt) to the repo so session resume state is not local-only after a fresh clone.gitignorethatmemory-bank/must remain tracked (do not re-add to repo or~/.gitignore_global)Context
memory-bank/was previously ignored via~/.gitignore_global. That ignore was removed; this PR finishes the un-ignore by actually tracking the files.Companion to #144 (agent docs wiring). Scoped separately so resume-SSOT tracking can merge independently of the docs/tooling refactor.
Test plan
git check-ignore -v memory-bank/activeContext.mdexits 1 (not ignored)memory-bank/present~/.gitignore_globalhas nomemory-bankentryMade with Cursor