obsidian/Templates/Project Template.md
Vadym Samoilenko 7251967b64 Initial vault commit: second brain for Oliver projects
- 35 project notes (PARA structure, 1:1 disk mapping)
- CLAUDE.md session protocol
- Projects Index MOC
- Templates: Daily, Meeting, Project
- 03 Resources, 02 Areas structure
- .gitignore excludes credentials, workspace files, smart-env

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-14 18:44:21 +01:00

47 lines
796 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
name: "{{name}}"
client: "{{client}}"
status: active
tech: []
local_path: /Volumes/SSD/Projects/Oliver/{{dirname}}
deploy:
url:
tags:
- project
- "{{client-tag}}"
created: <% tp.date.now("YYYY-MM-DD") %>
---
## Overview
> Brief description of what this project does and why it exists.
## Tech Stack
- **Frontend:**
- **Backend:**
- **Database:**
- **Infrastructure:**
## Deployment
- **Local path:** `{{local_path}}`
- **Run:**
- **URL:**
- **Server:**
## Sessions
> Latest session first.
### <% tp.date.now("YYYY-MM-DD") %> Session 1
**Requested:**
-
**Done:**
-
---
## Change Log
| Date | What was requested | What was changed | Files |
|------|--------------------|------------------|-------|
| | | | |
## Related