Commit Graph
82 Commits
Author SHA1 Message Date
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 7499801cd2 vault backup: 2026-08-19 17:03:57 2026-08-19 17:03:57 +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 1693eb46cf docs(network): refine gateway and switch ADRs 2026-08-07 17:29:19 +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 033c9690db Merge branch 'main' of repo.windy.me:my-vault 2026-04-17 13:02:39 +08:00
windyboy 75751a4ea6 vault backup: 2026-04-17 12:54:50 2026-04-17 12:54:50 +08:00
windyboy 81d62725d8 remove airport wiki 2026-04-15 14:34:24 +08:00
windyboy abce5516e4 refactor aodb design docs around technical architecture 2026-04-13 17:39:10 +08:00
windyboy 66d081faaf add aodb detailed planning artifacts and adrs 2026-04-13 16:12:54 +08:00
windyboy 973c745762 refine aodb high-level design and planning docs 2026-04-13 16:12:29 +08:00
windyboy 647703c8e2 chore(git): ignore bytecode and temp files
Stop tracking Python .pyc cache files and ignore __pycache__/ and .memory-changes-* artifacts.

Made-with: Cursor
2026-04-13 15:50:07 +08:00
windyboy d61d86633c fix(aodb): harden MVP high-level design
Clarify SSOT authority boundaries, core entity model, event contract and consistency, resource assignment rules, northbound API contract, observability/capacity baselines, and Go/No-Go gates.

Made-with: Cursor
2026-04-13 15:48:37 +08:00
windyboy 6211605cdb docs(aodb): add initial high-level design package
Capture a clear baseline across requirements, stack choices, and high-level architecture so review and implementation can align on scope and quality gates.
2026-04-13 15:27:20 +08:00
windyboy ab2182dee0 fix: correct markdown tables in aodb core note 2026-04-13 14:02:21 +08:00
windyboy 86c6088819 vault backup: 2026-04-13 11:01:33 2026-04-13 11:01:33 +08:00
windyboy a87f050d1c Merge remote-tracking branch 'main/main' 2026-04-11 11:20:40 +08:00
windyboy 310617a219 Merge remote-tracking branch 'main/main' 2026-04-11 11:17:04 +08:00
windyboy cffe45dc72 Merge remote-tracking branch 'main/main' 2026-04-10 21:28:19 +08:00
windyboy 5286f92717 Merge remote-tracking branch 'main/main' 2026-04-10 16:27:09 +08:00
windyboy 388f4cc39d Merge remote-tracking branch 'main/main' 2026-04-10 15:34:20 +08:00
windyboy 3645eff86f Merge remote-tracking branch 'main/main' 2026-04-10 12:57:57 +08:00
windyboy f310a8767d Merge remote-tracking branch 'main/main' 2026-04-10 12:52:34 +08:00
windyboy 70f5a13cfd vault backup: 2026-04-10 12:52:21 2026-04-10 12:52:21 +08:00
windyboy bcc7e9397c vault backup: 2026-04-09 11:46:02 2026-04-09 11:46:02 +08:00
windyboy e732f11d47 vault backup: 2026-04-09 11:23:30 2026-04-09 11:23:31 +08:00
windyboy 40d3fc2b67 vault backup: 2026-04-09 11:23:27 2026-04-09 11:23:27 +08:00
windyboy bebfa7642b vault backup: 2026-04-07 16:41:22 2026-04-07 16:41:22 +08:00
windyboy 544fbce643 vault backup: 2026-04-07 16:41:06 2026-04-07 16:41:06 +08:00
windyboy 77be971b8e vault backup: 2026-03-23 17:39:15 2026-03-23 17:39:15 +08:00
windyboy e1cfff42f1 Merge remote-tracking branch 'origin/main' 2026-03-23 16:42:52 +08:00
windyboy 7b618fa305 vault backup: 2026-03-23 16:42:49 2026-03-23 16:42:49 +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 40330ac90d feat(memory): implement OpenRouter + pgvector memory pipeline 2026-02-25 16:21:50 +08:00
windyboy 049ed35557 vault backup: 2026-02-24 11:50:22 2026-02-24 11:50:22 +08:00
windyboyandClaude Sonnet 4.6 a2249c8d96 Resolve merge conflicts - keep local plugin versions and settings
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-02-24 08:19:53 +08:00
windyboy 68182b70fd vault backup: 2026-02-24 07:55:02 2026-02-24 07:55:02 +08:00
windyboy cd4ebb7e44 vault backup: 2026-02-04 18:01:06 2026-02-04 18:01:06 +08:00
windyboy e1e8f67152 vault backup: 2026-02-04 13:47:19 2026-02-04 13:47:19 +08:00
windyboyandClaude Sonnet 4.5 e1db1b4259 Merge branch 'origin/main' into main
Resolved conflicts in:
- .claude/settings.json (kept local permissions)
- .obsidian/community-plugins.json (merged both plugin lists)
- .obsidian/plugins/obsidian-excalidraw-plugin/manifest.json (kept newer version 2.20.2)
- .obsidian/plugins/claudian/main.js (used simpler dependency paths)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-04 13:46:49 +08:00
windyboy 167eb9ac9c vault backup: 2026-02-04 13:41:36 2026-02-04 13:41:36 +08:00
windyboyandClaude Sonnet 4.5 37b29f36b3 Update Claudian plugin and configuration settings
- Update Claudian plugin to latest version (main.js, manifest.json, styles.css)
- Merge community plugins list with remote changes
- Update Claude Code settings and core plugins configuration

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-31 08:43:30 +08:00
windyboyandClaude Sonnet 4.5 9cf2428793 Merge remote changes and resolve plugin conflicts
Resolved conflicts in:
- .obsidian/community-plugins.json: Combined plugin lists from both branches
- .obsidian/plugins/obsidian-excalidraw-plugin/manifest.json: Kept identical content

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-31 08:42:21 +08:00
windyboy b83116eb26 vault backup: 2026-01-31 08:25:19 2026-01-31 08:25:19 +08:00
windyboy 0450479e72 vault backup: 2026-01-31 08:24:12 2026-01-31 08:24:12 +08:00
windyboy bf57be8355 vault backup: 2026-01-30 10:38:04 2026-01-30 10:38:04 +08:00
windyboy f7aacd5bd4 vault backup: 2026-01-26 17:57:11 2026-01-26 17:57:11 +08:00
windyboy 2a20569162 Merge remote changes with local updates - resolve plugin conflicts 2026-01-21 10:04:59 +08:00
windyboy f3576006fd Merge branch 'main' of repo.windy.me:my-vault 2026-01-21 08:46:28 +08:00
windyboy 4add1512a9 210126 2026-01-21 08:46:13 +08:00
windyboy 13b6521e1c vault backup: 2026-01-09 10:58:27 2026-01-09 10:58:27 +08:00
windyboy 8d46925b6d Merge remote changes and resolve conflicts 2026-01-09 10:07:40 +08:00
windyboy 20d354d97d Add: Simplified workflow documentation with transition guide 2026-01-08 11:11:34 +08:00
windyboy 0e4d21f721 vault backup: 2026-01-08 09:34:22 2026-01-08 09:34:22 +08:00
windyboyandClaude Sonnet 4.5 e967fa874a docs: add comprehensive Memvid MCP integration documentation
- Expanded Memory Integration section in project-instructions.md
- Added detailed Memvid Workflows section to WORKFLOWS.md
- Documented all available Memvid tools and use cases
- Added tagging guidelines and best practices
- Included complete workflow examples for common scenarios
- Integrated Memvid workflows with existing PARA and Git workflows

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-07 23:38:29 +08:00
windyboy 9e99f099ad Resolve merge conflicts after pull 2026-01-07 22:29:06 +08:00
windyboy 3d176ca23b Merge branch 'main' of repo.windy.me:my-vault 2026-01-07 22:28:13 +08:00
windyboy 6991f07b06 vault backup: 2026-01-07 18:02:26 2026-01-07 18:02:26 +08:00
windyboy f44f8b8e6a feat(daily): add daily note creation workflow and documentation
Add comprehensive daily note system with multiple creation methods:

- Add daily-note.js script for CLI-based daily note creation
- Add daily-note npm command to package.json
- Create DAILY_NOTE_GUIDE.md with complete workflow documentation
  - Three creation methods: CLI, Templater, QuickAdd
  - Step-by-step usage instructions
  - Recommended daily workflows
  - Troubleshooting guide

Add new reference documentation:
- GIT_WORKFLOW.md: Git workflow best practices
- PARA_METHOD.md: PARA method explanation
- TROUBLESHOOTING.md: Extended troubleshooting guide
- AGENTS.md: Agent coding guidelines and commands
- QUICK_REFERENCE.md: 1-page quick reference card
- REFACTOR_SUMMARY.md: Refactoring summary

Organize reference docs:
- Move Templater guides to 06_Metadata/Reference/
- Move Obsidian plugins manual to 06_Metadata/Reference/
2026-01-06 14:16:07 +08:00
windyboy 09e19cecfd vault backup: 2026-01-05 21:39:54 2026-01-05 21:39:54 +08:00
windyboy 79de88d25c feat(commands): add AI git commit message generator
Add comprehensive slash command for generating conventional commit
messages using AI. The command analyzes staged git changes and creates
well-structured commit messages following best practices.

Features:
- Conventional commit format (type, scope, description)
- Interactive message editing and regeneration
- Context-aware analysis of git diffs
- Learning from existing commit history style
- Support for custom type and scope hints
- Multi-step workflow with user confirmation

Command supports multiple usage patterns:
- Basic: /git-commit-msg
- With hints: /git-commit-msg fix
- With context: /git-commit-msg "feat(api)"

Also updates command README with documentation for the new command.

🤖 Generated with Claude Code
2026-01-05 21:38:47 +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 677eac7c0c vault backup: 2026-01-05 19:25:56 2026-01-05 19:25:56 +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