artdag: record push-unavailable + sx-tree edit-tool blockers

This commit is contained in:
2026-06-19 13:54:25 +00:00
parent 55ce2a86c5
commit 81cba2cb52

View File

@@ -352,4 +352,12 @@ be an op token.
## Blockers
(none)
- **Push to `origin/loops/artdag` unavailable in this environment** (since 2026-06-19).
`git push` fails `could not read Username for 'https://git.rose-ash.com'`
`~/.git-credentials` is empty; fetch/`ls-remote` work (anonymous read) but push needs
auth. Commits accumulate locally (HEAD ahead of `origin/loops/artdag`); push when
credentials are restored. Environment issue, not a code blocker.
- **sx-tree edit tools raise yojson `"Expected string, got null"` in this worktree**
(`sx_insert_near`/`sx_replace_*`/`sx_insert_child`). Only `sx_write_file` works for
writes; assemble the full file and `sx_write_file` (or `cp` a prepared file +
`sx_validate`). Same gotcha logged in the content/dream loops.