chore(archive): demote archive notes from memo (draft:true, not deleted)#549
Merged
Conversation
…leted) memo-extraction Phase 3 (sub-goal 06b): demote whole-tree archive notes from the memo site by adding `draft: true` to YAML frontmatter. The memo app now un-publishes draft:true pages, so this hides them without removing content. Demote-never-delete: nothing was deleted, moved, or renamed. Each changed file gains exactly one line (`draft: true`) after its opening `---`. Files without frontmatter were left untouched. Full file list stays in git history. Co-Authored-By: Claude Opus 4.8 <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.
Demotes the whole-tree archive bulk in this repo from the memo site by adding
draft: trueto each note's YAML frontmatter. The memo app now honorsdraft:trueand un-publishes those pages, so this hides the archive from the site without deleting anything.Part of the dfoundation memo-extraction Phase 3 (sub-goal 06b: demote lookup/log notes).
Demote-never-delete. Nothing was deleted, moved, or renamed. Each changed file gains exactly one line (
draft: true) immediately after its opening---. Files that had no frontmatter were left untouched; files that already had adraft:key were skipped (idempotent). The full file list stays in git history and can be re-published by flipping the flag.draft:): 0Untracked local WIP (not yet on the memo site) was left untouched and is not part of this PR.