windyboy
be56d86e84
refactor(vault): Phase 5 — single agent contract
...
- Rewrite AGENTS.md as single operations manual (PARA, permission table,
frontmatter conventions, safety rules, code style)
- Root CLAUDE.md = one-line pointer to AGENTS.md
- Delete 13 stub CLAUDE.md files across vault directories
- Delete .claude/project-instructions.md + .claude/memory/instructions/
(content merged into AGENTS.md)
- .claude/settings.json: deny plugin data.json + 04_Archive + git push;
ask on .obsidian/** edits; remove SessionStart hook (claudesidian welcome)
- Delete 3 upstream commands (init-bootstrap, install-claudesidian, upgrade)
- Add risk/writes metadata to 14 remaining commands
- Rewrite README.md (remove all claudesidian content)
- package.json: name → my-vault, remove check-updates/firecrawl scripts
2026-09-26 11:41:32 +08:00
windyboy
b182762e14
refactor(vault): Phase 3 — metadata convergence
...
- Backfill `created` frontmatter on 266 active notes (git date or mtime)
- Normalize `status` to 4 values: draft/active/done/archived (11 notes)
- Active/进行中/needs-review → active
- archive → archived
- 待执行/conditional → draft
- 完成/accepted → done
- Declare clipper boundary: 04_Archive/Inbox-Clippings/** exempt from migration
- Update depth rule: max 3 → max 4 levels (new notes only)
- Add metadata-converge.mjs script for reproducibility
2026-09-26 11:37:19 +08:00
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
windyboy
acca28b2dd
vault backup: 2026-09-23 17:44:54
2026-09-23 17:44:54 +08:00
windyboy
700440499a
vault backup: 2026-09-16 17:56:55
2026-09-16 17:56:55 +08:00
windyboy
9c88db6d0f
refactor: rename template files to English and update file paths in docs
2026-08-26 17:13:57 +08:00
windyboy
99c64fec46
add go-docs-qa practice project: project overview and task-and-rubric
2026-08-24 17:52:43 +08:00
windyboy
ea7bcad5ac
add Foundations note 04: theory-integrated concepts guide (reliability/validity lens)
2026-08-24 12:51:20 +08:00
windyboy
0dac58fb6f
reconcile LLM_Evaluation zone: align stage numbering and scopes, standardize full-path wikilinks, slim old guidebook notes, dedupe templates
...
- fix stage-numbering conflict (README vs 05-Progress) and unify stage-1 reading scope
- resolve AWS workshop prerequisite contradiction in 04-Reference/01
- convert medium-path wikilinks to vault-root paths (~30 links), fix .pyy typos, annotate ragas fork, unify archive status, add 01-/02- README hubs
- compress old-version guidebook notes (01, 05) into pointers; add 2026 reading guidance to 00-Overview
- dedupe project templates and remove embedded template copy in 03-Practice/README
2026-08-24 11:15:37 +08:00
windyboy
63add96a09
dedupe LLM_Evaluation zone: single-source tables, fix nav orphans, compress guidebook 2025
...
- Why Guide: remove duplicated 20-case/rubric/test-definition tables, link to
authoritative Roadmap/Worksheet instead; 10-min action points to entries
- Concept Map / What-Is: cross-link narrative vs quick-reference roles
- Worksheet: annotate sections with authoritative sources
- 04-Reference 01-04 <-> archive/01: bidirectional resource links
- archive/00-Material-List: shrink guidebook listing, now reachable from READMEs
- guidebook: compress 06-Yearly-Dives 2025 section (-> 08-2025-Edition §3),
add old/new version nav banners to 01-05, reverse links in 08
- README/Start-Here: link Learning Board (was orphaned)
2026-08-21 17:25:12 +08:00
windyboy
451cd42b7a
add Level 4 deep-reference checklist to learning board (04-Reference essentials)
2026-08-21 17:13:33 +08:00
windyboy
4523ce67b3
restructure 04-Reference: resource map for evaluation engineering (archive old drafts)
2026-08-21 17:12:45 +08:00
windyboy
0f25594088
add curated external resources reference note to LLM_Evaluation zone
2026-08-21 16:55:55 +08:00
windyboy
f375cd6134
add evaluation-guidebook notes: HF guidebook knowledge (2024 GitHub + 2025 Space) into LLM_Evaluation
...
- Add 9 Chinese distilled notes under 04-Reference-Archive/evaluation-guidebook/
covering automated benchmarks, human evaluation, LLM-as-a-judge,
troubleshooting, general knowledge, yearly dives, resources, and the
2025 HF Space edition (FineWeb eval-selection methodology, MCF/CF/FG,
sampling metrics, Math-Verify, statistical validity & cost)
- Update zone README and Material-List with entry links
2026-08-21 16:19:12 +08:00
windyboy
f245e3132b
fix table wikilinks in LLM_Evaluation: escape alias pipe as \| in table cells
...
Wikilink alias separators inside markdown table cells must be escaped
(\|) or Obsidian treats them as column delimiters, splitting the link and
rendering it with a missing closing bracket. Applies to the 阅读材料
table in the zone README and other tables with aliased links.
2026-08-21 16:01:21 +08:00
windyboy
12ee06d8f8
fix broken wikilinks in LLM_Evaluation zone; update Obsidian plugins
...
- Rewrite folder-relative wikilinks (resolved from vault root) to unique
basenames or full vault-root paths so they actually resolve in Obsidian
- Fix malformed table links with spaces around the | alias separator
- Plugin updates from Obsidian (any-block, omnisearch, quickadd, etc.)
2026-08-21 15:44:03 +08:00
windyboy
93beb24961
restructure LLM_Evaluation into Foundations/Getting-Started/Practical-Roadmap/Practice backbone
2026-08-21 15:12:28 +08:00
windyboy
a6f8b21eed
unify LLM_Evaluation frontmatter tags to English
2026-08-21 14:47:11 +08:00
windyboy
0d16b1ebb2
rename LLM_Evaluation files to English, keep Chinese content with aliases
2026-08-21 14:45:32 +08:00
windyboy
ce87a89b76
add LLM_Evaluation learning zone; fix README links, frontmatter, rubric terminology, dedupe career note
2026-08-21 14:38:03 +08:00
windyboy
3f67e180e7
vault backup: 2026-08-17 17:11:21
2026-08-17 17:11:21 +08:00
windyboy
2790f281c5
vault backup: 2026-08-10 17:01:10
2026-08-10 17:01:10 +08:00
windyboy
d798e77f43
vault backup: 2026-08-08 17:27:24
2026-08-08 17:27:24 +08:00
windyboy
df3e3eb3ab
vault backup: 2026-08-07 15:27:35
2026-08-07 15:27:35 +08:00
windyboy
8aed04c2e6
vault backup: 2026-06-25 08:42:23
2026-06-25 08:42:24 +08:00
windyboy
70c4508e56
vault backup: 2026-06-24 17:52:15
2026-06-24 17:52:15 +08:00
windyboy
70f5a13cfd
vault backup: 2026-04-10 12:52:21
2026-04-10 12:52:21 +08:00
windyboy
544fbce643
vault backup: 2026-04-07 16:41:06
2026-04-07 16:41:06 +08:00
windyboy
5821bbf21d
vault backup: 2026-02-26 21:18:17
2026-02-26 21:18:17 +08:00
windyboy
410167d3b4
vault backup: 2026-02-26 21:10:47
2026-02-26 21:10:47 +08:00
windyboy
1e3905d304
vault backup: 2026-02-25 16:53:37
2026-02-25 16:53:37 +08:00
windyboy
4add1512a9
210126
2026-01-21 08:46:13 +08:00
windyboy
8e3943f064
Initial vault setup with PARA structure
...
- Created CLAUDE.md configuration file
- Created WEEKLY_REVIEW.md template
- Set up PARA folder structure (Projects, Areas, Resources, Archive)
- Created README files for each main folder
- Configured .gitignore for vault files
- Saved vault configuration to .claude/vault-config.json
Generated with Claude Code
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-05 21:10:11 +08:00
windyboy
40f3fe3eb8
vault backup: 2026-01-05 14:26:17
2026-01-05 14:26:17 +08:00
windyboy
be7c6cdcc9
vault backup: 2026-01-05 13:03:55
2026-01-05 13:03:55 +08:00
Noah Brier
f609668172
Initial commit - Claudesidian v0.2.0
...
Claude Code + Obsidian starter kit for AI-powered knowledge management.
Features:
- PARA method folder structure
- Bootstrap initialization system
- Pre-configured Claude Code commands and agents
- Gemini Vision MCP server with video support
- Helper scripts for vault management
- Automated release management
See README.md for setup instructions.
2025-09-13 12:20:50 -04:00