- 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>
47 lines
796 B
Markdown
47 lines
796 B
Markdown
---
|
||
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
|