Everblooming sigil — Aziel Eliab

Everblooming sigil · Aziel Eliab

← Aziel Runtime

4DMap 4dmap v0.2.0

4DMap (4DM-WP-1.0): four-axis inspection frame T/Δ/Γ/Π. Inspection frame after AZPIPE, not an extra door (domains_are_doors:false). FragGate only.

GitHub Worker / /cite.json /llms.txt counted /download install.sh /v1/skill pull pull skill catalog proxy health · Zenodo deposit needed · package 4dmap-0.2.0.tar.gz

Worker: https://4dmap-download-tracker.vibelock.workers.dev/ · product OpenAPI · Worker sitemap

POST /v1/fraggate/call { slug: "4dmap", op: "health" } — Liveness. Does not increment download KV.
POST /v1/fraggate/call { slug: "4dmap", op: "pin" } — Pin a declared mark (product 0.2 verb). Opens a card when card_id is omitted.
POST /v1/fraggate/call { slug: "4dmap", op: "span" } — Span two axes on one card, or two existing cards (Δ).
POST /v1/fraggate/call { slug: "4dmap", op: "stack" } — Stack declared cards onto Γ. Does not invent cards.
POST /v1/fraggate/call { slug: "4dmap", op: "gap" } — Record a declared Δ gap. Not a truth score.
POST /v1/fraggate/call { slug: "4dmap", op: "fork" } — Keep a sibling fork of a declared card. No winner.
POST /v1/fraggate/call { slug: "4dmap", op: "walk" } — Walk card_ids or a tip prev_hash chain. Not a sequential gate.
POST /v1/fraggate/call { slug: "4dmap", op: "lens" } — Silent lens over declared cards. Empty hit is Π-EMPTY.
POST /v1/fraggate/call { slug: "4dmap", op: "class" } — Pin a declared Π class. Empty label is Π-EMPTY.
POST /v1/fraggate/call { slug: "4dmap", op: "cohort" } — Pin a declared Π cohort of card ids.
POST /v1/fraggate/call { slug: "4dmap", op: "absence" } — Absence lens. Silent miss is Π-EMPTY.
POST /v1/fraggate/call { slug: "4dmap", op: "cap" } — ZionPattern confidence cap 75%. Not P(the world is true).
POST /v1/fraggate/call { slug: "4dmap", op: "join" } — Join two existing cards. Π→T backdate refuses.
POST /v1/fraggate/call { slug: "4dmap", op: "list" } — List inspection cards, walks, and kept forks.
POST /v1/fraggate/call { slug: "4dmap", op: "example" } — Synthetic T pin. Never a real-case finding.
POST /v1/fraggate/call { slug: "4dmap", op: "card_new" } — Open a four-axis inspection card (T/Δ/Γ/Π). Not a sequential gate.
POST /v1/fraggate/call { slug: "4dmap", op: "card_pin" } — Pin a declared mark onto one axis. Invent-mark refuses.
POST /v1/fraggate/call { slug: "4dmap", op: "card_span" } — Span two axes that already have pins. Does not invent marks.
POST /v1/fraggate/call { slug: "4dmap", op: "card_join" } — Join two existing cards. FragGate claims cite join type.
POST /v1/fraggate/call { slug: "4dmap", op: "card_walk" } — Walk an ordered list of cards. ChainLock may stamp the walk hash.
POST /v1/fraggate/call { slug: "4dmap", op: "card_list" } — List inspection cards and walks in this isolate.
POST /v1/fraggate/call { slug: "4dmap", op: "verify_hash" } — Recompute a card or walk hash. Not a truth score.
POST /v1/fraggate/call { slug: "4dmap", op: "frame_status" } — Read the inspection frame (T/Δ/Γ/Π). Not a sequential gate and not an extra door.
POST /v1/fraggate/call { slug: "4dmap", op: "axis_describe" } — Describe one axis and its neighbors. Axes are simultaneous.
POST /v1/fraggate/call { slug: "4dmap", op: "walk_trace" } — Trace a declared walk. 4DMap is not a sequential gate.
POST /v1/fraggate/call { slug: "4dmap", op: "card_export" } — Export a declared card or the isolate snapshot. Hash-closed.
POST /v1/fraggate/call { slug: "4dmap", op: "card_import" } — Import a previously exported card. Hash mismatch and invent-mark refuse.
POST /v1/fraggate/call { slug: "4dmap", op: "verify_chain" } — Verify card prev_hash or walk card-hash chain. Not a truth score.
POST /v1/fraggate/call { slug: "4dmap", op: "neighbor_cite" } — Cite a neighbor engine on a declared card (join type neighbor or cite).
POST /v1/fraggate/call { slug: "4dmap", op: "frame" } — UI alias of frame_status. Same FragGate backend as the Worker UI button.
POST /v1/fraggate/call { slug: "4dmap", op: "axis" } — UI alias of axis_describe. Same FragGate backend as the Worker UI button.
POST /v1/fraggate/call { slug: "4dmap", op: "trace" } — UI alias of walk_trace. Same FragGate backend as the Worker UI button.
POST /v1/fraggate/call { slug: "4dmap", op: "export" } — UI alias of card_export. Same FragGate backend as the Worker UI button.
POST /v1/fraggate/call { slug: "4dmap", op: "import" } — UI alias of card_import. Same FragGate backend as the Worker UI button.
POST /v1/fraggate/call { slug: "4dmap", op: "neighbor" } — UI alias of neighbor_cite. Same FragGate backend as the Worker UI button.
POST /v1/fraggate/call { slug: "4dmap", op: "skill" } — Return 4DMap skill markdown. Does not increment download KV.

curl -s -A 'Mozilla/5.0' -X POST https://aziel-runtime.vibelock.workers.dev/v1/fraggate/call \
  -H 'content-type: application/json' \
  -d '{"slug":"4dmap","op":"pin","payload":{"label":"inspect-1"}}'

FragGate only — same LIVE_OPS as MCP fraggate_call / POST /v1/fraggate/call. One backend, two surfaces.

POST https://aziel-runtime.vibelock.workers.dev/v1/fraggate/call
{ "slug": "4dmap", "op": "pin", "payload": {
  "label": "inspect-1"
} }