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
410167d3b4
vault backup: 2026-02-26 21:10:47
2026-02-26 21:10:47 +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
Noah Brier
21460fc35d
chore: release v0.13.1
2025-10-12 21:43:38 -04:00
Noah Brier and Claude
d2a3b58937
chore: release v0.13.0
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-07 12:51:56 -04:00
Noah Brier and Claude
4d522a44bd
chore: release v0.12.1
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-01 10:09:29 -07:00
Noah Brier
65e8278d30
chore: release v0.12.0
2025-09-17 16:19:47 -04:00
Noah Brier
aadd6cae4b
Merge branch 'main' into feature/add-download-and-pr-commands
2025-09-17 15:52:28 -04:00
Noah Brier
cd93f46b7d
chore: release v0.11.0
2025-09-17 15:50:13 -04:00
Noah Brier
2225af742c
fix: add packageManager field to package.json for GitHub Action
2025-09-17 15:46:41 -04:00
Noah Brier
61d14875d5
feat: add linting and formatting setup with configs in .config folder
...
- Add ESLint configuration with TypeScript support
- Add Prettier configuration for code formatting
- Move all config files to .config/ folder to keep them hidden from Obsidian
- Add lint and format scripts to package.json
- Add .eslintignore and .prettierignore files
- Remove framework-specific configuration
- Configure for general JavaScript/TypeScript development
2025-09-15 08:31:46 -04:00
Noah Brier
fa83f75f42
feat: add linting and formatting setup
...
- Add ESLint configuration with TypeScript support
- Add Prettier configuration for code formatting
- Add lint and format scripts to package.json
- Remove framework-specific configuration
- Configure for general JavaScript/TypeScript development
2025-09-15 08:27:06 -04:00
Noah Brier
e5f6bab8b9
chore: release v0.10.1
2025-09-14 16:57:00 -04:00
Noah Brier
3220945069
chore: release v0.10.0
2025-09-14 16:27:11 -04:00
Noah Brier and Claude
48135c045f
feat: add download-attachment and pull-request commands
...
- Add /download-attachment command for downloading files from URLs
- Add /pull-request command for creating PRs in one step
- Expose transcript:extract script in package.json
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-14 15:03:10 -04:00
Noah Brier
fe8f051630
chore: release v0.9.2
2025-09-14 08:22:08 -04:00
Noah Brier
0613712da3
chore: release v0.9.1
2025-09-14 08:15:12 -04:00
Noah Brier
dcf7e2f902
chore: release v0.9.0
2025-09-14 08:02:14 -04:00
Noah Brier
40ad0aae4f
chore: release v0.8.8
2025-09-13 22:09:32 -04:00
Noah Brier
9423000562
chore: release v0.8.7
2025-09-13 22:06:42 -04:00
Noah Brier
b58828085b
chore: release v0.8.6
2025-09-13 22:00:58 -04:00
Noah Brier
d052f4c007
chore: release v0.8.5
2025-09-13 21:53:02 -04:00
Noah Brier
ec520d3796
chore: release v0.8.4
2025-09-13 21:36:54 -04:00
Noah Brier
937ff97a95
chore: release v0.8.3
2025-09-13 21:26:49 -04:00
Noah Brier
82131f03a2
chore: release v0.8.2
2025-09-13 21:18:39 -04:00
Noah Brier
db105080f6
fix: improve SessionStart hook formatting and update notifications
2025-09-13 21:17:35 -04:00
Noah Brier
cd74ee9bd1
chore: release v0.8.1
2025-09-13 20:47:51 -04:00
Noah Brier
07b2a669d5
chore: release v0.8.0
2025-09-13 20:39:23 -04:00
Noah Brier
fcc220c135
feat: add automatic update check on session start
...
- Added check-updates script to package.json
- SessionStart hook fetches latest version from GitHub
- Compares local and remote versions
- Shows update notification when newer version available
- Works even after disconnecting from original repo
- Also improved release command documentation with clearer semver guidance
2025-09-13 20:38:39 -04:00
Noah Brier
483ec32707
chore: release v0.7.0
2025-09-13 20:28:18 -04:00
Noah Brier
b82b383709
chore: release v0.6.0
2025-09-13 20:05:49 -04:00
Noah Brier
079e72c6da
chore: release v0.5.0
2025-09-13 19:48:07 -04:00
Noah Brier
5b3df4f78b
chore: release v0.4.0
2025-09-13 19:38:38 -04:00
Noah Brier
bae85ee976
chore: release v0.3.1
2025-09-13 18:58:32 -04:00
Noah Brier
e6a43500f2
chore: release v0.3.0
2025-09-13 16:01:36 -04:00
Noah Brier
8fef9a89b6
chore: release v0.2.3
2025-09-13 14:27:37 -04:00
Noah Brier
7205d25967
chore: release v0.2.2
2025-09-13 12:31:28 -04:00
Noah Brier
ef2593e173
chore: release v0.2.1
2025-09-13 12:27:24 -04: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