From 89145b39cdef070aa5ffe0fd832644d6d914617a Mon Sep 17 00:00:00 2001 From: Padreug Date: Sun, 17 May 2026 15:38:18 +0200 Subject: [PATCH 1/3] chore: add .mcp.json and ignore .playwright-mcp/ Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 1 + .mcp.json | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 .mcp.json diff --git a/.gitignore b/.gitignore index 0e23399..6d1f429 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ certs .obsidian .claude/ +.playwright-mcp/ diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..6623baa --- /dev/null +++ b/.mcp.json @@ -0,0 +1,12 @@ +{ + "mcpServers": { + "playwright": { + "command": "npx", + "args": [ + "@playwright/mcp@latest", + "--caps", + "devtools" + ] + } + } +} From c5d943a991acb9f525dfcb4d32465686dca1febc Mon Sep 17 00:00:00 2001 From: Padreug Date: Sun, 17 May 2026 19:05:54 +0200 Subject: [PATCH 2/3] =?UTF-8?q?feat(libra/record):=20always=20show=20Add?= =?UTF-8?q?=20Income=20=E2=80=94=20drop=20stub-era=20env-var=20gate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- src/accounting-app/views/RecordPage.vue | 27 +++++-------------------- 1 file changed, 5 insertions(+), 22 deletions(-) diff --git a/src/accounting-app/views/RecordPage.vue b/src/accounting-app/views/RecordPage.vue index b3213f8..071299e 100644 --- a/src/accounting-app/views/RecordPage.vue +++ b/src/accounting-app/views/RecordPage.vue @@ -1,8 +1,8 @@