Commit Graph

19 Commits

Author SHA1 Message Date
Worker Skeletton
5c9b4333da Unify OpenCode and Codex starter kits
- Add .shared/prompts/ with tool-neutral prompts
- Add .opencode/config/project.md, rules/, skills/ from opencode-kit
- Add .codex/config/project.md from codex-kit
- Copy .shared/prompts/ to both .opencode/prompts/ and .codex/prompts/
- Add features/INDEX.md and features/README.md
- Update README with unified structure

The two original starter kits are now redundant.
2026-05-25 14:11:00 +02:00
Worker Skeletton
2d4dbe48e9 Add Coding Starter Kits section to README
Document ai-coding-starter-kit-opencode and ai-coding-starter-kit-codex
repos with git subtree examples for integrating rules, features, etc.
2026-05-25 13:55:11 +02:00
Worker Skeletton
83b0600bf7 Reorganize docs/ per domain structure
docs/ now mirrors www/ structure with per-domain subdirectories:
- docs/<domain>/doku/    - Technische Dokumentation
- docs/<domain>/planung/ - Planung, Meilensteine
- docs/<domain>/todos/   - Aufgaben, TODOs

www/ contains only public/ (Document Root) - nothing else gets deployed.

Readme updated with full structure documentation.
2026-05-25 13:53:02 +02:00
Worker Skeletton
9d798bab78 Rename example domains to generic scheme
Use example.com instead of domain.de/game references to make
the skeleton truly generic and not tied to any specific project.
2026-05-25 13:48:03 +02:00
Worker Skeletton
059df2b895 Rename www subdirectories to full domain names
- www/www -> www/www.domain.de
- www/api -> www/api.domain.de
- www/game -> www/game.domain.de

Each domain now has its own directory with public/ Document Root.
2026-05-25 13:46:40 +02:00
70d812dab8 Add docs/planung/.gitkeep 2026-04-25 10:45:45 +02:00
9a45775686 Add docs/doku/.gitkeep 2026-04-25 10:45:44 +02:00
7e0e20c3b0 Add .gitignore 2026-04-25 10:45:44 +02:00
249e452c1e Add .opencode/rules/general.md 2026-04-25 10:45:33 +02:00
3f69968d5e Add .opencode/rules/frontend.md 2026-04-25 10:45:33 +02:00
89a39db7e2 Add .opencode/rules/security.md 2026-04-25 10:45:32 +02:00
50af75703d Add .opencode/rules/backend.md 2026-04-25 10:45:31 +02:00
d1770f5bd2 Add .opencode/skills/help/SKILL.md 2026-04-25 10:45:30 +02:00
8f10932f8e Add .opencode/settings.json 2026-04-25 10:45:29 +02:00
3b4604ce5a Add www/game/public/index.php 2026-04-25 10:45:29 +02:00
b10f16daa0 Add www/www/public/index.php 2026-04-25 10:45:28 +02:00
f1a7dc5638 Add www/api/public/index.php 2026-04-25 10:45:27 +02:00
26d13d03e3 Add AGENTS.md 2026-04-25 10:45:26 +02:00
acd5e73197 Initial commit 2026-04-25 10:45:04 +02:00