Commit Graph
21 Commits
Author SHA1 Message Date
windyboy f99056a099 feat(tagging-system): Add comprehensive tagging system implementation
- Add tagging system Python package with modular architecture (config, core, impl)
- Create core interfaces for file discovery, content analysis, and tag generation
- Implement content analyzer with language detection and topic extraction
- Implement file discovery engine with directory scanning and filtering
- Implement tag generator with hierarchical tag creation and consolidation
- Add configuration management with example config and validation
- Create comprehensive design and requirements documentation in .kiro/specs
- Add pytest test suite with unit tests for models, interfaces, and config
- Add setup.py, requirements.txt, and pytest.ini for package management
- Add README.md with project overview and usage instructions
- Update workspace.json with new project structure
- Add Excalidraw diagram for system architecture visualization
- Establish foundation for automated vault tagging and metadata management
2025-12-31 08:37:16 +08:00
windyboy 6c7a6d0e3a vault backup: 2025-12-30 19:54:00 2025-12-30 19:54:00 +08:00
windyboyandClaude Sonnet 4.5 9f6e62676e refactor: Complete vault remediation - fix duplicates, broken links, and add frontmatter
Resolved 48 identified issues across 5 remediation batches:

Critical Fixes (2/2 = 100%):
- Removed duplicate "System Architec" directory with 4 archived files
- Fixed broken PARA Notes wikilinks in 2 Outline.md files

High Priority (14/15 = 93%):
- Consolidated 10+ duplicate file pairs to canonical locations
- Added frontmatter to 30 files in 200-area (now 100% coverage)
- Relocated orphaned image with updated reference
- Removed security-sensitive file duplicates

Medium Priority (32/41 = 78%):
- Deleted 4 empty files (0-15 bytes each)
- Relocated misplaced files to proper PARA categories
- Improved archive organization structure

File Changes:
- Modified: 33 files (frontmatter + wikilink fixes)
- Moved: 16 files (to archive or new locations)
- Deleted: 6 files (duplicates after archival)
- Created: 25 files (archived copies + documentation)

Vault Health Improvement:
- Frontmatter coverage: 43% → 75%
- Broken wikilinks: 2 → 0
- Duplicate files: 10+ → 0
- Empty files: 4 → 0
- Overall health score: 6.5/10 → 8.5/10

Documentation:
- Created comprehensive remediation plan and batch reports in copilot/
- All changes tracked with detailed change reports
- No data loss - duplicates archived, not deleted

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-30 14:36:42 +08:00
windyboy 5881ca5c80 chore: Clean up .smart-env directory and update workspace state
- Remove embedding models cache file
- Delete event logs cache file
- Remove 100+ archived inbox clipping files from .smart-env/multi directory
- Update Obsidian workspace configuration
- Consolidate and clean up temporary environment files to reduce repository bloat
2025-12-30 11:26:40 +08:00
windyboy 678c9d1e38 vault backup: 2025-12-29 16:59:55 2025-12-29 16:59:55 +08:00
windyboy 3e17c08305 vault backup: 2025-12-29 15:42:19 2025-12-29 15:42:19 +08:00
windyboy daf4aa3dfa Add P.A.R.A. methodology documentation and restructure Personal folder
- Created Methodology.md to outline the P.A.R.A. system and its components.
- Added Outline.md for a structured overview of P.A.R.A. content.
- Documented PKM content organization decisions in PKM-Consolidation-Decision.md.
- Introduced Workflows.md to explain practical applications of P.A.R.A. in work scenarios.
- Moved sensitive information to security-sensitive folder and restructured the Personal folder to align with P.A.R.A. principles.
- Archived backup files including Matrix Me.md and TTG Cookies.md.
- Implemented a comprehensive refactor of the Personal folder to improve organization and security.
2025-12-29 15:37:17 +08:00
windyboy c9d757d973 Update event log counts for sources:modified and sources:imported 2025-12-29 15:18:52 +08:00
windyboy 6d7f875330 Add new images and documentation updates; remove sensitive files
- Added new images related to architecture and development.
- Updated paths in various markdown files to correct resource locations.
- Created new markdown files for Python development topics.
- Deleted outdated and sensitive files, moving them to a secure archive.
- Added a README for the security-sensitive files archive with recommendations for handling sensitive information.
2025-12-29 15:18:33 +08:00
zhiqiang feng a84973e5be vault backup: 2025-12-29 15:01:18 2025-12-29 15:01:18 +08:00
zhiqiang feng d1564fe7f9 Batch 5: Content optimization and language tagging
- Add language tags to content files (lang: en/zh)
- Add frontmatter to Design Your Habits.md (English content)
- Add frontmatter to 自行车.md (Chinese content)
- Final verification: 28 markdown files in 200-area/

(vault changes by Claude Code)
2025-12-29 14:59:40 +08:00
zhiqiang feng 90bc9fccba Batch 4: Standardize structure and metadata
- Rename System Architec/ → System Architecture/ (fix truncated name)
- Add standard frontmatter to all 6 hub files (Blog, Finance, Health, House, Personal Development, Productivity)
- Add frontmatter to key content files (Brand and models, Task triage)
- Standardize tags format (lowercase, hyphen-separated)

(vault changes by Claude Code)
2025-12-29 14:57:42 +08:00
zhiqiang feng 866b6ad94f Batch 3: Reorganize GFW area to Network & VPN
- Rename GFW/ → Network & VPN/ (clearer naming)
- Rename Bills.md → VPN-Subscriptions.md (more descriptive)
- Move Clash热点升级.md → Resources/Development/Tools/clash-hotspot-upgrade.md
- Create Network & VPN.md hub file with dataview query
- Add standard frontmatter to hub file

(vault changes by Claude Code)
2025-12-29 14:54:39 +08:00
zhiqiang feng bb94fbf8c7 Batch 2: Migrate technical references from Job to Resources
- Move 5 technical reference files to 300-resources/Development/
  - curl POST examples → Tools/curl-post-examples.md
  - sudo blocking guide → Linux/sudo-command-blocking.md
  - Gradle cheatsheet → Tools/gradle-cheatsheet.md
  - Filesystem limitations → Linux/filesystem-limitations.md
  - IPA server installation → Linux/ipa-server-installation.md
- Job area now focuses on career development content
- Created Tools/ and Linux/ subdirectories in Development/

(vault changes by Claude Code)
2025-12-29 14:52:46 +08:00
zhiqiang feng de87d42ad0 Batch 1: Fix technical issues in 200-area/
- Fix dataview paths in 6 hub files (2. Areas/ → 200-area/)
- Archive 2 empty files to 400-archive/_empty-files/
- Remove executable permission from Clash热点升级.md
- Add security warning to Bills.md for sensitive VPN credentials

(vault changes by Claude Code)
2025-12-29 14:50:48 +08:00
zhiqiang feng ab35b4fb3a Add repository guidelines and gitignore 2025-12-29 14:38:53 +08:00
zhiqiang feng 1eda7f0e4c Optimize Personal folder: remove empty files and flatten nested paths
Deleted 7 empty/meaningless files with no useful content. Flattened 7 redundant nested directory structures (VPS/VPS, Cooking/Cooking, Gaming/Game, Mobile/Phone, Obsidian/Obsidian Theme, PARA/PARA Starter Kit, Resume/resume) to simplify navigation and reduce path complexity.

(vault changes by Claude Code)
2025-12-29 14:29:19 +08:00
zhiqiang feng f2703a8c14 Refactor Personal folder structure for improved organization
Consolidated 16+ top-level categories into 8 clear functional groups (AI, Development, Home-Automation, Infrastructure, Lifestyle, PKM, Professional, Backup). Merged duplicate files (OpenRouter.md, Github.md) and archived originals. This simplifies navigation and improves long-term maintainability.

(vault changes by Claude Code)
2025-12-29 14:17:58 +08:00
zhiqiang feng 41cb1cf53d vault backup: 2025-12-29 13:52:38 2025-12-29 13:52:38 +08:00
zhiqiang feng b57bf3d71c vault backup: 2025-12-29 13:43:58 2025-12-29 13:43:58 +08:00
zhiqiang feng 1a4aa9a660 init 2025-12-29 13:38:39 +08:00