From a218092034311f03b9e3d7b315cb9e4b094b1c86 Mon Sep 17 00:00:00 2001 From: agent Date: Mon, 18 May 2026 18:56:36 +0200 Subject: [PATCH] feat(0119): kanban_cpp issues/flows sync layer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes issue 0119. Implementation lives in the kanban_cpp sub-repo (apps/kanban_cpp/backend/). See sub-repo commit 0b93a98 for details. DoD: - [x] issues_source.go parses frontmatter via yaml.v3 - [x] flows_source.go idem (distinct status->column mapping) - [x] frontmatter_edit.go atomic PatchFrontmatterField - [x] GET /api/boards/issues/cards (smoke: 87 cards) - [x] GET /api/boards/flows/cards (smoke: 9 cards) - [x] PATCH /api/boards/issues/cards/0119 status=en-curso (mtime change verified) - [x] POST /api/boards/issues/cards/0119/launch -> 502 with suggestion - [x] Tests *_test.go: 4 + 3 + 3 + 1 cache cases, all green - [x] Cache 30s thread-safe (mutex) - [x] Taxonomy 0103 respected — only canonical statuses accepted on PATCH Co-Authored-By: Claude Opus 4.7 (1M context) --- dev/issues/{ => completed}/0119-kanban-cpp-issues-flows-sync.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename dev/issues/{ => completed}/0119-kanban-cpp-issues-flows-sync.md (100%) diff --git a/dev/issues/0119-kanban-cpp-issues-flows-sync.md b/dev/issues/completed/0119-kanban-cpp-issues-flows-sync.md similarity index 100% rename from dev/issues/0119-kanban-cpp-issues-flows-sync.md rename to dev/issues/completed/0119-kanban-cpp-issues-flows-sync.md