chore: remove vibe-coding artifacts from tracking, sync notes and obsidian config

- Untrack .claude/launch.json (Claude Code config)
- Add .claude/, .mcp.json, CLAUDE.md, and AI-generated CSVs to .gitignore
- Add _notes/ vault (architecture, API, tasks, bugs, infra docs)
- Add .obsidian/ plugin/vault config (workspace state excluded)
- Sync CHANGELOG.md
This commit is contained in:
2026-04-06 22:04:06 +05:30
parent b24df66b31
commit b8fcd29aff
51 changed files with 27700 additions and 11 deletions

12
.obsidian/app.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"useMarkdownLinks": true,
"newFileLocation": "folder",
"newFileFolderPath": "_notes/08 - Meetings & Notes",
"attachmentFolderPath": "_notes/assets",
"defaultViewMode": "source",
"foldHeading": false,
"showLineNumber": true,
"readableLineLength": true,
"strictLineBreaks": false,
"showFrontmatter": false
}