Summary
Wire up traverse-starter setup using traverse-cli app validate and traverse-cli app register so the app can be validated and registered into a local Traverse workspace.
Why
Specs 044 and 046 are both approved. This completes the traverse-starter integration from simple HTTP execute to full app bundle registration.
Definition of Done
Governing specs
044-application-bundle-manifest (approved)
046-public-cli-app-registration (approved)
Depends on
#3 (runtime client), #9 (runtime pinned)
Summary
Wire up traverse-starter setup using
traverse-cli app validateandtraverse-cli app registerso the app can be validated and registered into a local Traverse workspace.Why
Specs 044 and 046 are both approved. This completes the traverse-starter integration from simple HTTP execute to full app bundle registration.
Definition of Done
manifests/traverse-starter/app.manifest.jsonexists and is schema-validtraverse-cli app validate --manifest manifests/traverse-starter/app.manifest.json --jsonexits 0traverse-cli app register --manifest manifests/traverse-starter/app.manifest.json --workspace local-default --jsonexits 0Governing specs
044-application-bundle-manifest(approved)046-public-cli-app-registration(approved)Depends on
#3 (runtime client), #9 (runtime pinned)