VIBE log updates
Build LinkLog Development Image / development-image (push) Successful in 8s

This commit is contained in:
2026-08-30 21:32:05 +02:00
parent 5ff947d435
commit 3891d0deb2
2 changed files with 21 additions and 0 deletions
+11
View File
@@ -6,6 +6,7 @@ The release server fails because its curl does not support `--fail-with-body`.
### Assistant outcome
Replaced all three `--fail-with-body` uses in the release workflow with portable curl response capture and explicit HTTP status checks. Failed API and asset-upload responses now print their response body before exiting, while older curl versions remain supported.
#
### User
When posting to Mastodon change the formatting so there is an empty line between “From my #LinkLog:” and the title.
@@ -1514,3 +1515,13 @@ Create a skill for this project, make sure you capture the VIBE directory update
### Assistant outcome
Added the workspace skill `.github/skills/vibe-logging/SKILL.md`. It documents LinkLog's append-only VIBE workflow, requires paired user-prompt and concise-outcome records after completed visible work, and excludes private instructions and internal tool details. Recorded this request and outcome in both VIBE logs.
## User
In the mastodon post change the line: From:< URL>
to
Logged on <date> from: <url>
Where date format is like: 2026 August 29 - 21:10
### Assistant outcome
Updated the Mastodon post formatter to emit `Logged on 2026 August 29 - 21:10 from: <url>` using the saved link timestamp in UTC, preserving the surrounding title/comment/tag layout and leaving the existing Mastodon posting path unchanged. Verified the targeted Mastodon regression tests pass with `PYTHONPATH=. pytest backend/tests/test_api.py -k mastodon -q`.