Add demo project for Personal Tracker MVP-1

Create example project structure in examples/demo-project/ with:
- Project metadata in meta/project.yaml
- README, LOG, CHANGELOG and TASKS documentation
- Two detailed session files showing real work examples
- Empty docs/ and assets/ directories

The demo project serves as a reference implementation showing
how to use the Personal Tracker CLI effectively.
This commit is contained in:
2026-03-23 09:05:10 -03:00
parent b36b60353d
commit 4e67062c99
9 changed files with 285 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
id: demo-001
name: Demo Project
slug: demo-project
description: Proyecto de demostración del tracker personal
type: misc
status: active
tags:
- demo
- example
repo_path: null
created_at: "2026-03-20T10:00:00"
updated_at: "2026-03-23T12:00:00"
last_session_at: "2026-03-22T14:30:00"