- 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.
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
Recommended Structure
For each project folder, create:
Research/- Source materials and referencesDrafts/- Work in progressOutput/- Final deliverablesREADME.md- Project objectives, timeline, and status
Project Lifecycle
- Start: Create folder with subfolders and README
- During: Keep all related materials in the project folder
- 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