scaffold: add project CI and Docker templates under templates/project/_shared; update proposal and plan to include them
Some checks failed
ci / test (push) Has been cancelled

This commit is contained in:
2025-09-17 11:08:45 -05:00
parent cf66c9a065
commit e1b3cd5634
8 changed files with 76 additions and 5 deletions

View File

@@ -181,3 +181,11 @@ This log is concise and structured for quick machine parsing and summarization.
- Propagated CI/containers rules to system prompts and AGENTS templates; updated proposal
- next:
- Ensure future features include containerized workflows and CI updates
## 2025-09-17T17:00Z
- context: Project scaffolding to include Gitea workflow and Docker artifacts
- actions:
- Added project templates: `.gitea/workflows/ci.yml`, `docker/compose.yml`, `docker/test/Dockerfile`, `scripts/test.docker.sh`
- Updated proposal and plan to require these in generated projects
- next:
- Implement new-project scaffolder to copy these templates