docs(agents): record the Vogt registration and the monorepo rationale - #91
Merged
Conversation
rustnzb is registered in Vogt as `rustnzb` on the dev instance, so what is outstanding here is a question to ask Vogt rather than one to re-derive from the tree. The note carries the slug and instance, the canonical remote and the legacy-org redirect that still resolves, the separate record on the production instance, and the write-back mode. It also states plainly that the monorepo layout is deliberate -- crates internal, no root src/, and benchnzb/, desktop/ and fuzz/ excluded from the root workspace on purpose -- because the next agent otherwise reads the contract's three failures and the 30 unresolved_dependency drift proposals as an unfinished migration. They are the intended end state. Both are tracked, as Vogt WI-1 and WI-2. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a Work tracking — Vogt section to
AGENTS.md. Documentation only; no code, no CI, no build changes.Why
rustnzb is now registered in Vogt as
rustnzbon the dev instance (prj_01M04J3R35QZ2FHB04YKESAFDK), swept, and consolidated — 31 issues, 59 PRs, 12 labels and 25 releases, read-only upstream,write_back: none. The point of that is that "what is outstanding here" becomes a question you ask Vogt rather than one the next agent re-derives from the tree. That only holds if the tree says so, which is what this note is.What it records
none— Vogt says nothing upstream on this repo.rustnzbd, repo and productrustnzb. The trailingdis a local directory artefact and deliberately does not enter Vogt. It is also a GHCR/Forgejo image name, and no repository by that name exists.200because GitHub follows transfer redirects — a redirect, not a home.The part worth reviewing
The monorepo layout is stated as deliberate. Without that, the next agent finds two things that look like unfinished work and are not:
non_compliantonLICENSE,design/andsrc/. The missing rootsrc/is the intended end state of the monorepo conversion — crates live incrates/andapps/. The note says explicitly not to create asrc/to score a pass. Tracked as VogtWI-1.unresolved_dependencyproposals, every one an intra-workspace Cargo path dependency that resolves inside this repository. Accepting any of them asserts the target is not a project, which is false for all 30. Tracked as VogtWI-2.The note also records that the root workspace's
exclude = ["benchnzb", "desktop"], and thatfuzz/is not a member either — those three are separate Cargo workspaces nested here, reaching back into the main workspace's crates by relative path. That is intended, and it is the detail that makes the obvious fix forWI-2wrong: a tool keying on the root workspace'smemberslist still mis-flags five of the thirty.🤖 Generated with Claude Code