• Joined on 2025-02-03
logan commented on issue yonlu/yellowjacket#175 2026-08-30 10:33:29 +00:00
The first-run wizard does not dismiss when a library appears by another route

Picking this up on fix/175-wizard-follows-the-library.

Taking it on the Direction's second half, which is settled regardless of how its first question is answered: *the dismissal should follow…

logan commented on issue yonlu/yellowjacket#231 2026-08-30 09:55:04 +00:00
An invalid setter argument poisons the in-memory config, so nothing saves until restart

Fixed in PR #233 (fix/231-setter-rollback) — CI green (run 18472: check ✔, e2e ✔ on both chromium and webkit). Not merged.

Scope, since the Findings left it open. The previous…

logan commented on pull request yonlu/yellowjacket#233 2026-08-30 09:55:03 +00:00
fix(config): put the old value back when a setter is rejected

CI green — run 18472, both required jobs.

  • check success: commit messages, make lint, make test, frontend typecheck, CSS literals, make ui-test, make bindings-check, `make…
logan created pull request yonlu/yellowjacket#233 2026-08-30 09:41:41 +00:00
fix(config): put the old value back when a setter is rejected
logan created branch fix/231-setter-rollback in yonlu/yellowjacket 2026-08-30 09:41:15 +00:00
logan pushed to fix/231-setter-rollback at yonlu/yellowjacket 2026-08-30 09:41:15 +00:00
bcf3856b6f fix(config): put the old value back when a setter is rejected
logan commented on issue yonlu/yellowjacket#231 2026-08-30 09:33:17 +00:00
An invalid setter argument poisons the in-memory config, so nothing saves until restart

Picking this up on fix/231-setter-rollback.

Approach: restore the previous value when the setter's own validation rejects it, rather than the larger "validate a candidate copy" refactor.…

logan commented on issue yonlu/yellowjacket#197 2026-08-30 09:02:08 +00:00
Settings lists two columns both called "Track Name", and one of them may be unselectable

PR: yonlu/yellowjacket#232 — CI green on both jobs (check 22713, e2e 22715), first attempt.

The configurator now lists CONFIGURABLE_COLUMN_IDS rather than `Objec…

logan commented on pull request yonlu/yellowjacket#232 2026-08-30 09:02:08 +00:00
fix(settings): stop offering a column the backend rejects

CI is green on both jobs, first attempt.

  • check — run 22713, success (make lint, make test x3 configurations, tsc --noEmit, make ui-test, make bindings-check, make skill-check,…
logan created pull request yonlu/yellowjacket#232 2026-08-30 08:42:42 +00:00
fix(settings): stop offering a column the backend rejects
logan pushed to fix/197-duplicate-column-label at yonlu/yellowjacket 2026-08-30 08:42:20 +00:00
d225f922fb fix(settings): stop offering a column the backend rejects
logan created branch fix/197-duplicate-column-label in yonlu/yellowjacket 2026-08-30 08:42:20 +00:00
logan opened issue yonlu/yellowjacket#231 2026-08-30 08:41:11 +00:00
An invalid setter argument poisons the in-memory config, so nothing saves until restart
logan commented on issue yonlu/yellowjacket#197 2026-08-30 08:36:52 +00:00
Settings lists two columns both called "Track Name", and one of them may be unselectable

Picking this up on fix/197-duplicate-column-label.

The open question in the Direction is settled by the code, and the answer is the "honest" one — it is forced rather than preferred.

`titl…

logan commented on issue yonlu/yellowjacket#225 2026-08-30 07:51:06 +00:00
Agent docs still say the WAV fixtures scan in untitled, and name a test #104 deleted

PR #230yonlu/yellowjacket#230 — CI green (check + e2e, run 18462).

The half that shipped

fixtures.md's WAV paragraph is corrected. Measured rather…

logan commented on pull request yonlu/yellowjacket#230 2026-08-30 07:50:51 +00:00
docs(skill): the WAV fixtures scan tagged, and have since #104

CI green on dfb338f (run 18462).

logan created pull request yonlu/yellowjacket#230 2026-08-30 07:37:25 +00:00
docs(skill): the WAV fixtures scan tagged, and have since #104
logan created branch docs/225-fixtures-wav-tags in yonlu/yellowjacket 2026-08-30 07:36:59 +00:00
logan pushed to docs/225-fixtures-wav-tags at yonlu/yellowjacket 2026-08-30 07:36:59 +00:00
dfb338fc37 docs(skill): the WAV fixtures scan tagged, and have since #104
logan commented on issue yonlu/yellowjacket#225 2026-08-30 07:33:21 +00:00
Agent docs still say the WAV fixtures scan in untitled, and name a test #104 deleted

Picking this up on branch docs/225-fixtures-wav-tags.

Scope: the mechanical half only. .pi/skills/yellowjacket-dev/references/fixtures.md is an instruction rather than history, and the…