Address reviewer feedback on #83:
- Replace dynamic `await import("./bootstrap-capable.js")` in
bundle.ts with a static top-of-file import (no real cycle exists,
bootstrap.ts is already statically imported).
- Remove unused `bootstrapSym` Symbol.for() / `void bootstrapSym`
dead code in importBundle.
- Move the misplaced `import { decode } from "cborg"` to the top of
bundle.ts with the other imports.
- Document the new `export` / `import` commands and `--store`,
`--scope`, `-o` flags in:
- root README.md (commands + global flags)
- packages/cli/README.md (command table + bundles section + global flags)
- packages/cli/prompts/usage.md (`ocas prompt usage` output)
- packages/core/README.md (Closure & Bundles API surface)
- .cards/cli.md (bundle commands + --store architecture note)
- Quick Start with end-to-end workflow (schema → store → retrieve)
- Full CLI command reference with real examples
- Variables, templates, rendering, GC all with usage patterns
- Library usage condensed to one section with link to package READMEs
- Sorting/pagination flags documented
- Fix architecture ASCII art box widths to match @ocas/* names
- Remove nonsensical 'legacy alias ocas is deprecated' line
- Fix package links: packages/ocas → packages/core, etc.
- Add full project name: Object Content Addressable Store
- Add License section