feat(documentation-layout): a vendored tree takes no size cap #1116
No reviewers
Labels
No labels
burndown-2026-06
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/agentic-os!1116
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/aw85-vendored"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Kai's call on the eco-mods wall, and the half of #1115 that merged without it - that PR landed the org-profile-README exemption but not this commit, which arrived after the merge.
A repo may declare
vendoredpath prefixes whose Markdown takes no size cap, because the shape is owned outside the repo. eco-mods carries both kinds:unity/Assets/EcoModKit/- the Eco SDK as upstream ships it, citing wiki.play.eco and Eco 0.9.6 release notes. Cutting its docs forks upstream.mods/Mods/UserCode/- one README per mod, each rendering as that mod's mod.io store page. Cutting one changes what a player reads.Two bounds keep this from being the escape hatch #1108 removed
test_a_vendored_prefix_is_not_a_basenamepins it.excludes, so declaring a tree vendored cannot quietly widen where Markdown may live.test_a_vendored_tree_still_takes_the_placement_rulespins that.It is still a repo-declared exemption, which this rule otherwise refuses, so the doc says the reason belongs beside the declaration - and eco-mods writes one per entry.
Also corrects a drifted inventory
docs/documentation-bands.mdcarried three statements the bands had already falsified: an 80-line / 4000-char cap the bands replaced,excludesdescribed as exempting size checks, anddocs/FEATURES.mddescribed as carrying a special cap.eco-mods is red on main waiting for this
The fleet migration (coilysiren/inbox#374) asked for the hook suite on every repo that lacked it, so eco-mods now carries it pinned at
aos-precommit-v0.27.0and three checks are red against exactly the two files above. A repo silently missing the suite is a worse state than one carrying it with a tracked blocker, so the red is deliberate and visible.vendoredis already declared in that repo'spyproject.toml, where the released checker ignores it as an unknown key. Once this merges and the train cuts a rev, the fix there is one line: advance the pin.Verified
533 tests pass,
pre-commit run --all-filesis green, branched from current main.