Files
my-vault/01_Projects
windyboy 652bdbc364 phase 1: stop the bleeding — untrack 91 files, add verifier, harden CI
- Remove 91 tracked-but-gitignored files from index (sessions, plugin
  data/manifests, pycache, memory-changes, obsidian state, credential
  notes). Disk files preserved via --cached.
- Add .gitignore rules: .qmd/, .memory-index.lock, *.sqlite-wal/shm,
  13 credential note paths.
- Remove filename-blacklist ignore patterns (**/*password*.md etc.)
  that caught nothing and misfired on normal notes.
- Add .scripts/verify-vault.mjs: scans git-tracked files for key
  patterns (sk-*, AKIA*, gh[pousr]_*, glpat-*, xox*, BEGIN PRIVATE
  KEY) and 64-char hex in plugin .json files.
- Add verifier step to CI lint workflow before dependency install.
2026-09-26 11:31:48 +08:00
..

Projects

Purpose: Time-bound initiatives with clear completion criteria.

What is a Project?

A project has:

  • A specific goal or deliverable
  • A clear end date or completion criteria
  • Multiple tasks or actions

Examples: Writing a paper, launching a product, planning an event, learning a new skill

For each project folder, create:

  • Research/ - Source materials and references
  • Drafts/ - Work in progress
  • Output/ - Final deliverables
  • README.md - Project objectives, timeline, and status

Project Lifecycle

  1. Start: Create folder with subfolders and README
  2. During: Keep all related materials in the project folder
  3. Complete: Create summary note, then move to 04_Archive/

Active Project Folders

Tips

  • Link to relevant Areas and Resources
  • Commit regularly to track progress with git
  • Review weekly to check status and next actions