Compare commits

...

2 Commits

Author SHA1 Message Date
Jeff Emmett 56bb9e73d2 Merge branch 'main' of gitea.jeffemmett.com:jeffemmett/mycofi-earth-website
# Conflicts:
#	components/newsletter-signup.tsx
2026-02-07 14:16:39 +01:00
Jeff Emmett d9951feda2 Add deployment scaffolding (Dockerfile, docker-compose, nginx)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 14:14:30 +01:00
4 changed files with 39 additions and 0 deletions

1
CLAUDE.md Symbolic link
View File

@ -0,0 +1 @@
/opt/config/CLAUDE.md

5
backlog/config.yml Normal file
View File

@ -0,0 +1,5 @@
project_name: MycoFi Earth
statuses:
- To Do
- In Progress
- Done

18
backlog/tasks/task-001.md Normal file
View File

@ -0,0 +1,18 @@
---
id: task-001
title: Real-time aggregator test - LIVE UPDATE
status: Done
priority: high
created_date: '2025-12-04 04:45'
updated_date: '2025-12-08 00:42'
assignee:
- "@claude"
---
## Description
Testing real-time task aggregation across multiple projects.
## Notes
Task was automatically moved to Done status via real-time polling!

15
backlog/tasks/task-002.md Normal file
View File

@ -0,0 +1,15 @@
---
id: task-002
title: Test interactive task creation
status: Done
assignee: []
created_date: '2025-12-04 05:34'
labels: [test, web-ui]
priority: medium
dependencies: []
updated_date: '2025-12-04 05:35'
---
## Description
This task was created from the web UI to test the drag-and-drop functionality.