Remove aos-owned surface-check script #505
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
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#505
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Remove
.ward/surface-check.shand the aos-owned surface self-check wiring.Problem:
.ward/surface-check.shshould not exist in agentic-os as a shipped script.agentic-os#447surface-tier design.ward exec surface-check, and docs say it rides the ward-specs bundle.Current references found from the director surface:
.ward/surface-check.sh.ward/ward.yamlexposessurface-checkdocs/role-surface-tiers.mdhas a "self-check" section linking the scriptdocs/FEATURES.mdadvertises "Role surface tiers" plus the bring-up self-checkagentic_os/pre_commit/check_ward_specs_bundle.pystill expects./surface-check.shin the old bundle file listRequired fix:
.ward/surface-check.sh.surface-checkward verb from.ward/ward.yaml.docs/role-surface-tiers.mdso it documents the role capability map only, not an aos-owned shell self-check. If the live check is still desired, point to a ward issue or ward-owned mechanism instead.docs/FEATURES.mdto remove the bring-up self-check claim.surface-check.shreferences from tests, validators, release packaging, and docs.agentic_os/pre_commit/check_ward_specs_bundle.pyis already gone, do not reintroduce it. If it still exists, remove its surface-check expectation as part of deleting that validator.rg -n "surface-check|surface check|surface_check" .Validation:
ward doctorafter removing the file from the ward config surface.Acceptance:
.ward/surface-check.shno longer exists.ward exec surface-checkis no longer advertised by this repo.coilyco-ops referenced this issue2026-07-13 21:53:43 +00:00
WARDED_WORKFLOW: #507
details
workflow: pull-request-and-merge; review summary: skipped - temporary ward default pending brokered QA
felt like a small mechanical cleanup. confidence: high. surprises: none beyond the stale bundle expectation. follow-ups: merge the open PR once the gate is accepted.
PR #507 is green but conflicted after #506 merged. Repair request: update branch
issue-505against currentmain, keep the.ward/surface-check.shremoval and doc updates, and drop the staleagentic_os/pre_commit/check_ward_specs_bundle.pyedit because #506 deleted that file. Then rerun the repo validation and update the existing PR.