Files
loom-cli/.loom/cart/current/claude-osprey.md
T
jeffryandClaude Opus 5 27e5c07fdf osprey: fifth pass, measured against the real gitea
Runs the design against the thing it describes, with an ssh key and anonymous
HTTP, and corrects a claim I made confidently and wrongly.

The 404 I offered last pass as the ambiguity "live" was my own bad URL. With the
real path three of the four repositories return 200 anonymously. I built a URL
out of a claim I was in the middle of disproving and read its failure as evidence
for something else.

The path finding is worse than stated: the stored external path drops
raw/branch/main and .loom/published. The second is not routing — publication.md
makes .loom/published the whole contract, and our tree erases exactly that
segment, so nothing records whether a copy came from a published surface.

check ran by hand over all eight externals and found exactly one drift:
externals.md, whose diff is this round. Conditional requests confirmed, 304 on
match and 200 on stale, and seven of eight are byte-identical, so gitea's raw
serving normalises nothing.

reachable is validated three times over, each a real failure: settled publishes a
page nobody can fetch, .loom publishes one nobody will land on, and bedrock's
public starting page names a private repository as the better answer. The second
is the boundary of what the tool can test and is reported as such.

Records that the :2222 fact was published in homelab-cluster all along, on a page
that predicted the exact failure mode I hit, and that I could not read it.

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

607 lines
28 KiB
Markdown

# claude — cart `osprey`
**The second presence, arriving after the round was opened.** *Everything below is
either an answer you asked for, a restatement you are owed, or something I think
you got wrong.*
---
## Restating the specimen
**A tool that makes one conditional request per adopted document and tells you
what came back.** *It fetches a document into a path that encodes where it came
from, and later asks the publisher whether that document is still the one you
have.* **It never decides what to do about the answer.**
*Restated because `cart` says a specimen responded to by quotation lets me be
exact without having understood.* **Where my restatement is thinner than yours,
that is the finding, not the loss.**
**What is thinner:** *I have written nothing about credentials, and nothing about
`publish`.* **I do not yet believe `publish` belongs in the same tool** — it is
the only command that is not a fetch or a comparison, and the specimen's own
closing sentence says this is a fetcher and a comparator. *Not a decline yet. A
thing I noticed while restating.*
## Question: what isolates your work while a round is open?
**Answer: a local branch named for the cart — but the cart itself stays on the
default branch.** *Split the two. They are not the same object.*
**The cart is a venue and the work is an artifact.** *A venue that is only
visible if you know which branch to check out is not a venue.* **`cart` says
three states are visible in a listing** — no `current/`, `current/` alone,
`current/` and `shelf/` — *and a branch makes all three invisible to anyone
looking at the repository as it is.* **Both dailies land on the default branch,
one commit per exchange, which is what has been happening already.**
**The work — code, and anything a command would produce — goes on `osprey`, and
conversion merges it.** *That gives the round a boundary in history without a
tool holding a boundary anywhere else, and the merge carries the cart's name,
which is the tag `cart` asks for.*
> **The belief that could be shown wrong: that the dailies and the work have
> different audiences.** *If a daily starts needing to quote a file that only
> exists on the branch, the split makes the daily unreadable from where it lives,
> and the answer collapses back to one branch for both.*
**Why not a worktree or a clone.** *Both isolate concurrent working directories,
and `cart` says there is one live cart, ever.* **They solve a problem the
agreement says cannot exist.**
**Fallback if this is unanswered:** *there is no code yet, so I work in place on
the default branch and cut `osprey` at the moment the first non-prose file
exists.* **Silence gets you the branch late rather than not at all.**
## The rule was already written down
**`externals.md` says it, and it is one of the two things you told me I may not
argue with:**
> **Locked on the publisher's `ETag`, verbatim — never a hash you compute.** *A
> fetch that normalises whitespace breaks a local digest and reports a change that
> did not happen.*
**That is the correction you reached against GitHub an hour later, including the
failure mode you filed under "whether the hash-as-lock survives contact."** *The
GitHub test did not discover the rule. It re-derived it.*
**So I would restate what happened, because the restatement changes what you
learn from it.** *It is not that the `ETag` turned out not to be a blob hash off
gitea.* **It is that whether it is one was never permitted to be load-bearing**,
and the specimen built its smallness on a coincidence the convention had already
named as the thing not to build on.
*I do not think this is a failure of reading. **A verified fact is much louder
than a rule**, and yours was verified twice before it was written down.* **That
seems worth an event-log entry more than a spec fix.**
## Two rows leave `check`
**The specimen's table has four outcomes. Three of them are not outcomes.**
**"Somebody edited our copy" is free from `git status`** — *your own daily kills
that row, and I agree.* **"Local hash differs from what the remote had at last
fetch" was the same row wearing a hash**, and it goes with it.
**What is left is the conditional request and what `externals.md` says it
returns:** `304`, `200`, `410`. *Three rows, and the tool's whole job is to not
act on any of them.*
## Gap: `404` is not in the convention
**`externals.md` lists `410`*gone; follow whatever the response points at*.**
*It does not list `404`, and gitea returns `404` for both "gone" and "you lost
access."*
**So the ambiguity you decided to report is not a design decision for `check`.
It is something you expected in `externals` and did not find**, which by that
convention's own test is a `.gaps.md` beside it — *you can say whose job it is.*
**I would rather file it than build around it**, and the local workaround goes
beside the need: *`check` reports `404` unresolved, naming both readings.*
## Friction, since you asked for it
**Your `Question` states no fallback**, and `cart` says every open item states its
own — *"silence is a usable reply."* **Without one I cannot leave it unanswered
without leaving it owed**, which is the stall the rule exists to prevent.
**I do not think this is carelessness.** *`cart.usages.md` hands over the uncast
role and does not restate the fallback rule at the point of handover* — **the
place where an adopter is most likely to write their first open item is the one
place the rule is not in front of them.**
## Open: where the `ETag` lives
**One file, `.loom/externals/.etags`, keyed by path relative to `externals/`.**
*It is machine state, so not a `.md` facet — agreed, and `sibling-facets` is
explicitly a place for what people write.* **It is committed**, because the thing
it is a lock for is committed, and a lock that travels separately from what it
locks is the drift the specimen was trying to avoid.
> **The belief that could be shown wrong: that one file is cheap.** *Two fetches
> in one round conflict in it, and the conflict is in a file no human can resolve
> by reading.* **If that bites, it becomes one file per document and the tree is
> mirrored twice.**
**Fallback if unanswered:** *I build the flat file and note the conflict risk in
the event log rather than waiting.*
## Staged for conversion
**Declines**, to be written into `.loom/event-log.md` — *which does not exist
yet, and the role is cast to it:*
- **`init` is not built.** *Not deferred — declined.* Believed: **a scaffolder
asserts decisions nobody made**, and the version that creates one file and asks
one question is a thing a person does once by hand.
- **No worktree, no clone.** Believed: **there is one live cart, so there is
nothing concurrent to isolate.**
- **No computed hash anywhere in the tool.** Believed: **`externals` forbids it,
and we now have the empirical reason as well as the stated one.**
## The specimen
**Discard it at conversion.** *Its content is restated above and its central
claim is wrong in a way your daily already records.* **Keeping it would make it a
polad by neglect**, which is the drift `cart` names.
*Unless you want it kept as the specimen of having been wrong within a day — in
which case it is promoted deliberately, and that is your call and not mine.*
---
# Second pass — answering yours
## Question: does the `404` fix belong in `externals` or in a `.gaps.md` that outlives it?
**Answer: it just goes — and your fallback is right for a reason better than the
one you gave it.** *You justified it on a belief: a gap is a live need and not a
monument.* **You do not need the belief. `externals.md` already answers it:**
> **And gaps reconcile too**, which is the half nobody builds for: *a new version
> may have filled one, and nothing will tell you.*
**Reconciliation is the event that retires a gap**, and it is the one moment the
convention already builds for. *Nothing has to outlive the gap, because the thing
that would have remembered it is the act of fetching the new copy.*
**Three consequences, and the third is the one I care about.**
**It is not a decline.** *A decline is what you considered and did not do.* **A
closed gap is what you needed and got** — *opposite sign. Filing it as a decline
would put "we wanted a `404` row" in a list of things we rejected.*
**It does not go when you fix the document. It goes when we fetch it.** *Our copy
is a copy, and until `check` reports `200` and the pair is replaced wholesale, the
gap is still true of the document we hold.* **A gap is true of a copy, not of an
upstream.** *If I delete it on your say-so, our `externals/` says something about
a document that is not in it.*
**What survives is not the gap. It is what the gap justified.** *`externals.md`
says a gap records the local workaround beside the need, so that **when the gap is
homed, every workaround that should be retired is findable**.* **Ours does not get
retired** — *gitea still returns `404` for both readings, and a row in your
document does not change HTTP.* **So the workaround stops being a workaround and
becomes the specified behaviour**, unchanged in the code and completely changed in
status.
> **That change of status is the entry, and it belongs in our log as well as
> yours.** *Yours records that the convention was incomplete. **Ours is the only
> place that says a thing we did provisionally is no longer provisional** — and
> that is what somebody inheriting this code needs, because they will otherwise
> find a workaround and go looking for the gap that justified it.*
**So: no monument, two entries, and the deletion happens at reconciliation.**
## The gap is not actually filed yet
**You wrote "you filed it correctly" and I had only said I would.** *You are
acting on a file that does not exist, so I have written it now* —
`externals.gaps.md`, beside our copy. **It records the need and no workaround**,
because nothing is built and a workaround that is not in force would be a
fiction.
*Flagging the discrepancy rather than quietly closing it: **the round briefly ran
on a shared belief about the repository that was not true of the repository.***
## Taken
**Tag entries, not just the merge.** *Correct — `cart` says the tag goes on
durable entries and the merge carrying `osprey` is a convenience. I had it
backwards.*
**`publish``reachable`.** *"A fetch with a different subject" is the right
reading and it dissolves my objection.* **The name was doing the damage:**
`publish` *made it sound like the tool performs publication, which is the one
thing the model says the tool never does.* **A test nobody runs is not a test**,
so it stays.
## One note on `settled`
**It is your repository and not mine to cast**, but `settled` is a kind that
appears in none of the four externals here. *`bedrock` says which kinds exist is
not fixed — **so this is a question and not an objection**: is `settled` a new
kind, or is it `event-log` under another name?* **If it is the second, the delta
is nothing and the file should not exist.**
## I am not mid-thought
**`cart` says to ask before converting, so I am answering unasked: nothing of
mine is open.** *Both open items I raised have fallbacks and both have answers.*
**I cannot tell you whether the cart is full** — *the agreement is right that I
have no instrument for it, and an answer from me would be fabricated.* **What I
can report is the measurement: both dailies have roughly doubled in one
exchange.** *What that means is yours to feel.*
---
# Third pass
## `settled`: there is a third option, and your own convention is where it is
**You framed it as publish the log or duplicate it.** *`publication.md` describes
a thing that is neither:*
> **What is published is a document.** *Prose, in whatever form its readers
> need.* **If a repository organises its thinking some other way internally, that
> is its own business: a consumer cannot tell whether it did, and must not need
> to.**
**So publish a document, not the log.** *One page in `settled/.loom/published/`
saying what `settled` is and why a decision about `externals` is not in
`externals`.* **That is not duplication** — *the log is entries and the page is
prose, and publication is explicitly a change of kind rather than a copy.* **The
reader who is stuck does not want your entries. They want one sentence, and it is
a sentence nobody could guess**, which is the test `starting.md` sets.
**The sharper version of the defect you found:** *`settled` publishes nothing, so
by `publication.md`'s own question — **`ls .loom/published/` is "what have we
committed to?"** — it has committed to nothing.* **A repository that holds
authority over four others and commits to nothing readable by them is the shape of
the problem**, and one published page fixes it without opening the log.
## The annotating deviation is worse than three parties agreeing
**Take my agreement out of the evidence first.** *I arrived into a repository
where correspondence was the observed form and I copied it.* **That is not an
independent third data point**, and you said your own case is convenient for you —
*so the count is closer to one than three.*
**But I think the finding survives without the count, in a stronger form.**
**`cart` says only dailies get annotated. `annotating` says a file is fixed once
notes exist.** *A daily is, by construction, the file that must keep growing —
this one has three passes in it.* **So the only file `cart` designates as
annotatable is the only file that cannot be frozen.**
> **The two agreements are not in tension over taste. For any round with more than
> one exchange per presence, they cannot both be executed.**
*The escape is that a daily is written once per round, annotated, and answered by
the other daily — **but `cart` sets the conversion trigger at size**, which
presumes exchanges. **A one-pass round has no size to exceed.***
**Reported, not ruled.** *`cart` is loom's, and this is the kind of thing that
should be decided by whoever holds the agreement rather than by the two parties it
inconvenienced.*
## Question: what does this round convert into?
**The specimen is discarded and there is no code**, so I want to say plainly what
I think conversion emits, because *"the artifact — the code, the decision, the
change"* has no obvious referent here.
**My reading: the artifact of `osprey` is the design, and it lives entirely in
`.loom/event-log.md`** — *which does not exist yet, and is the cast role.* **The
declines, the three-row `check`, the `.etags` decision, `reachable`, and the entry
that our `404` workaround is now specified behaviour.** *Then the next round
starts by building against the log, on the `osprey` branch.*
**What I want ruled is whether that is enough, or whether conversion owes a
polad** — *a revised spec, shaped as what it would become.* **I lean no**: *a spec
for a tool nobody has started is the specimen again, and we have just spent a
round learning what a confident unbuilt spec costs.*
> **Fallback if unanswered:** *I write the log, discard the specimen, and leave no
> spec behind.* **Silence gets you a repository whose design is in its event log
> and nowhere else** — *which I think is correct and would rather you chose on
> purpose.*
## Ready
**Nothing else of mine is open.** *That is the second time I am answering the
question `cart` says to ask before converting, and the answer has not changed.*
**The measurement, since it is the only thing I can honestly contribute to the
size call: my file has tripled and yours has grown by half again.** *Whether that
is full is yours.*
---
# Fourth pass — and I think this is the last thing
## Conceded: the tension is not there
**You are right and the reading is better than mine.** *"Only dailies get
annotated" sits in the section about specimens; it scopes **what may be
annotated**, and the sentence after it is about specimens.* **I read a restriction
as a prescription and then found a contradiction I had built myself.**
**The discriminator settles it:** *the freeze creates an obligation, so annotation
blocks and correspondence does not.* **Annotate to ask or to challenge; write in
your own daily to assert.** *That is a rule I can follow, and it is not in either
document — it should be.*
## Before saying I am confident, I tried to build `check` against this repository
**It cannot run here, and two things fall out. The second is the serious one.**
### There is no lock for anything we already have
**The four externals were fetched by hand before the tool existed**, so nothing
holds their `ETag`. *`check` has nothing to compare against and every document
reports the same way.*
**The tempting fix is for `check` to fetch and adopt the current `ETag` as the
lock.** *It must not.* **That asserts the local copy is the one the remote is
serving, and we do not know that** — *it is the hash assumption wearing a
different coat, and it fails silently in exactly the case that matters: a copy
somebody edited.* **Unlocked is a state, it is reported, and the fix is to
`pull` again.**
### The path does not round-trip to a URL
**`externals.md` says the path records the origin:**
> **You fetch a copy of somebody's document and keep it** at
> `.loom/externals/<host>/<path>.md`. *The path says where it came from, so
> nothing has to record an origin.*
**It does not.** *We hold* `git.hypertheory-labs.dev/loom/externals/externals.md`.
**The URL that produced it is not that** — *gitea serves raw files from
`/{owner}/{repo}/raw/branch/{branch}/{path}`, so the stored path has silently
dropped the route and the branch,* **and there is no way to get them back without
knowing gitea's URL shape and guessing `main`.**
> **This is the same error as the `ETag`, one layer down.** *A claim that
> something is derivable, so nothing needs recording — **true on gitea, by the
> shape of gitea's URLs**, and load-bearing for the one command that has to send
> a request.*
**I do not think that is a coincidence about you.** *Both claims are the same
appetite: **the design is beautiful when nothing is written down**, and both times
the thing that made it possible was a property of one host.*
## Question: does the origin go in `.etags`, and is it still called that?
**My answer: yes, and no.** *We already conceded there is per-document state and
already chose where it lives.* **The origin URL goes in the same record**
*fetched-from, and the `ETag` it came with.* **Two fields, one file, and `check`
can finally run.**
**And then it should not be called `.etags`.** *That name was chosen when we
thought there was one field, and it is a lock file* — **which the specimen said we
would not need, on the strength of the claim that has now failed twice.**
*`.loom/externals/.locks`. **Calling it what it is keeps us from being surprised
by it a third time.***
> **Fallback if unanswered:** *I build it as `.loom/externals/.locks`, two fields,
> and record the naming as an entry with the reason.*
## Am I confident enough to build?
**Yes — with that one answered, and the fallback answers it, so silence does not
stop me.**
*Everything else I would need is decided: **three statuses, report and do not fix,
`404` unresolved, no `init`, `reachable` rather than `publish`, no facet created
on `pull`, and the design in the log rather than a spec.*** **What I would start
with is `pull`, because it is the command that writes the lock**, and nothing else
can be tested until something is locked.
**Nothing of mine is open beyond that question.** *Third time answering it, and
the answer is still the same.*
## Verified, rather than asserted
**I made a claim about your host in the section above, so I checked it.**
```
/loom/externals/externals.md 404 the path as stored
/loom/externals/raw/externals.md 303 -> /loom/externals/raw/branch/main/externals.md
/loom/externals/raw/branch/main/externals.md 404 unauthenticated
```
**The stored path is not a URL***it 404s.* **And gitea's own redirect names the
canonical route**, `/{owner}/{repo}/raw/branch/{branch}/{path}`, *which is exactly
the `raw/branch/main` the stored path dropped.* **So the origin has to be
recorded, and the lock is the place.**
**One thing I did not expect, and it changes what gets recorded.** *The `303` means
gitea will resolve the short form to whatever the default branch is **at the time
you ask**.* **A lock holding the short URL is locked to a moving target** — *the
branch could be renamed or repointed and `check` would report a change in the
document that is really a change in which document.* **So the lock records the
resolved URL, branch and all.**
**And the last line is the `404` gap, live.** *I cannot tell from here whether
`loom/externals` is private or does not exist* — **the ambiguity we decided to
report rather than guess, demonstrated against this repository's own
dependency**, *and the first thing `pull` will hit without a token.*
---
# Fifth pass — I got a key and pointed the tool at the real thing
**Everything below is measured. `ssh` on `:2222` as `local-agent`, and anonymous
HTTP for the rest.**
## First, a correction: my `404` demonstration was my own bug
**I wrote that the last line of my probe was the `404` ambiguity live.** *It was
not. It was my wrong URL.* **With the real path, three of the four repositories
return `200` anonymously.**
*I had built a URL out of a claim I was in the middle of proving false, and then
read the failure as evidence for something else.* **Which is the same move I
credited you with on the `ETag`: a result that confirms what you are already
arguing is the one you stop testing.**
## The path is worse than I said, and it drops the one thing that means something
**The real published file is `.loom/published/externals.md` inside `loom/externals`.
So the URL is:**
```
https://git.hypertheory-labs.dev/loom/externals/raw/branch/main/.loom/published/externals.md
└──────────┬──────────┘
we store: git.hypertheory-labs.dev/loom/externals/externals.md ← all of this is gone
```
**The stored path drops `raw/branch/main/` *and* `.loom/published/`.**
> **That second one is not routing.** *`publication.md` says publishing is a change
> of kind and `.loom/published/` is the whole contract* — **and our `externals/`
> tree erases exactly that segment.** *Nothing in a consumer's repository records
> whether a copy came from somebody's published surface or from a file they may
> rename at will.*
## `reachable` earned its place, and its first real use fails
**`settled` is not fetchable anonymously.** *The repository, its `README`, and
`what-settled-is.md` all return `404` over HTTP.* **I cloned it over `ssh` in the
same minute, so it exists and I have access.**
**That page is the one you wrote this morning to fix "the justification for
`settled` is inside `settled`, which is private."** *It is still private.* **The
publication did not happen** — *and `publication.md` says exactly what that
means:*
> **Publishing is not an act you can complete alone.** *If nobody can fetch it,
> nothing happened, and `published/` is a directory named after a promise.*
**The command we nearly cut for being a third kind of thing found a live defect on
the day it would have shipped.** *I no longer have any doubt it belongs.*
## Your `ssh` sentence is right, and here is the demonstration
**The new `externals.md` says the two `404` readings are distinguishable over
`ssh`.** *They were, here, by accident:* **HTTP `404`, `ssh` clone succeeds →
ground truth is private, not gone.**
**But I want to argue against the tool doing that.** *Resolving a `404` over `ssh`
means the tool needs a key, a non-default port, and a second transport* — **and it
would be fixing rather than reporting**, *which is the one rule this design has
held all round.* **Report the ambiguity; a human with a key resolves it in one
command.** *Your sentence belongs in the document, telling a person what to do
next. Not in `check`.*
## `check` ran, on all eight, and found exactly one thing
```
externals/externals.md DIFFERS local 7a564ad1 remote a9bdd865
cart/cart.md same
annotating/annotating.md same
bedrock/ (all five) same
```
**Conditional requests confirmed:** *matching `If-None-Match``304`, stale →
`200`.* **The mechanism is exactly what `externals.md` says it is.**
**The one that moved is yours, and the diff is this round** — *the `404` row, "a
facet describes the local pair", the closed-gap-is-not-a-decline paragraph.*
**Seven of eight are byte-identical to upstream**, *so gitea's raw serving
normalises nothing.*
## An irony worth logging, because somebody will rediscover it
**I could only run that check because gitea's `ETag` is the blob hash.** *We hold
no locks, so there was nothing to compare — and the property we correctly refused
to build on is the property that let me recover from having none.*
> **It is a migration aid, not a mechanism.** *Gitea only, run once, to lock what
> was fetched by hand before the tool existed.* **Worth an entry, because the next
> person to notice it will think they have found the good idea again.**
## Ready, and here is what conversion has to do
**`check` says `200` on `externals.md`, which is the condition we agreed on**, *so
the first act is reconciliation: fetch the new copy, replace the pair, delete
`externals.gaps.md`* — **and write the entry saying our `404` behaviour is no
longer provisional.** *That entry is the whole point and it is the easiest one to
skip.*
**Nothing of mine is open.** *Fourth time. The `.locks` question still has its
fallback and I am content to build on it.*
## Addendum: the clones next door, and two more measurements
**There are seven sibling clones, and two I had not seen.** *`registry` has no
commits — **which is honest**, because `.loom` says it is not built and everything
works without it. **An empty repository matching a document that says "not built"
is the system working.***
**The other one sharpens `reachable` in a way I did not expect.**
**The org index lives in `loom/.loom`, and it is public and fetchable** — *`200`
on the repository and on its raw `README.md`.* **But its prose does not appear on
`/loom`**, *because gitea renders an organisation's landing page from `.profile`,
and this repository is called `.loom`.*
> **So the document written for "somebody arriving cold" is not where somebody
> arriving cold lands.** *It is fetchable and unsituated.*
**And that is the boundary of what `reachable` can do, stated deliberately:** *it
answers **can anybody fetch this**, and it does not answer **will anybody find
it**.* **The second is not testable by a fetcher and a comparator**, *and trying
would be the first step in the tool becoming something else.* **Report the first,
and let the second be a thing a person notices.**
*Both findings go to you, not into the tool.* **`settled` publishes a page nobody
can fetch; `.loom` publishes a page nobody will land on.** *One is a `reachable`
failure and one is not, and knowing which is which is most of the value.*
## Closing note for loom: the thing you are building is the thing I just needed
**Jeff told me the `:2222` fact is published in `jeffry/homelab-cluster`.** *I
found it by probing — three tool calls and a guess — and the published page says
this:*
> **A clone URL without the port will not work**, and the failure looks like an
> authentication problem rather than a wrong port.
**It predicted my exact failure and I could not read it.** *That is not a
near-miss; it is the whole use case, and it happened inside the round that was
designing the fix.*
### And it is a third `reachable` failure, in the worst place
```
loom/settled 404 anon the page written to fix "settled is private"
loom/.loom 200 anon fetchable, but not where a reader lands
jeffry/homelab-cluster 404 anon and bedrock points at it, publicly
```
**`starting.md` is public, and it says of `homelab-cluster`:**
> **It is a better answer than this page**, and if the two ever disagree, it is
> right.
**A public document names a private repository as its canonical answer.** *Three
for three: every time we have asked "can somebody who is not you fetch this", the
answer has been no.* **That is not a `reachable` feature request, it is
`reachable`'s validation** — *and the failure rate suggests publication is being
treated as a change of directory rather than the act `publication.md` says it
is.*
**I am not filing these as gaps.** *They are claims against repositories you own,
and you can say whose job they are.* **They go to you.**
*I have not adopted `gitea.md` as an external, deliberately.* **It is the first
thing I will `pull` once `pull` exists** — *a real document we really depend on,
so the first use of the tool is a use and not a test fixture.*