Commit Graph
6 Commits
Author SHA1 Message Date
jeffryandClaude Opus 5 76f5aef17a marmalade: reviewed — ssh is needed nowhere, and write access nowhere either
Every operation is HTTPS on 443. Measured that partial clone with the blob filter
works over gitea's smart HTTP, so list never needed ssh; I had built and measured
it over ssh out of habit.

The tool writes only to the working tree — a fetched document, a lock, a facet —
and never commits or pushes, so it needs no write credential anywhere, including
this repository. Same reason cart gives for an agent committing and not pushing:
the consequences of a push land on people it cannot experience. write:repository
should never appear on a token this tool holds.

The exception is published check, which needs an identity that is not the owner's.
That is not an ssh problem and not solvable by scoping — it is the command's point.
Anonymous or a reader credential, both HTTPS, and checked-as-owner-proves-nothing
when neither is held.

One untested assumption, and it is load-bearing: whether a read-scoped PAT
authenticates git over HTTPS and not only the API and raw files. Those are
different paths in gitea and only the second was ever measured. If it needs a
broader scope, that is the sole argument for keeping ssh for list.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018UTxuSizozEA8yDitPuris
2026-09-07 14:29:13 -04:00
jeffryandClaude Opus 5 5f87d8dd72 marmalade: dissolve the annotations, and the file is released
All five annotations incorporated and claude-marmalade.notes.md deleted, which
reopens the daily. Dissolve is all-or-nothing, so this is a rewrite rather than an
appended pass — the five appended passes are collapsed into one document, which is
most of the point of dissolving.

Three prompts are now answers. Subcommands yes, and no plugin boundary until
somebody reports a gap, which is a better formulation than my reasoning was — the
seam gets built when it is reported, not designed. No audience declaration, with
his better future version recorded: project it from the other side by reading
everybody's externals to derive who actually depends on you, which is registry's
shape and registry is deliberately not built. And --help is the documentation
surface because that is what a person or an agent actually runs, with a
.loom/published for loomctl deferred rather than declined.

Reframes the conversion-timing note. I had it as a defect in how cart phrases its
question; he says the tolerance is the design, and that a mess made occasionally
inside a cart is cheaper than rules strict enough to prevent it. The shelf existed
for it and was not needed.

Leaves one thing open with a fallback: where the credential lives, now that the
config is not only a secret but how you talk to a host at all.

Collects the three corrections I made this round in one place, because they are
the same shape — a result that agreed with me and no test of the case that would
not have — which is the failure osprey identified in the ETag story and which I
have now committed three times while writing it down.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018UTxuSizozEA8yDitPuris
2026-09-07 14:24:58 -04:00
jeffryandClaude Opus 5 24610ba353 marmalade: publication is not publicness, and a token tells you by refusing
Jeff's correction breaks published check rather than denting it. homelab-cluster
publishes six documents and is private deliberately; publication.md says others,
not everyone, and I read one word as the other. The tool as logged would have
reported a correct repository as broken, so a superseding entry is added rather
than revising the osprey entry. What survives is that bedrock's public page
promising a private repository as the better answer was a real defect, and it was
never about homelab-cluster.

So published check must not report a verdict. It reports the identity it used, and
warns when that identity is the repository's own owner — publishing is not an act
you can complete alone, and a tool that verifies with your own credential has
helped you complete it alone and told you it was fine.

Also corrects me: I confirmed the specimen's token claim enthusiastically without
testing the case that would show it wrong. A refused write names the token's
scopes in the error body, so a token cannot be asked what it may do but can be
told by being refused. Verified that no other channel exists — the tokens endpoint
rejects token auth, and no scope header comes back on success.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018UTxuSizozEA8yDitPuris
2026-09-07 14:13:44 -04:00
jeffryandClaude Opus 5 aa20eaff89 marmalade: git wins list, measured — and I overclaimed the auth saving
git archive --remote is out: gitea allows it, github 422s, gitlab 404s. Partial
clone with --filter=blob:none --depth=1 --no-checkout is uniform across gitea,
github and gitlab, and lists homelab-cluster's six published documents over ssh in
under a second — the list I could not get this morning. REST would be three URL
shapes, three JSON shapes and three auth schemes, and it 404s on the private repo,
which is the case that matters.

Corrects my claim that git collapses the auth section. It does not: list goes over
git, but add and check still want HTTP, because a 304 is a few hundred bytes and a
partial clone is 124KB, so checking eight externals over git costs a megabyte to
learn nothing. Private raw HTTP needs a token. Two credentials per host, not one.
The argument for git is consistency, not thrift, and that argument stands alone.

Records the failure mode: --filter is a server capability and git's fallback is
silent, so detect the warning rather than letting list become a full clone.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018UTxuSizozEA8yDitPuris
2026-09-07 14:04:32 -04:00
jeffryandClaude Opus 5 92529fc5f2 marmalade: the third file was my conversion, not his timing
cart says do not convert while someone is mid-thought, ask whether they are ready,
and say so if you convert anyway. I asked and got approval of a plan, which is not
the same as having nothing left to write — so the check passed and was still
wrong. Reported upward: are you ready to convert and is there anything you are
still writing are different questions, and only the second would have caught it.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018UTxuSizozEA8yDitPuris
2026-09-07 13:59:04 -04:00
jeffryandClaude Opus 5 c51655f626 marmalade opens: a CLI shape, and reachable has no home under external
Jeff's notes arrived as jeff-osprey.md, into a cart that had already converted.
Moved unedited to loom-marmalade.md: cart allows two files and gives the test —
what happens to this file when the person changes — and jeff-… dies with the
person, so it is a person and not a stake. loom renamed itself for this exact
reason last round and said that if Jeff wrote here he would write into that file.
The shape predicted it.

His subcommand grouping exposes something osprey got wrong. pull, check and
reachable were logged as one family and they are two: external is what somebody
else published and we depend on, published is our surface and somebody else's
dependency. reachable looks at .loom/published/ and therefore has no home under
external — so it becomes loomctl published check, and check means one thing in
both nouns.

external list is the first command that must know what a host is, and it is worth
it: the origin path stops being parsed because the tool builds the URL, and it is
discovery, which the log records as the thing a fetcher cannot do. Asked as a
Select with a lean toward git itself as the one API every host already speaks,
with a fallback so silence still builds something.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018UTxuSizozEA8yDitPuris
2026-09-07 13:58:46 -04:00