test-push-demo v0.1.0
subsystem yingjieli.test
capsule://quake0day/[email protected]
Tiny capsule used to smoke-test the L3 `capsule push` flow. Lives in
the public yingjieli repo so the registry server can fetch it. Has no
runtime; exists only to exercise the end-to-end publish path against
https://capsule-registry.pages.dev.
Owns
- the act of being pushed by `capsule push` and resolved via the registry KV overlay
Does not own
- any real behaviour
AI orientation
This capsule has no runtime. If you find yourself reading this in an
agent context, the push pipeline worked โ close the loop and move on.
Avoid
- extending this capsule with real behaviour; that defeats its purpose
Invariants (must always hold)
- the capsule pushed by `capsule push` must round-trip via /api/v1/resolve to its KV-stored entry
Source files
This capsule has no install.json โ it is a
descriptor-only capsule (no code bundled). Source files appear here
automatically once a capsule ships an install plan.