fix: ignore downstream start-issue run ledgers - #116
Merged
Conversation
dapi
marked this pull request as ready for review
August 12, 2026 21:26
dapi
added a commit
that referenced
this pull request
Aug 14, 2026
…-sistematizirovat-trebovaniya-i-tras * origin/main: (21 commits) Remove reduntant files from memory-bank docs: close FT-117 lifecycle docs: refresh FT-117 merged evidence docs: complete FT-117 recovery review docs: complete autonomous decision protocol (#117) docs: clarify FT-113 review evidence docs: close FT-113 lifecycle docs: record FT-113 execution state docs: preserve BDD methodology source docs: activate FT-113 implementation plan docs: add FT-113 delivery package docs: make decision protocol self-contained (#117) docs: address autonomy review findings (#117) docs: make agent decisions autonomous by default (#117) fix: ignore start-issue run ledgers downstream (#116) docs: introduce Memory Bank in English docs: add MECE governance principle and audit (#115) docs: integrate BDD lifecycle practice docs: explain BDD and use case relationships docs: add 4+1 viewpoint coverage (#112) ... # Conflicts: # template/memory-bank/flows/feature-artifact-catalog.md # template/memory-bank/flows/feature.md # template/memory-bank/flows/priming/feature.yaml # template/memory-bank/flows/templates/feature/brief.md
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.
What changed
template/.start-issue/.gitignorecontainingruns/.gitignorefiles untouchedWhy
.start-issue/prompt.mdalready requires Run Ledger state under.start-issue/runs/to be ignored by Git. The ignore rule existed only in this upstream repository's root.gitignore, which is outsidetemplate/and therefore is not installed downstream. Putting the rule beside the generated state makes it an independent managed payload path, so it does not collide with a project's user-owned root.gitignore.Workflow: Bug Fix
template/.start-issue/prompt.mdstates that.start-issue/runs/is Git-ignored before the ledger is written..gitignorereceives.start-issue/prompt.mdbut does not ignore the run ledger.template/payload.Downstream impact
memory-bank-cli init: creates the nested ignore file asmanaged, while preserving an existing root.gitignoreasuser-owned.memory-bank-cli update: creates the new nested ignore file as a non-conflicting managed path, even when the root.gitignoreremains user-owned.No
memory-bank-clichange or coordinated release is required.Verification
ruby tools/validate-priming-manifests-test.rbruby tools/validate-priming-manifests.rb template/memory-bankmemory-bank-cli lint --scope-root template/memory-bank --entrypoint template/memory-bank/README.mdmemory-bank-cli doctor --profile templategit diff --check origin/main...HEADmemory-bank-cli 1.8.1into a Git repository with a custom root.gitignore: nested rule created as managed; root file preserved;git check-ignoreidentifies.start-issue/.gitignoreorigin/mainto this branch under the same conditions: nested rule created as managed; root file remains user-owned and unchanged;git check-ignoreidentifies.start-issue/.gitignore