vault backup: 2026-02-24 07:55:02

This commit is contained in:
windyboy
2026-02-24 07:55:02 +08:00
parent 37b29f36b3
commit 68182b70fd
37 changed files with 13503 additions and 6802 deletions
+23 -3
View File
@@ -12,6 +12,12 @@ with Claude Code, enabling you to:
- Maintain version control with Git
- Access your vault from anywhere (including mobile)
## Authoritative Entry Points
- `README.md` = Project entry point and navigation
- `QUICK_REFERENCE.md` = One-page quick reference
- `06_Metadata/WORKFLOWS.md` = Detailed workflows and rules
## Quick Start
### 1. Get the Starter Kit
@@ -239,10 +245,10 @@ research projects, documentation archives, or building a knowledge base.
```bash
# Save a single article
npm run firecrawl:scrape -- "https://example.com/article" "03_Resources/Articles"
pnpm firecrawl:scrape -- "https://example.com/article" "03_Resources/Articles"
# Batch save multiple URLs
npm run firecrawl:batch -- urls.txt "03_Resources/Research"
pnpm firecrawl:batch -- urls.txt "03_Resources/Research"
```
**Getting a Firecrawl API key:**
@@ -263,6 +269,20 @@ Run these with `pnpm`:
- `attachments:orphans` - Find unreferenced attachments
- `vault:stats` - Show vault statistics
If you do not have `pnpm` installed, use `npm run <script>` as a fallback.
## Paths
**New User Path**:
- Start at `README.md`
- Use `QUICK_REFERENCE.md` for daily use
- Read `06_Metadata/WORKFLOWS.md` for full rules and workflows
**Maintainer Path**:
- Review `README.md` entry points and changes
- Validate `QUICK_REFERENCE.md` for daily command accuracy
- Update `06_Metadata/WORKFLOWS.md` for rule changes
## Advanced Setup
### Quick Launch from Anywhere
@@ -360,7 +380,7 @@ You are a research assistant.
### Attachment management
- Run `npm run attachments:create-organized` to set up folders
- Run `pnpm attachments:create-organized` to set up folders
- Use helper scripts to find orphaned files
- Keep attachments under 10MB for Git