mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-22 18:26:42 +02:00
devlog: 107 Tage backfilled (2025-11-22 → 2026-05-15)
Some checks are pending
CI / Build mana-api-gateway (push) Blocked by required conditions
CI / Build mana-crawler (push) Blocked by required conditions
CD Mac Mini / Detect Changes (push) Waiting to run
CD Mac Mini / Deploy (push) Blocked by required conditions
CI / Detect Changes (push) Waiting to run
CI / Validate (push) Waiting to run
CI / Build mana-search (push) Blocked by required conditions
CI / Build mana-sync (push) Blocked by required conditions
Mirror to Forgejo / Push to Forgejo (push) Waiting to run
Some checks are pending
CI / Build mana-api-gateway (push) Blocked by required conditions
CI / Build mana-crawler (push) Blocked by required conditions
CD Mac Mini / Detect Changes (push) Waiting to run
CD Mac Mini / Deploy (push) Blocked by required conditions
CI / Detect Changes (push) Waiting to run
CI / Validate (push) Waiting to run
CI / Build mana-search (push) Blocked by required conditions
CI / Build mana-sync (push) Blocked by required conditions
Mirror to Forgejo / Push to Forgejo (push) Waiting to run
Vollständige Bau-Geschichte des Monorepos in der Tages-Devlog- Konvention (mana/docs/DEVLOG.md). Bodies sind heuristik- generiert aus den Commit-Subjects pro Tag (Lead-Satz + Highlights/Commit-Bullets, kein LLM-Pfad). Tage mit hand- curate-Bedarf können nachträglich überarbeitet werden — der Auto-Stub-Marker ist weg, die Bodies sind editierbar. 321 Files (data.json + spieler.md + macher.md pro Tag). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
21e8bcaa5f
commit
ad776c1a1c
321 changed files with 51164 additions and 0 deletions
160
devlog/2026-04-19/data.json
Normal file
160
devlog/2026-04-19/data.json
Normal file
|
|
@ -0,0 +1,160 @@
|
|||
{
|
||||
"date": "2026-04-19",
|
||||
"day_number": 88,
|
||||
"weekday": "Sonntag",
|
||||
"commits": 8,
|
||||
"authors": [
|
||||
{
|
||||
"name": "Till JS",
|
||||
"count": 8
|
||||
}
|
||||
],
|
||||
"additions": 1615,
|
||||
"deletions": 223,
|
||||
"net_lines": 1392,
|
||||
"files_changed": 32,
|
||||
"new_files": 0,
|
||||
"deleted_files": 0,
|
||||
"session": {
|
||||
"first_commit_at": "2026-04-19T15:38:06.000Z",
|
||||
"last_commit_at": "2026-04-19T17:50:52.000Z",
|
||||
"total_span_minutes": 133,
|
||||
"active_minutes": 35,
|
||||
"pauses": [
|
||||
{
|
||||
"from": "17:38",
|
||||
"to": "19:15",
|
||||
"minutes": 98
|
||||
}
|
||||
],
|
||||
"longest_focus_minutes": 35
|
||||
},
|
||||
"top_dirs": [
|
||||
{
|
||||
"path": "apps/mana/apps/web",
|
||||
"pct": 16
|
||||
},
|
||||
{
|
||||
"path": "packages/shared-hono/src",
|
||||
"pct": 13
|
||||
},
|
||||
{
|
||||
"path": "services/mana-auth/src",
|
||||
"pct": 8
|
||||
},
|
||||
{
|
||||
"path": "pnpm-lock.yaml",
|
||||
"pct": 5
|
||||
},
|
||||
{
|
||||
"path": "CLAUDE.md",
|
||||
"pct": 5
|
||||
}
|
||||
],
|
||||
"top_extensions": [
|
||||
{
|
||||
"ext": ".ts",
|
||||
"count": 18
|
||||
},
|
||||
{
|
||||
"ext": ".md",
|
||||
"count": 9
|
||||
},
|
||||
{
|
||||
"ext": ".json",
|
||||
"count": 7
|
||||
},
|
||||
{
|
||||
"ext": ".yaml",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"ext": ".yml",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"ext": ".mjs",
|
||||
"count": 1
|
||||
}
|
||||
],
|
||||
"tags": ["auth", "ai", "ai-tools", "ci", "database"],
|
||||
"commits_list": [
|
||||
{
|
||||
"hash": "76d11a8",
|
||||
"short": "feat(auth): server-side tier gating via requireTier middleware",
|
||||
"type": "feat",
|
||||
"scope": "auth",
|
||||
"additions": 208,
|
||||
"deletions": 5,
|
||||
"timestamp": "2026-04-19T17:38:06+02:00"
|
||||
},
|
||||
{
|
||||
"hash": "1f589c4",
|
||||
"short": "docs(ai-tools): add how-to guide for wiring module tools to the AI agent",
|
||||
"type": "docs",
|
||||
"scope": "ai-tools",
|
||||
"additions": 200,
|
||||
"deletions": 0,
|
||||
"timestamp": "2026-04-19T19:15:57+02:00"
|
||||
},
|
||||
{
|
||||
"hash": "4b8defc",
|
||||
"short": "chore(ci): add v8 test coverage tracking (non-blocking baseline)",
|
||||
"type": "chore",
|
||||
"scope": "ci",
|
||||
"additions": 392,
|
||||
"deletions": 164,
|
||||
"timestamp": "2026-04-19T19:21:14+02:00"
|
||||
},
|
||||
{
|
||||
"hash": "2bcc395",
|
||||
"short": "feat(ai): add Quiz tools (create_quiz, add_quiz_question, list_quizzes)",
|
||||
"type": "feat",
|
||||
"scope": "ai",
|
||||
"additions": 344,
|
||||
"deletions": 1,
|
||||
"timestamp": "2026-04-19T19:29:35+02:00"
|
||||
},
|
||||
{
|
||||
"hash": "a7fe828",
|
||||
"short": "refactor(auth): extract sso-origins SSOT + harden drift test",
|
||||
"type": "refactor",
|
||||
"scope": "auth",
|
||||
"additions": 51,
|
||||
"deletions": 41,
|
||||
"timestamp": "2026-04-19T19:45:42+02:00"
|
||||
},
|
||||
{
|
||||
"hash": "dd756c4",
|
||||
"short": "docs(database): document the pgSchema isolation rule",
|
||||
"type": "docs",
|
||||
"scope": "database",
|
||||
"additions": 60,
|
||||
"deletions": 2,
|
||||
"timestamp": "2026-04-19T19:47:37+02:00"
|
||||
},
|
||||
{
|
||||
"hash": "7fb31e4",
|
||||
"short": "feat(ai): expand Quiz tools — edit/delete questions, edit meta, stats",
|
||||
"type": "feat",
|
||||
"scope": "ai",
|
||||
"additions": 346,
|
||||
"deletions": 4,
|
||||
"timestamp": "2026-04-19T19:50:24+02:00"
|
||||
},
|
||||
{
|
||||
"hash": "c119fd7",
|
||||
"short": "docs(quiz): refresh tools.ts header to list all 8 tools",
|
||||
"type": "docs",
|
||||
"scope": "quiz",
|
||||
"additions": 14,
|
||||
"deletions": 6,
|
||||
"timestamp": "2026-04-19T19:50:52+02:00"
|
||||
}
|
||||
],
|
||||
"review_state": "auto",
|
||||
"llm": {
|
||||
"model": null,
|
||||
"generated_at": null
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue