Summary
Create manifests/doc-approval/ with app manifest, component manifests, and pipeline workflow references (mirroring traverse-starter Phase 2 layout).
Why
doc-approval clients hardcode doc-approval.analyze but have no manifests in this repo. Phase 3 bundling requires manifests + WASM digests at build time.
Depends on
- Multi-capability workflow definition (doc-approval.pipeline issue)
Blocked by
- Traverse capabilities for extract + recommend
Definition of Done
manifests/doc-approval/app.manifest.json validates with traverse-cli app validate
- Component manifests reference WASM paths + digests
scripts/ci/phase2_link_traverse.sh extended or parallel script for doc-approval
Validation
export TRAVERSE_REPO=/path/to/Traverse
bash scripts/ci/phase2_link_traverse.sh # or doc-approval variant
traverse-cli app validate --manifest manifests/doc-approval/app.manifest.json --json
Summary
Create
manifests/doc-approval/with app manifest, component manifests, and pipeline workflow references (mirroring traverse-starter Phase 2 layout).Why
doc-approval clients hardcode
doc-approval.analyzebut have no manifests in this repo. Phase 3 bundling requires manifests + WASM digests at build time.Depends on
Blocked by
Definition of Done
manifests/doc-approval/app.manifest.jsonvalidates withtraverse-cli app validatescripts/ci/phase2_link_traverse.shextended or parallel script for doc-approvalValidation