Browse Source
User-approved resolution of the open call recorded at G-135 achievement: src/vfs/_vfscommon.vfs/punkshell.ico gains its assetorigin sidecar (schema 1, hash equals source_hash - byte-identical derived copy of src/assets/logo/punk-mark.ico, source recorded ../../-relative). The sidecar is root-level user-curated payload beside the icon itself (vfscommonupdate regenerates the modules/lib subtrees, not these), and ships inside every kit that merges the common payload from that kit's next bake; inside a kit the recorded source is absent, so a checker truthfully reports source-absent there while still hash-confirming the icon bytes - in this tree it verifies (assetorigin_check: 9 records, 9 verified). The per-kit mkzipfix.vfs / punk8_statictwapi.vfs copies stay unrecorded (no decision requested; unrecorded is silent and supported). src/assets/logo/AGENTS.md ownership bullet and the G-057 handoff note updated to record the made call. No bake run - deployed kits pick the sidecar up when next baked. Assisted-by: harness=claude; primary-model=claude-fable-5; api-location=anthropic.commaster
3 changed files with 27 additions and 9 deletions
@ -0,0 +1,13 @@
|
||||
# assetorigin provenance sidecar (schema 1) for the asset named by this file |
||||
# with the .assetorigin.toml suffix stripped. Optional and advisory. |
||||
# punkshell.ico is a byte-identical derived copy of the generated logo artifact |
||||
# (hash equals source_hash). This sidecar ships inside every baked kit that |
||||
# merges _vfscommon.vfs (user-approved 2026-07-28): inside a kit the recorded |
||||
# source is not present, so a checker truthfully reports source-absent there |
||||
# while still confirming the icon bytes match the record; in the punkshell |
||||
# source tree it verifies. |
||||
schema = 1 |
||||
role = "pe-resource" |
||||
hash = "sha256:da875dd08a7665162ead7bbb575e2cb8b82a12d6654579c1e389d97198c19a26" |
||||
source = "../../assets/logo/punk-mark.ico" |
||||
source_hash = "sha256:da875dd08a7665162ead7bbb575e2cb8b82a12d6654579c1e389d97198c19a26" |
||||
Loading…
Reference in new issue