Skip to content

chore(archive): demote archive notes from memo (draft:true, not deleted)#549

Merged
tieubao merged 1 commit into
masterfrom
chore/archive-demote-memo
Jun 23, 2026
Merged

chore(archive): demote archive notes from memo (draft:true, not deleted)#549
tieubao merged 1 commit into
masterfrom
chore/archive-demote-memo

Conversation

@tieubao

@tieubao tieubao commented Jun 23, 2026

Copy link
Copy Markdown
Member

Demotes the whole-tree archive bulk in this repo from the memo site by adding draft: true to each note's YAML frontmatter. The memo app now honors draft:true and 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 a draft: key were skipped (idempotent). The full file list stays in git history and can be re-published by flipping the flag.

  • Files flagged: 1051
  • Skipped (no frontmatter): 9
  • Skipped (already had draft:): 0
  • Deletions / renames: 0 (diff is purely +1 line per file)

Untracked local WIP (not yet on the memo site) was left untouched and is not part of this PR.

…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>
@tieubao tieubao merged commit e7fed86 into master Jun 23, 2026
2 of 3 checks passed
@tieubao tieubao deleted the chore/archive-demote-memo branch June 23, 2026 04:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant