Commit Graph

7 Commits

Author SHA1 Message Date
LemonNexus 63c5c8f624 feat: add Obsidian REST API endpoint configuration
- Add OBSIDIAN_API_URL for flexible endpoint configuration
- Default: localhost (127.0.0.1:27123) for local Obsidian
- Configurable for remote Obsidian instances (e.g., main PC)
- Requires Local REST API community plugin enabled

Allows agents to connect to Obsidian running on different
machines within the network.
2026-02-08 16:30:16 +00:00
LemonNexus d4f4fc9ecb feat: add Obsidian API integration configuration
- Add OBSIDIAN_API_KEY for agent integration with notes vault
- Add OBSIDIAN_VAULT_PATH for local file access
- Add OBSIDIAN_PROJECT_TEMPLATE for documentation templates

Enables AI agents to read/write project notes and maintain
knowledge base synchronization with Obsidian.
2026-02-08 16:28:41 +00:00
LemonNexus 355c5f27fe chore: add comprehensive .env.example and project resume
- Add complete .env.example template with all 15+ configuration sections
- Include Gitea SSH key configuration
- Update .gitignore to track .env.example while securing .env
- Add PROJECT_RESUME.md for development state tracking
- Create project directory structure

Resolves merge conflict with remote version by combining both
approaches: comprehensive documentation + SSH configuration.
2026-02-08 16:27:10 +00:00
LemonNexus ccee4841a6 chore: add .env.example template and project resume
- Add comprehensive .env.example with all configuration options documented
- Update .gitignore to track .env.example while keeping .env secure
- Add PROJECT_RESUME.md for development state tracking
- Create project directory structure (data, screenshots, logs, etc.)

The .env.example serves as documentation and setup reference for
new deployments while actual credentials remain gitignored.
2026-02-08 16:26:19 +00:00
ImpulsiveFPS c4ff917d75 feat(config): add .env.example template and update .gitignore 2026-02-08 17:24:49 +01:00
ImpulsiveFPS 2f29640ed3 docs: add AI knowledge base with project configuration and MCP server details 2026-02-08 17:07:36 +01:00
ImpulsiveFPS 420a03c4eb chore: initial secure push 2026-02-08 16:01:50 +01:00