콘텐츠 주소 지정 라이브러리
이름은 코드를 찾는 데 도움을 줍니다. 해시는 그것이 무엇인지 말해줍니다.
Kotoba CLI는 컴파일하는 동일한 CID 그래프를 검사하고 게시합니다. GitHub는 출처, 네임스페이스는 발견이며 불변 CID는 정의, 릴리스, 빌드 및 아티팩트를 식별합니다.
하나의 라이브러리, 여러 정체성
의미 또는 검사된 KIR
이름, 전체 CID, 명확한 #해시 약어는 동일한 정의로 해석됩니다.
실행 가능한 릴리스 루트
하나의 불변 IPLD 루트가 네임스페이스 헤드, 정확한 정의, 원시 Wasm 아티팩트, 컴파일 영수증 및 재현성 증거를 묶습니다.
출처 계층을 분리 유지
소스 바이트, 선언된 빌드 입력 및 방출된 바이트는 서로 다른 정체성을 가집니다. 어느 것도 실행 권한을 부여하지 않습니다.
출처, 신원이 아님
저장소 및 커밋 링크는 출처 검토에 도움을 줍니다. CID를 대체하거나 네임스페이스 업데이트를 승인할 수 없습니다.
검사, 서명, 게시, 검색
# install the live dual-signed release; execution is then local and CID-locked
kotoba package add kotoba-lang/reference-math@0.1.0 --catalog-cid bafkreidcy5stqvnyfpmud6ozz5qz3supd3r3uzk7glmntuv36ezliaxstm
kotoba package run kotoba-lang/reference-math # 42
포스트 양자 암호화는 Kotoba 허가 최저선이며 선택적 모드가 아닙니다. 이 참조 패키지는 설치 전과 안전 실행 전 Ed25519 및 FIPS 204 ML-DSA-65로 검증됩니다. 외부 Passkey 및 전송은 별도로 자격이 부여된 경계로 남아 있습니다.
kotoba library inspect quadruple \
--store .kotoba/codebase --namespace demo \
--github https://github.com/kotoba-lang/demo
# dry-run is the default
kotoba library publish \
--store .kotoba/codebase --namespace demo --hosted
# replicate the exact release closure to two storage origins
kotoba library publish \
--store .kotoba/codebase --namespace demo --hosted --dry-run false \
--pqc-seed-file <ml-dsa-seed> \
--provider east=https://east.example --provider-token-file <east-token> \
--provider west=https://west.example --provider-token-file <west-token>
# verify every byte and two routed peer IDs, then run by release CID
kotoba library verify ipfs://<release-cid> --store .kotoba/codebase \
--provider east=https://east.example --provider west=https://west.example
kotoba library run ipfs://<release-cid> --entry answer \
--store .kotoba/codebase \
--provider east=https://east.example --provider west=https://west.example
정확한 그래프 해결
릴리스를 생성하기 전에 네임스페이스 헤드, 정의 CID, 의존성 CID, 신원 계층 및 선택적 GitHub 출처를 해결하세요.
네임스페이스 헤드 서명
로컬 운영자 키가 출판에 서명합니다. Passkey는 안정된 주체를 확인하며, ML-DSA-65는 모든 출판 필드에 서명하고 해당 주체에 고정됩니다; 세 개의 게이트 중 어느 것도 다른 것을 대체하지 않습니다.
두 저장소, 두 피어, 모든 바이트
CLI는 각 저장소 출처에서 전체 DAG와 원시 아티팩트를 다시 가져온 후, 위임 라우팅을 통해 관찰된 고유 libp2p 피어 ID를 계산합니다.
이름 승인; 해시 실행
Passkey와 고정된 ML-DSA-65 키가 변경 가능한 IPNS 릴레이를 제어합니다. 이 애플리케이션 계층 공동 승인으로 인증자의 Passkey가 포스트 양자화되는 것은 아닙니다. Wasm 실행은 불변 릴리스 CID와 내보내기를 처리합니다.
모든 공개 저장소, 필터 가능
그 2,215 공개 저장소 kotoba-lang 조직, 태그 어휘와 함께 조직의 GitHub 주제 사용. 이름, 설명 또는 태그의 모든 조합.
시도: os, 드라이버, 시뮬레이터, wasm, ipld. 텍스트는 좁히고; 태그는 넓힙니다 — 선택된 태그와 일치하는 저장소가 표시됩니다.
2,215 저장소 중 2,215개 표시 중
- abi
- action-loop-system-dynamicsGitHub Action adapter for kotoba-lang/loop-system-dynamics (action-* role, repository-rules.edn taxonomy)
- activityAutomatic work-time capture in pure Clojure — observations to sessions to attributed timesheet entries. No deps, no I/O, no clock.
- actor-ameno
- actor-bunkenetzhayyim actor: bunken (aozora.app)
- actor-hinagataetzhayyim actor: hinagata (aozora.app)
- actor-ipcKAMI Actor+IPC — Actor model, columnar zero-copy IPC (Dtype/Column/Frame/Delta), fixed-timestep GameClock. Restored from legacy kami-core crate (deleted #82). ADR-2607010930.
- actor-kami-sabiotoshietzhayyim actor: kami-sabiotoshi (aozora.app)
- actor-kenkyushaetzhayyim actor: kenkyusha (aozora.app)
- actor-shirabeetzhayyim actor: shirabe (aozora.app)
- adnetFirst-party ad network / ad-server core (pure .cljc) — advertisers bid in USDC via x402
- agentBounded execution for the kotoba AO stack: the AgentRun contract, state machine and event fold. Neither self-evolving nor self-judging — bounded by the request it arrives with.
- aima
- aiueosCapability-secure Wasm component OS — Kotoba-defined, Kototama-executed, AI-agent-native. Built for containment under mythos-class adversaries; runs on edge, robotics, cloud, browser, client.
- aiueos-cljc-contract archived KAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- ameno
- aml
- amuVerified multi-target compiler for safe Kotoba: Wasm, x86-64, and AArch64
- animeWork-agnostic anime production pipeline vocabulary (cut hierarchy, 12 stages, layer specs) — CLJC craft lib
- annotationEDN-first annotation substrate for kotoba
- aoPortable artificial-organism model extracted from kotoba-lang/tamaki: AgentRun contract + state machine, finite-lease lineage with governed succession, and human-in-the-loop capability policy. Model only.
- apn
- appbuilder SDK (KamiApp, RenderPipeline trait, Camera, RAF) CLJC — restored from legacy kami-engine Rust crate (deleted #259) as zero-dep portable CLJC. Part of the clj-wgsl migration (ADR-2607010930).
- app-agentgateway
- app-arxiv
- app-briefing
- app-browser
- app-browser-authorAuthoring charter for browser-stack composition: require browser/cssom/htmldom/html/css/kotoba-wasm, never re-implement components. Propose-only charter repo — the author is an agent following this charter.
- app-bunken
- app-calendar
- app-chat-shell
- app-comfyui
- app-completer
- app-consoleConsole on the mokuroku catalog kernel (log/read).
- app-contacts
- app-coverage
- app-diskutilDisk Utility on the mokuroku catalog kernel (system/metrics).
- app-docs
- app-drive
- app-editor
- app-filesFinder-equivalent directory browser on the mokuroku catalog kernel. Reads nothing itself: fs/browse is the host's capability.
- app-fontbookFont Book on the mokuroku catalog kernel (fs/browse).
- app-forms
- app-har
- app-i18n
- app-isbn
- app-issn
- app-kami
- app-kenkyusha
- app-kernel-authorAuthoring charter for .kotoba kernel decision cores in aiueos: whole-component Q9 migration discipline, --jvm-free acceptance, C mechanism boundary. Propose-only charter repo — the author is an agent following this chart
- app-kg-curator
- app-kiyo
- app-kms
- app-kotoba-cloudKotoba Cloud control and identity plane with post-quantum-by-default admission.
- app-mailer
- app-monitorActivity Monitor on the mokuroku catalog kernel. A process is a pid AND a start time, because pids are reused.
- app-murakumo
- app-musicMusic on the mokuroku catalog kernel. Album order, disc numbers multiplied through, compilations filed under album-artist.
- app-nist
- app-notesNotes on the mokuroku catalog kernel (fs/app-data).
- app-ocel
- app-phone
- app-photosPhotos on the mokuroku catalog kernel. A fallback capture date says it is a fallback.
- app-playwright
- app-pregel
- app-previewPreview on the mokuroku catalog kernel (fs/browse).
- app-provider-pod
- app-reviewer
- app-sbom
- app-scap
- app-search
- app-sheets
- app-slides
- app-watashi
- app-watashi-runtime
- app-wire
- app-worlds
- app-yorishiro
- appkitkotoba-lang default UI/UX design (appkit) — see 90-docs/adr/2607022800
- apps
- arrangementIn-memory 4-index Quad Arrangement (spo/pso/pos/ocp) + CID-addressed commit snapshotting — CLJC restoration of kotoba-query (ADR-2607010930 Phase 6)
- artifactArtifact identity and signing contract — what an emitted artifact IS, independent of who emitted it.
- arxiv
- async
- atmosphereProcedural sky (day/night, Rayleigh scattering, fog), gusting wind, wind-driven clouds, and 2-octave value-noise wind field. Restored from legacy kami-atmosphere crate (deleted #82). ADR-2607010930.
- atomKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- atproto-clientAT Protocol client facade + PDS read/write helpers over @atproto/api. Relocated from etzhayyim-sdk per ADR-2606302300.
- atprotocolatproto 互換を kotoba-protocol の上に立つ投影層として定義する boundary/spec (pure cljc, ADR-2607071500)
- audioKAMI Audio: mixer/voice-alloc + spherical-head binaural spatialization (ITD/ILD) + PCM16 WAV encoding, pure CLJC. Restored from legacy kami-audio crate (deleted #82). ADR-2607010930.
- authentication
- authenticatorAuthy-like TOTP/HOTP one-time-password manager CLI — ClojureScript + Datomic-API vault
- authorityThe capability lattice capability-semantics.edn specifies: scopes as segment paths, covers? as a partial order, meet as attenuation. Portable .cljc, no crypto, wire-compatible with every kotoba:// scheme.
- authorization
- ayatoriMaterializes kotobase IStore collections as datoms and runs Datomic-shaped :find/:where Datalog queries via arrangement -- shared prerequisite bridge for datomic-client-shim/org-postgresql-wire/org-opencypher-cypher/org-
- baien-wasm-ternaryTernary WASM engine for Baien
- bangou番号法 — whether you may hold a 個人番号 at all. The API does not take one.
- banking
- base-l2Base L2 MST-root anchor client (viem) + ERC-4337 sponsored-write helper. Relocated from etzhayyim-sdk per ADR-2606302300.
- bencode
- bimKAMI BIM — IFC-like building model (project/site/building/storey/space/element), property sets, BREP bridge to kotoba-lang/brep, tessellation. Restored from legacy kami-bim crate (deleted #82). ADR-2607010930.
- biomechBiomechanics simulation domain layer — 筋肉/骨/皮膚/内臓. Pure Clojure. kotoba-lang capability.
- bitcoin-consensusPortable deterministic Bitcoin full-block consensus kernel for kotoba-lang
- bitcoin-nodeHardened watch-only Bitcoin node contract and Bitcoin Core adapter for Clojure
- blindL1 crypto layer for the kotobase stack: keyed deterministic MAC (blind-fn) + deterministic AEAD (encrypt-fn/decrypt-fn), portable .cljc, zero deps
- block-cacheCID-keyed block cache with no invalidation by construction
- bluesky
- bmcPortable .cljc BMC (lean canvas) / Lean Loop engine core — datoms index/fold, append-only ledger, gate evaluator, nbb fs bridge
- bonsaiContent-addressed git object model (blob/tree/commit) + refs, built on the kotobase-peer stack
- bpmn-sdkShared BPMN 2.0 TypeScript SDK
- bridgeOS input capture/injection bridge — restored from legacy kami-engine Rust crate (deleted #259) as zero-dep portable CLJC. Part of the clj-wgsl migration (ADR-2607010930).
- briefingPortable CLJC briefing model
- browserKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- browser-agentgenspark-style general super-agent in portable Clojure (.cljc) — Mixture-of-Agents supervisor + the agent's own browser, all state as datoms (Datomic API), built on browser-use-clj / langgraph-clj / langchain-clj
- browser-usebrowser-use-style browser automation agent in portable Clojure (.cljc) — injected IBrowser host capability, action history as datoms, built on langgraph-clj
- btc-crypto
- btc-mining
- buildbenchHow build time grows with code size — same program, four languages, every artifact executed and checked
- byoubuBackdrops as reproducible specs with derived legibility facts — 屏風
- byoubu-gpuTier 2: a byoubu backdrop as a live WebGPU scene, rendered as graph data through kami.webgpu
- byoubu-uiMounts a byoubu backdrop behind page content and derives the kotoba-ui theme that keeps it legible
- bytesPortable byte-vector primitives + pure SHA-1/HMAC-SHA1, shared across kotoba-lang protocol libraries
- cadOpen-source CAD/CAM workbench as EDN geometry data + portable CLJC model.
- calendarPortable CLJC calendar model
- camcamera rigs (follow/look-constraint/shake) — Phase 1.2 CLJC interpreter — restored from legacy kami-engine Rust crate (deleted #259) as zero-dep portable CLJC. Part of the clj-wgsl migration (ADR-2607010930).
- canvaskitApple HIG/UIKit-terminology canvas/viewport interaction math — pure CLJC (UIScrollView/hitTest/UIGestureRecognizer semantics)
- capability-audio-ioAtomic Kotoba authority capability contract
- capability-audio-playbackAtomic authority package for the kotoba-lang/app-* suite (contract-only).
- capability-ble-scanAtomic Kotoba authority capability contract
- capability-calendar-readAtomic Kotoba authority capability contract
- capability-can-frame
- capability-cc-cdx-queryAtomic Kotoba authority capability contract
- capability-cc-warc-extractAtomic Kotoba authority capability contract
- capability-clipboard-textAtomic Kotoba authority capability contract
- capability-clock-monotonicAtomic Kotoba authority capability contract
- capability-component-databaseAtomic Kotoba authority capability contract
- capability-component-httpAtomic Kotoba authority capability contract
- capability-contacts-readAtomic Kotoba authority capability contract
- capability-corpus-appendAtomic Kotoba authority capability contract
- capability-corpus-publishAtomic Kotoba authority capability contract
- capability-crypto-tlsAtomic Kotoba authority capability contract
- capability-data-cborAtomic Kotoba authority capability contract
- capability-data-jsonAtomic Kotoba authority capability contract
- capability-dma-mapAtomic Kotoba authority capability contract
- capability-fs-app-dataAtomic Kotoba authority capability contract
- capability-fs-browseAtomic authority package for the kotoba-lang/app-* suite (contract-only).
- capability-gpu-clearAtomic Kotoba authority capability contract
- capability-gpu-draw-frameAtomic Kotoba authority capability contract
- capability-gpu-set-positionAtomic Kotoba authority capability contract
- capability-graph-kotobaAtomic Kotoba authority capability contract
- capability-hash-sha256Atomic Kotoba authority capability contract
- capability-http-fetchAtomic Kotoba authority capability contract
- capability-http-postAtomic Kotoba authority capability contract
- capability-identity-keypairAtomic Kotoba authority capability contract
- capability-identity-signAtomic Kotoba authority capability contract
- capability-identity-verifyAtomic Kotoba authority capability contract
- capability-image-metadataAtomic authority package for the kotoba-lang/app-* suite (contract-only).
- capability-irq-subscribeAtomic Kotoba authority capability contract
- capability-kami-engineAtomic Kotoba authority capability contract
- capability-keychain-textAtomic Kotoba authority capability contract
- capability-ledger-appendAtomic Kotoba authority capability contract
- capability-link-frame
- capability-llm-inferAtomic Kotoba authority capability contract
- capability-log-readAtomic Kotoba authority capability contract
- capability-log-writeAtomic Kotoba authority capability contract
- capability-math-cosAtomic Kotoba authority capability contract
- capability-math-sinAtomic Kotoba authority capability contract
- capability-media-libraryAtomic authority package for the kotoba-lang/app-* suite (contract-only).
- capability-mmio-mapAtomic Kotoba authority capability contract
- capability-motion-readAtomic Kotoba authority capability contract
- capability-net-connectAtomic Kotoba authority capability contract
- capability-net-datagram
- capability-net-transportAtomic Kotoba authority capability contract
- capability-notify-showAtomic Kotoba authority capability contract
- capability-pci-configAtomic Kotoba authority capability contract
- capability-process-listAtomic authority package for the kotoba-lang/app-* suite (contract-only).
- capability-process-spawnAtomic authority package for process/spawn (wire id 20)
- capability-random-bytesAtomic Kotoba authority capability contract
- capability-render-galactic-frameAtomic Kotoba authority capability contract
- capability-secret-use-postgresql-cancelAtomic Kotoba authority capability contract
- capability-secret-use-scram-sha256Atomic Kotoba authority capability contract
- capability-social-publishAtomic authority package for social/publish — publishing to an external social platform under an identity. Consumed by kotoba-lang/haishin.
- capability-system-metricsAtomic authority package for the kotoba-lang/app-* suite (contract-only).
- capability-time-now-daysAtomic Kotoba authority capability contract
- capability-topic-publishAtomic Kotoba authority capability contract
- capability-topic-subscribeAtomic Kotoba authority capability contract
- capability-wifi-infoAtomic Kotoba authority capability contract
- capnpKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- card
- cardsStandalone BPMN contract extracted from etzhayyim/root
- cartpole-mathkami.cartpole-math SSoT — pure CLJC cartpole step for compute-golden (ADR-2607102200)
- catalog-maturityScoring truth for reference-catalog maturity: axes, weighting, weakest-first action ranking (library)
- cdn
- celler
- ch-iec-60870-5-104
- ch-iec-61850
- chainParent-linked, content-addressed commit chain (CommitDag) — CLJC, no native deps. Wave 1/2 of the kotoba database-crates CLJC migration (ADR-2607022600).
- chain-observerTransport-neutral read-only observations for Bitcoin, EVM, Solana, Cosmos, Substrate, and Lightning
- chaos-dashboardStandalone chaos dashboard static app extracted from etzhayyim/root
- characterMetaHuman-compatible character-creation SDK (parametric face/body/hair, .dna/.kgr/.ksm binary formats, FACS control rig, animation blueprint). Restored from legacy kami-character crate (deleted #82). ADR-2607010930.
- checkpointerLangGraph MstCheckpointSaver wire-protocol sidecar (Unix socket, atproto MST/CAR, IPFS+L2 anchor). Relocated from etzhayyim-sdk per ADR-2607011830.
- chieetzhayyim actor: chie (aozora.app)
- choboKotoba services-EC foundation: audit-ledger (EAVT) + subscription/metering + invoice + tenant (.cljc, on shitsuke). Extracted from itonami.
- ciGitHub Actions workflows as EDN + job-DAG planner — zero-dep portable .cljc
- cleanroom-browser-runtime
- clj-hostPure .cljc decoder for the KAMI columnar render-IR frame format (clj-wgsl migration port of kami-clj-host)
- cloud-filecoinFilecoin Onchain Cloud client in portable .cljc — PieceCID v2 (FRC-0069), PDP, Filecoin Pay, Warm Storage. Selectors checked against the deployed ABI.
- cloud-murakumo-generationShared murakumo.cloud generation client (video/voice/music/sfx) — portable cljc, transport injected
- cloud-murakumo-langchainlangchain-clj/langgraph-clj × Murakumo fleet gemma4 QAT integration layer — split from etzhayyim/root 70-tools (ADR-2607171000)
- cloud-murakumo-studioLocal inference desktop app (LM Studio-like), built on kotoba-lang/inference
- cloudflare-browser-render
- cluster-murakumoEtzhayyim Murakumo cluster node runtime
- cluster-murakumo-8bitExperimental pure-int8 fixed-point Murakumo training sandbox
- cnc-toolpath[DUPLICATE — see kotoba-lang/cnc, the canonical restoration] KAMI CAM alt restoration, zero-dep portable CLJC, from legacy kami-cam crate (deleted #82). ADR-2607010930. Owner to decide disposition.
- code-graphC2/C3 storage projection for content-addressed Kotoba code. Extracted from kotoba-lang/kotobase (ADR-2607201600 M6).
- codebaseContent-addressed semantic definitions and verified Kotoba codebase storage
- codec-primitives
- cofogCOFOG (UN Classification of the Functions of Government) registry -- government-function-classification counterpart to kotoba-industry/kotoba-occupation
- coll
- columnarVectorized analytic execution core in portable .cljc: the engine's job is to not read data.
- com-8th-wall
- com-aadhaar
- com-aave
- com-abb-800xa
- com-abb-robotics
- com-accela
- com-accelbyte
- com-ach-network
- com-acorrd-standards
- com-acquia
- com-adobe
- com-adobe-cmapAdobe's CID-to-Unicode CMaps, parsed — the five published character collections.
- com-ads-b-aviation
- com-adyen
- com-aftership
- com-agleader
- com-agones
- com-agora
- com-airbus-analytx
- com-airbyte
- com-airtable
- com-ais-marine
- com-alchemy
- com-algolia
- com-alienvault
- com-alipay
- com-allscripts
- com-alpaca
- com-altair
- com-amadeus-airlines
- com-amadeus-altea
- com-amadeus-gds
- com-amd-rocm
- com-amdocs-billing
- com-amerisourcebergen
- com-amex-auth
- com-amtrak
- com-android-aosp
- com-anduril-lattice
- com-ansys
- com-anthropic
- com-aphis-usda
- com-apigee
- com-apollo-auto
- com-apollo-gds
- com-appdynamics
- com-appfolio
- com-apple-faceid
- com-apple-fileproviderDesign only — see ADR-2608171200. The filesystem surface, what it would take, and what blocks it.
- com-apple-touchid
- com-apple-visionos
- com-applovin
- com-appsflyer
- com-aptos-pos
- com-argo-ocean-floats
- com-argus-media
- com-ariba
- com-arm-cpu
- com-arm-isa
- com-arxiv-api
- com-as-400-ibmi
- com-as2-protocol
- com-asana
- com-asimov
- com-asme-materials
- com-astm-codes
- com-athenahealth
- com-atlassian
- com-ato-australia
- com-aurora-driver
- com-auterion
- com-auto-gpt
- com-autodesk
- com-autodesk-bim360
- com-autogpt-forge
- com-automationanywhere
- com-autosar
- com-autoware
- com-aviation-ia-arinc-429
- com-aviation-ia-arinc-664
- com-aws
- com-aws-braket
- com-aws-inferentia
- com-azure
- com-b-pipe
- com-babyagi
- com-backblaze-secureSecure Backblaze B2 MCP server: bucket/capability allowlisting, mandatory credential redaction, append-only audit ledger
- com-bacs-uk
- com-baesystems-c4isr
- com-bafin
- com-baidu
- com-baker-hughes-jewel
- com-bamboohr
- com-bandwidth
- com-bankid-nordics
- com-barclays-marl
- com-bcel-pay
- com-benchling
- com-bentley
- com-bentley-projectwise
- com-berkeley-lights
- com-bgp-routing
- com-bgp-rpki
- com-bic-container-codes
- com-biconomy
- com-bigcommerce
- com-bigid
- com-billcom
- com-billdesk
- com-binance
- com-bipm-utc
- com-bird-scooters
- com-bis
- com-bitbucket
- com-bizzabo
- com-blackboard
- com-blacksky
- com-blend
- com-blender
- com-bloomberg-commodities
- com-bloomberg-law
- com-blue-origin-api
- com-bluebeam
- com-bluefin-robotics
- com-blueprism
- com-blueyonder
- com-bnymellon-api
- com-boe
- com-boeing-health
- com-boeing-tap
- com-boj
- com-boku
- com-bolt
- com-boomi
- com-boschiot
- com-box
- com-braze
- com-brex
- com-brightcove
- com-bsi-standards
- com-bt-qkd
- com-bubble
- com-builder-mt
- com-buildium
- com-cabify
- com-cadence-eda
- com-caiso
- com-calendly
- com-camel-ai
- com-camilion
- com-can-bus
- com-canva
- com-canvaslms
- com-capella-space
- com-cardinal-health
- com-careem
- com-cartegraph
- com-cas-registry
- com-cbot-agri
- com-cdc
- com-cdiscount
- com-cdr-australia
- com-cegid-retail
- com-celonis
- com-censusgov
- com-censys
- com-cerebras-wafer
- com-cerillion
- com-cerner
- com-cerner-ignite
- com-cesium-xr
- com-cftc
- com-cgg-tech
- com-chainlink
- com-chatdev
- com-chatworkPortable Chatwork API v2 client (.cljc, room message list + send)
- com-checkout
- com-chembl
- com-chime
- com-chips-clearing
- com-cips-china
- com-circleci
- com-cirium
- com-cisa
- com-cisco-webex
- com-citi-velocity
- com-classy
- com-clearstream
- com-clearwater
- com-climate-fieldview
- com-clio
- com-cloudbeds
- com-cloudflarePortable .cljc Cloudflare API v4 client -- REST + GraphQL Analytics + Logpush job management
- com-cloudflare-compat
- com-cloudflare-workerskotoba/host capability layer for Cloudflare Workers storage bindings (KV/D1/R2): typed effect commands, deny-by-default policy, statement-id-only D1, receipts
- com-cloudinary
- com-cma
- com-cma-cgm-api
- com-cme-globex
- com-cmic
- com-cobot-assembly
- com-cohere
- com-coherence
- com-coinbase
- com-coinbaseprime
- com-comarch
- com-comma-ai
- com-comma-ai-openpilot
- com-commercetools
- com-commonwealth-fusion
- com-compliancequest
- com-confluent
- com-contentful
- com-copackaged-optics
- com-copernicus-sentinel
- com-corelogic
- com-corelogic-hazard
- com-corteva-api
- com-cosco-api
- com-costar
- com-coupa
- com-coupang
- com-covermymeds
- com-cowin
- com-crewai
- com-criteo
- com-criteo-commerce
- com-crossref
- com-crowdstrike
- com-cruise-api
- com-crypta-labs
- com-cs-disco
- com-csg-international
- com-ctrl-labs
- com-curemd
- com-cve-nvd
- com-cvent
- com-cvs-caremark
- com-cxl-memory
- com-cyberark
- com-cybozu
- com-d-wave
- com-dailyco
- com-dana-indonesia
- com-dassault-enovia
- com-databricks
- com-datadog
- com-datarobot
- com-db-autobahn
- com-dbt
- com-dce-japan
- com-ddbj
- com-deel
- com-deliveroo
- com-deutschebahn
- com-dhs
- com-dicomweb
- com-didi-chuxing
- com-diebold-nixdorf
- com-digilocker
- com-digitalocean
- com-din-standards
- com-dingtalk
- com-disco-legal
- com-discord
- com-discord-botPortable Discord Bot API client (.cljc — channel message list + send, REST polling not Gateway)
- com-discover-global
- com-dji-onboard-sdk
- com-dlocal
- com-dna-script
- com-dns-root-zone
- com-docker
- com-docusign
- com-doi-system
- com-donorperfect
- com-doordash
- com-dott
- com-dpu-smartnic
- com-dram-design
- com-drata
- com-drchrono
- com-drift
- com-drone-deploy
- com-dropbox
- com-dtcc
- com-duckcreek
- com-duckcreek-policy
- com-duckcreek-rating
- com-dwdm-system
- com-dynamics365
- com-dynatrace
- com-e-residency
- com-e2open
- com-ebi
- com-ecb
- com-ecdc
- com-eclinicalworks
- com-ecwid
- com-edi-x12
- com-edifact
- com-edifact-tty
- com-edinet
- com-eea-europe
- com-eia-gov
- com-eidas
- com-ejustice-eu
- com-elastic
- com-elasticpath
- com-elavon-api
- com-elevenlabs
- com-ema-europe
- com-emerson-experion
- com-emotiv
- com-encompass
- com-entrata
- com-entsoe
- com-enverus
- com-epa
- com-epic-fhir
- com-epic-online-services
- com-epic-systems
- com-epiconlineservices
- com-epo-patents
- com-epsg-registry
- com-ercot
- com-ericsson-api
- com-etax
- com-etzhayyim-open-seiyakuCanonical open-seiyaku contract specification
- com-eu-customs-emcs
- com-euroclear
- com-europol
- com-eurostat
- com-eventbrite
- com-evergreen-api
- com-everlaw
- com-everlaw-core
- com-express-scripts
- com-faa
- com-fab-lithography
- com-fabbers-stl
- com-facebook-graphPortable .cljc Meta Marketing API (graph.facebook.com) client + MCP tool surface -- cloud-itonami ADR-0023 provider adapter
- com-fanuc
- com-fao-stat
- com-fastly
- com-fatf
- com-fawry
- com-fbi-ucr
- com-fca-uk
- com-fda
- com-fdic
- com-fednow
- com-fedwire
- com-feishu
- com-fema
- com-figma
- com-finra
- com-fipa-acl
- com-firebase
- com-firebase-games
- com-first-light-fusion
- com-firstdata-network
- com-fivetran
- com-fix-fast-protocol
- com-fixprotocol
- com-fja-sapiens
- com-flashpoint
- com-flexport
- com-flightstats
- com-flipkart
- com-flooid
- com-flutterwave
- com-flyio
- com-fmc
- com-fmcg-traceability
- com-foodpanda
- com-forgerock
- com-fortinet
- com-freebsd
- com-freee
- com-freefly
- com-freja-eid
- com-freshworks
- com-fsa-japan
- com-fugro-api
- com-fujitsu-msp
- com-gainsight
- com-galileo
- com-galileo-gds
- com-gb-standards
- com-gbfs
- com-gcash
- com-gcp
- com-gddr-memory
- com-ge-aviation
- com-ge-proficy
- com-general-fusion
- com-gepredix
- com-ginkgo-bioworks
- com-github
- com-github-big-moe-on-edgeKotoba-maintained BigMoeOnEdge mirror: NVMe expert streaming and split Metal placement
- com-gitlab
- com-gk-software
- com-glide
- com-globalpayments
- com-gloriafoods
- com-gmailPortable .cljc Gmail API v1 client -- threads, labels, drafts, injectable HTTP transport
- com-gnss-rtk
- com-gojek
- com-gong
- com-goodrx
- com-google-calendarGoogle Calendar as a connector — calendars, events and free/busy, with each
- com-google-chat
- com-google-cirq
- com-google-driveGoogle Drive as a connector — search, file metadata, permissions, and text
- com-google-gmailGmail as a connector — search, read, file under labels, send. Three scopes,
- com-google-snappy
- com-google-tpu-api
- com-google-workspace
- com-googleads
- com-govuk-onelogin
- com-gpu-accelerator
- com-grab
- com-grafana
- com-granicus
- com-greenhouse
- com-greenway
- com-groq-lpu
- com-gs-markets
- com-gs1-epcis
- com-gsma-opengateway
- com-gtfs
- com-guidewire-claimcenter
- com-guidewire-rating
- com-gusto
- com-halliburton-delfi
- com-hannover-re
- com-hapag-lloyd-api
- com-hashicorp
- com-hawkeye360
- com-hbm-memory
- com-hcss
- com-helion-energy
- com-helium
- com-heroku
- com-hike-messenger
- com-hitachi-osiv
- com-hkma
- com-hl7-fhir
- com-hmm-api
- com-hmrc
- com-hologram
- com-honeycomb
- com-honeywell-plantscape
- com-hopin
- com-hp-vos3
- com-hs-codes-customs
- com-huawei-bss
- com-hubspot
- com-huggingface
- com-iata-ndc
- com-iata-timatic
- com-ibm-cics
- com-ibm-ims
- com-ibm-mqseries
- com-ibm-qiskit
- com-ibm-zos
- com-icao
- com-ice-api
- com-icertis
- com-iceye
- com-id-quantique
- com-ideal-sweden
- com-idnow
- com-iea
- com-iea-stats
- com-ieee-xplore
- com-iers-earth-rotation
- com-ietf-rfcs
- com-iho-ships
- com-ihs-markit-energy
- com-imf
- com-imo-dangerous-goods
- com-improbable
- com-index-exchange
- com-indrive
- com-infineon-qkd
- com-infura
- com-inscripta
- com-instagramInstagram Content Publishing API client — portable .cljc, injected I/O, no deps. Container→poll→publish; Instagram fetches the asset from a URL.
- com-insurity
- com-intel-hip
- com-intel-xe-driver
- com-intelsat
- com-interactivebrokers
- com-intercom
- com-interpol
- com-invision
- com-ios-sdk
- com-ipcc
- com-ipsec
- com-ipv6-routing
- com-irena
- com-ironclad
- com-ironsource
- com-irs
- com-isara
- com-isic-codes
- com-iso-8583
- com-iso-claimsearch
- com-iso-standards
- com-iter-data
- com-iterable
- com-itsme-norway
- com-jcb-network
- com-jd-com
- com-jenkins
- com-jeppesen
- com-jis-standards
- com-jma-weather
- com-johndeere-api
- com-jpm-access
- com-jpmorgan-onyx
- com-jpo-patents
- com-jr-timetables
- com-jumia
- com-jwplayer
- com-kafka
- com-kajabi
- com-kakao-cert
- com-kakao-talk
- com-kaltura
- com-kaspersky-ti
- com-kernel-neuro
- com-kibo
- com-kinaxis
- com-kingdee
- com-klarna
- com-klaviyo
- com-kong
- com-kongsberg-maritime
- com-kpler
- com-kraken
- com-kubernetes
- com-kuka
- com-kustomer
- com-l3harris-net
- com-landsat
- com-langchain
- com-lattice
- com-launchdarkly
- com-lazada
- com-lever
- com-lexisnexis
- com-lexisnexis-risk
- com-lidoc-lufthansa
- com-lightspeed
- com-lime-scooters
- com-line-api
- com-line-messagingPortable LINE Messaging API client (.cljc — webhook verify, event parse, push/reply)
- com-linkedinLinkedIn Posts API client — portable .cljc, injected I/O, no deps. Posts, image upload, chunked video upload with ETag finalization.
- com-linode
- com-linux-syscalls
- com-liquid-robotics
- com-lloyds-london
- com-lme-metals
- com-lockheed-tap
- com-logikcull
- com-logikcull-edisc
- com-logingov
- com-looker
- com-losant
- com-lpddr-mobile
- com-ls-retail
- com-lseg
- com-m365
- com-macos-darwin
- com-maersk-api
- com-magento
- com-magic-leap-os
- com-magiq-tech
- com-magnite
- com-mailchimp
- com-majesco
- com-mambu
- com-mammoth-biosciences
- com-mandiant
- com-manhattan-pos
- com-mapillary-graph-apiMapillary Graph API v4 client — street-level imagery object detections (pure .cljc + nbb fetch)
- com-marketo
- com-marqeta
- com-marvel-fusion
- com-mas-singapore
- com-mastercard-banknet
- com-materials-project
- com-matillion
- com-matrixPortable Matrix Client-Server API client (.cljc — room sync poll + send)
- com-matrixx-software
- com-mattermostPortable Mattermost API v4 client (.cljc — channel post list + send)
- com-matterport-api
- com-mavlink-drones
- com-mavlink-swarm
- com-maxar-technologies
- com-mckesson
- com-medallia
- com-medicare
- com-meditech
- com-meituan
- com-mendix
- com-mercadolibre
- com-meta-presence
- com-meta-webhookShared WhatsApp/Messenger webhook verify+parse (.cljc) + Messenger send client
- com-metagpt
- com-metagraph
- com-mhra
- com-microsoft-graphMicrosoft 365 as a connector, through Microsoft Graph — mail and calendar
- com-microsoft-smb2Design only — see ADR-2608171200. The filesystem surface, what it would take, and what blocks it.
- com-midjourney
- com-mightynetworks
- com-mindmaze
- com-mindsphere
- com-miro
- com-mitid-denmark
- com-mitre-attck
- com-mitsubishi-centum
- com-mixpanel
- com-mobileye
- com-modbus-tcp
- com-monday
- com-moneyforward
- com-mongodb
- com-monzo
- com-moralis
- com-morningstar
- com-mosip
- com-mpesa
- com-mpls
- com-mrisoftware
- com-msc-api
- com-mta-ny
- com-mulesoft
- com-munich-re-api
- com-muse-eeg
- com-mux
- com-mygovid
- com-myinfo
- com-mynumber
- com-n26
- com-naics-codes
- com-nakama
- com-nasa
- com-nasa-dsn
- com-nasdaq-itch
- com-navblue
- com-naver
- com-naver-cert
- com-navitaire
- com-ncbi
- com-ncic
- com-ncino
- com-ncr-retalix
- com-ncts
- com-nemetschek
- com-neon
- com-neoncrm
- com-netcracker
- com-netlify
- com-netsuite
- com-neurable
- com-neuralink-api
- com-neurosky
- com-newrelic
- com-nextgen
- com-ng-aegis
- com-nhsdigital
- com-nhtsa
- com-niantic-lightship
- com-nih
- com-ninjavan
- com-nintex
- com-nmea2000-marine
- com-noaa
- com-noaa-goes
- com-nokia-vonage
- com-noon
- com-northerntrust-api
- com-notion
- com-npu-accelerator
- com-ntp-time
- com-nubank
- com-nuix
- com-nvidia-cosmos
- com-nvidia-drive
- com-nvidia-isaac
- com-nvidia-isaac-labIsaac Lab-equivalent RL training framework (kami-shugyo/e7m-shugyo). RLEnv/VecRLEnv traits, Cartpole env, joint-space + EE-Cartesian reach envs, domain randomization, ARS-lite policy trainer. Restored from deleted crate
- com-nvidia-isaac-simGenesis-compat physics backend (isaacsim.core.api/PhysX 5 facade): closed-form Cartpole/DP/PlanarChain dynamics, spatial (Plucker) algebra, GJK/EPA/OBB/CCD collision, DLS IK, trajectory gen, LQR, thermal FDM. Restored fr
- com-nvidia-nvml
- com-nymex
- com-oag-flights
- com-occ
- com-oceaneering
- com-ocpp-charging
- com-oecd
- com-ofac
- com-ola-cabs
- com-omop-cdm
- com-omron-sysmac
- com-ondc
- com-one-network
- com-onetrust
- com-oneweb
- com-onnx-runtime
- com-opc-ua
- com-opec-data
- com-openai
- com-openbankinguk
- com-openbci
- com-opengov
- com-openrov
- com-opensea
- com-openvino
- com-openx
- com-openxr
- com-opera-pms
- com-optical-compute
- com-optical-transceiver
- com-optimizely
- com-optiva
- com-optumrx
- com-oracle
- com-oracle-aconex
- com-oracle-xstore
- com-orcid
- com-outsystems
- com-ovh
- com-ovo-indonesia
- com-pacer-courts
- com-pagerduty
- com-pagseguro
- com-palantir-foundry
- com-palantir-gotham
- com-parrot-sdk
- com-particle
- com-patreon
- com-paycom
- com-paypal
- com-paystack
- com-paytm
- com-phonepe
- com-photon-engine
- com-photonic-switch
- com-pinduoduo
- com-pinecone
- com-pingidentity
- com-pipedrive
- com-pix-brazil
- com-pjm-interconnection
- com-plaid
- com-planet-api
- com-planet-labs
- com-planetscale
- com-planview
- com-planview-innotas
- com-platts-api
- com-playfab
- com-pmda
- com-pollen-roboticsClean-room, API-compatible actor for the Pollen Robotics Reachy 2 developer SDK — .kotoba schema, .cljk decision cores, .cljc host
- com-posix
- com-post-quantumClean-room post_quantum compat actor (kotoba-wasm)
- com-postman
- com-powerbi
- com-procore-construction
- com-profibus-profinet
- com-prolific-appProlific API client for the kotoba fleet: reward arithmetic in integer cents, audience filter resolution, study payloads and submission triage. One recruitment source that can feed the platform's own research panel — not
- com-protein-data-bank
- com-psd2
- com-ptc-windchill
- com-pubchem
- com-pubmatic
- com-pubmed
- com-pulumi
- com-px4-autopilot
- com-qkd-bb84
- com-qnx
- com-qualcomm-snapdragon-spaces
- com-qualtrics
- com-quic-http3
- com-quicknode
- com-quintessencelabs
- com-radixx
- com-rakuten-ichiba
- com-ramp
- com-rappi
- com-rapyd
- com-ratp-paris
- com-ray
- com-razorpay
- com-realpage-core
- com-realtor-com
- com-recordedfuture
- com-reddit
- com-redfin-api
- com-redis
- com-redknee
- com-refinitiv-trep
- com-relativity
- com-relativity-ediscovery
- com-relayhealth
- com-remote
- com-renaissance-fusion
- com-rent-manager
- com-replicate
- com-reso-web-api
- com-retool
- com-rets-mls
- com-reveal-data
- com-revolut
- com-rhino
- com-rigetti
- com-rippling
- com-riscv-cpu
- com-riscv-isa
- com-rms-underwriting
- com-robinhood
- com-roblox
- com-rocket-lab
- com-rockwell-factorytalk
- com-rolls-royce-flight
- com-ros-robotics
- com-ros2-nav
- com-rosettanet
- com-rtgs-global
- com-rtos
- com-rystad-energy
- com-sabre-airlines
- com-sabre-gds
- com-sabre-sonic
- com-saic-networks
- com-saildrone
- com-sailpoint
- com-salesforce
- com-samsara
- com-sanity
- com-sansan
- com-sap
- com-sap-plm
- com-saphybris
- com-sapiens
- com-sbb-swiss
- com-scaleai
- com-schlumberger-osdu
- com-secgov-edgar
- com-securiti
- com-segment
- com-sel4
- com-semicon-robotics
- com-sendbird
- com-sendgrid
- com-sentinelone
- com-sentry
- com-sepa-ct
- com-serdes-phy
- com-servicenow
- com-sf-commerce
- com-shares-pms
- com-shipbob
- com-shippo
- com-shipstation
- com-shodan
- com-shopee
- com-shopify
- com-sic-codes
- com-siemens-simatic
- com-siemens-teamcenter
- com-signal-api
- com-silicon-photonics
- com-singpass
- com-sita-gds
- com-sita-onair
- com-sitecore
- com-siteminder
- com-sketch
- com-skydio
- com-slack
- com-smart-meter-dms
- com-smart-on-fhir
- com-smartdubai
- com-smpp-gw
- com-sncf-france
- com-snomed-ct
- com-snowflakeClean-room snowflake compat actor (kotoba-wasm)
- com-solidworksClean-room solidworks compat actor (kotoba-wasm)
- com-sonardyneClean-room sonardyne compat actor (kotoba-wasm)
- com-sonarqubeClean-room sonarqube compat actor (kotoba-wasm)
- com-sony-dualsense
- com-sophosClean-room sophos compat actor (kotoba-wasm)
- com-spacex-telemetryClean-room spacex_telemetry compat actor (kotoba-wasm)
- com-spatial-osClean-room spatial_os compat actor (kotoba-wasm)
- com-spire-globalClean-room spire_global compat actor (kotoba-wasm)
- com-splunkClean-room splunk compat actor (kotoba-wasm)
- com-sprykerClean-room spryker compat actor (kotoba-wasm)
- com-squareClean-room square compat actor (kotoba-wasm)
- com-square-retailClean-room square-retail compat actor (kotoba-wasm)
- com-ss7-sigtranClean-room ss7_sigtran compat actor (kotoba-wasm)
- com-starlinkClean-room starlink compat actor (kotoba-wasm)
- com-starlink-telemetryClean-room starlink_telemetry compat actor (kotoba-wasm)
- com-statestreet-apiClean-room statestreet_api compat actor (kotoba-wasm)
- com-stc-payClean-room stc_pay compat actor (kotoba-wasm)
- com-strapiClean-room strapi compat actor (kotoba-wasm)
- com-stratus-clearpathClean-room stratus_clearpath compat actor (kotoba-wasm)
- com-stripe
- com-subcom-telemetryClean-room subcom_telemetry compat actor (kotoba-wasm)
- com-supabaseClean-room supabase compat actor (kotoba-wasm)
- com-superagiClean-room superagi compat actor (kotoba-wasm)
- com-surescriptsClean-room surescripts compat actor (kotoba-wasm)
- com-surveymonkeyClean-room surveymonkey compat actor (kotoba-wasm)
- com-swellClean-room swell compat actor (kotoba-wasm)
- com-swift-iso20022Clean-room swift_iso20022 compat actor (kotoba-wasm)
- com-swift-mtClean-room swift_mt compat actor (kotoba-wasm)
- com-swiggyClean-room swiggy compat actor (kotoba-wasm)
- com-swish-swedenClean-room swish_sweden compat actor (kotoba-wasm)
- com-swiss-re-apiClean-room swiss_re_api compat actor (kotoba-wasm)
- com-symbilityClean-room symbility compat actor (kotoba-wasm)
- com-synchronClean-room synchron compat actor (kotoba-wasm)
- com-syngentaClean-room syngenta compat actor (kotoba-wasm)
- com-synopsys-edaClean-room synopsys_eda compat actor (kotoba-wasm)
- com-synthegoClean-room synthego compat actor (kotoba-wasm)
- com-tableauClean-room tableau compat actor (kotoba-wasm)
- com-tae-technologiesClean-room tae_technologies compat actor (kotoba-wasm)
- com-talabatClean-room talabat compat actor (kotoba-wasm)
- com-tcp-ipClean-room tcp_ip compat actor (kotoba-wasm)
- com-teams-botBot Framework client for Microsoft Teams (.cljc — OAuth2 token, send, JWT webhook verify)
- com-teledyne-marineClean-room teledyne_marine compat actor (kotoba-wasm)
- com-telegram-apiClean-room telegram_api compat actor (kotoba-wasm)
- com-tensorrtClean-room tensorrt compat actor (kotoba-wasm)
- com-terraformClean-room terraform compat actor (kotoba-wasm)
- com-tesla-apiClean-room tesla_api compat actor (kotoba-wasm)
- com-tesla-fsdClean-room tesla_fsd compat actor (kotoba-wasm)
- com-tesla-nacsClean-room tesla_nacs compat actor (kotoba-wasm)
- com-tflClean-room tfl compat actor (kotoba-wasm)
- com-tga-australiaClean-room tga_australia compat actor (kotoba-wasm)
- com-thales-combatClean-room thales_combat compat actor (kotoba-wasm)
- com-the-trade-deskClean-room the_trade_desk compat actor (kotoba-wasm)
- com-thegraphClean-room thegraph compat actor (kotoba-wasm)
- com-thingworxClean-room thingworx compat actor (kotoba-wasm)
- com-thomson-reuters-westlawClean-room thomson_reuters_westlaw compat actor (kotoba-wasm)
- com-thoughtmachineClean-room thoughtmachine compat actor (kotoba-wasm)
- com-tier-mobilityClean-room tier_mobility compat actor (kotoba-wasm)
- com-tiktokTikTok Content Posting API client — portable .cljc, injected I/O, no deps. PULL_FROM_URL and FILE_UPLOAD, with async publish-status polling.
- com-tinkoffClean-room tinkoff compat actor (kotoba-wasm)
- com-tocomClean-room tocom compat actor (kotoba-wasm)
- com-tokamak-energyClean-room tokamak_energy compat actor (kotoba-wasm)
- com-tokopediaClean-room tokopedia compat actor (kotoba-wasm)
- com-toshiba-global-commerceClean-room toshiba_global_commerce compat actor (kotoba-wasm)
- com-toshiba-qkdClean-room toshiba_qkd compat actor (kotoba-wasm)
- com-travelportClean-room travelport compat actor (kotoba-wasm)
- com-trelloClean-room trello compat actor (kotoba-wasm)
- com-trendmicroClean-room trendmicro compat actor (kotoba-wasm)
- com-trendyolClean-room trendyol compat actor (kotoba-wasm)
- com-trimble-agClean-room trimble_ag compat actor (kotoba-wasm)
- com-trimble-connectClean-room trimble_connect compat actor (kotoba-wasm)
- com-tritonClean-room triton compat actor (kotoba-wasm)
- com-truebillClean-room truebill compat actor (kotoba-wasm)
- com-trustarcClean-room trustarc compat actor (kotoba-wasm)
- com-trustlyClean-room trustly compat actor (kotoba-wasm)
- com-tsys-omahaClean-room tsys_omaha compat actor (kotoba-wasm)
- com-tuyasmartClean-room tuyasmart compat actor (kotoba-wasm)
- com-twilioClean-room twilio compat actor (kotoba-wasm)
- com-twist-bioscienceClean-room twist_bioscience compat actor (kotoba-wasm)
- com-twitchClean-room twitch compat actor (kotoba-wasm)
- com-tykClean-room tyk compat actor (kotoba-wasm)
- com-tylertechClean-room tylertech compat actor (kotoba-wasm)
- com-typeformClean-room typeform compat actor (kotoba-wasm)
- com-ucie-chipletClean-room ucie_chiplet compat actor (kotoba-wasm)
- com-ufidaClean-room ufida compat actor (kotoba-wasm)
- com-uipathClean-room uipath compat actor (kotoba-wasm)
- com-uk-customs-chiefClean-room uk_customs_chief compat actor (kotoba-wasm)
- com-un-locodeClean-room un_locode compat actor (kotoba-wasm)
- com-undataClean-room undata compat actor (kotoba-wasm)
- com-unfcccClean-room unfccc compat actor (kotoba-wasm)
- com-unionpay-cnClean-room unionpay_cn compat actor (kotoba-wasm)
- com-uniswap-v3Clean-room uniswap_v3 compat actor (kotoba-wasm)
- com-unisys-mcpClean-room unisys_mcp compat actor (kotoba-wasm)
- com-unity-adsClean-room unity_ads compat actor (kotoba-wasm)
- com-unity-api-services
- com-unity-marsClean-room unity_mars compat actor (kotoba-wasm)
- com-universal-robotsClean-room universal_robots compat actor (kotoba-wasm)
- com-upiClean-room upi compat actor (kotoba-wasm)
- com-uscbpClean-room uscbp compat actor (kotoba-wasm)
- com-usdotClean-room usdot compat actor (kotoba-wasm)
- com-uspsClean-room usps compat actor (kotoba-wasm)
- com-usptoClean-room uspto compat actor (kotoba-wasm)
- com-vantaClean-room vanta compat actor (kotoba-wasm)
- com-veracodeClean-room veracode compat actor (kotoba-wasm)
- com-vercelClean-room vercel compat actor (kotoba-wasm)
- com-veriffClean-room veriff compat actor (kotoba-wasm)
- com-verisk-analyticsClean-room verisk_analytics compat actor (kotoba-wasm)
- com-viasatClean-room viasat compat actor (kotoba-wasm)
- com-viberClean-room viber compat actor (kotoba-wasm)
- com-viber-botPortable Viber REST Bot API client (.cljc — webhook verify, event parse, send)
- com-vidmClean-room vidm compat actor (kotoba-wasm)
- com-viewpoint-spectrumClean-room viewpoint_spectrum compat actor (kotoba-wasm)
- com-vimeoClean-room vimeo compat actor (kotoba-wasm)
- com-vimeo-uploadVimeo tus resumable video upload — portable .cljc, injected I/O, no deps. Outbound client; com-vimeo is the clean-room server.
- com-vipps-norwayClean-room vipps_norway compat actor (kotoba-wasm)
- com-virustotalClean-room virustotal compat actor (kotoba-wasm)
- com-visa-vipClean-room visa_vip compat actor (kotoba-wasm)
- com-voi-technologyClean-room voi_technology compat actor (kotoba-wasm)
- com-vonageClean-room vonage compat actor (kotoba-wasm)
- com-vtexClean-room vtex compat actor (kotoba-wasm)
- com-vtsClean-room vts compat actor (kotoba-wasm)
- com-vultrPortable .cljc Vultr API v2 client (account/billing/instances, read-focused)
- com-vungleClean-room vungle compat actor (kotoba-wasm)
- com-w3c-specsClean-room w3c_specs compat actor (kotoba-wasm)
- com-waymoClean-room waymo compat actor (kotoba-wasm)
- com-waymo-apiClean-room waymo_api compat actor (kotoba-wasm)
- com-weatherfordClean-room weatherford compat actor (kotoba-wasm)
- com-webflowClean-room webflow compat actor (kotoba-wasm)
- com-webrtc-coreClean-room webrtc_core compat actor (kotoba-wasm)
- com-wechat-apiClean-room wechat_api compat actor (kotoba-wasm)
- com-wgs84-geodesyClean-room wgs84_geodesy compat actor (kotoba-wasm)
- com-whisperClean-room whisper compat actor (kotoba-wasm)
- com-whoClean-room who compat actor (kotoba-wasm)
- com-windows-apiClean-room windows_api compat actor (kotoba-wasm)
- com-wing-deliveryClean-room wing_delivery compat actor (kotoba-wasm)
- com-wipoClean-room wipo compat actor (kotoba-wasm)
- com-wisePortable .cljc Wise Platform API client -- profiles, transfers, quotes, recipients, balances (read-focused)
- com-wistiaClean-room wistia compat actor (kotoba-wasm)
- com-wix-storesClean-room wix-stores compat actor (kotoba-wasm)
- com-wmo-gtsClean-room wmo_gts compat actor (kotoba-wasm)
- com-woltClean-room wolt compat actor (kotoba-wasm)
- com-wonderwareClean-room wonderware compat actor (kotoba-wasm)
- com-woocommerceClean-room woocommerce compat actor (kotoba-wasm)
- com-woodmac-dataClean-room woodmac_data compat actor (kotoba-wasm)
- com-workableClean-room workable compat actor (kotoba-wasm)
- com-workatoClean-room workato compat actor (kotoba-wasm)
- com-workdayClean-room workday compat actor (kotoba-wasm)
- com-worldbankClean-room worldbank compat actor (kotoba-wasm)
- com-worldpay-apiClean-room compat actor (kotoba-wasm)
- com-worldspanClean-room compat actor (kotoba-wasm)
- com-wtoClean-room compat actor (kotoba-wasm)
- com-xPortable X (Twitter) API v2 client (.cljc — mentions search, DM read/write, tweet reply)
- com-x86-64-isaClean-room compat actor (kotoba-wasm)
- com-x86-cpuClean-room compat actor (kotoba-wasm)
- com-xeroClean-room compat actor (kotoba-wasm)
- com-xroadClean-room compat actor (kotoba-wasm)
- com-yandexClean-room compat actor (kotoba-wasm)
- com-yang-ming-apiClean-room compat actor (kotoba-wasm)
- com-yangoClean-room compat actor (kotoba-wasm)
- com-yardi-voyagerClean-room compat actor (kotoba-wasm)
- com-yaskawaClean-room compat actor (kotoba-wasm)
- com-yokogawa-cxClean-room compat actor (kotoba-wasm)
- com-yonyouClean-room compat actor (kotoba-wasm)
- com-yotiClean-room compat actor (kotoba-wasm)
- com-yotpoClean-room compat actor (kotoba-wasm)
- com-youtubePortable .cljc YouTube Data API v3 upload client (OAuth2 refresh, resumable upload, captions, thumbnails)
- com-zaloClean-room compat actor (kotoba-wasm)
- com-zap-energyClean-room compat actor (kotoba-wasm)
- com-zapierClean-room compat actor (kotoba-wasm)
- com-zendeskClean-room compat actor (kotoba-wasm)
- com-zendesksellClean-room compat actor (kotoba-wasm)
- com-zengin-systemClean-room compat actor (kotoba-wasm)
- com-zillow-groupClean-room compat actor (kotoba-wasm)
- com-zim-apiClean-room compat actor (kotoba-wasm)
- com-ziplineClean-room compat actor (kotoba-wasm)
- com-zohoClean-room compat actor (kotoba-wasm)
- com-zoho-crmClean-room compat actor (kotoba-wasm)
- com-zomatoClean-room compat actor (kotoba-wasm)
- com-zoomClean-room compat actor (kotoba-wasm)
- com-zooxClean-room compat actor (kotoba-wasm)
- com-zozoClean-room compat actor (kotoba-wasm)
- com-zscalerClean-room compat actor (kotoba-wasm)
- com-zte-cbss
- com-zymergen
- comfyuiComfyUI-style node-graph execution engine in portable Clojure (.cljc) — content-addressed cached execution, cache & run history as datoms, Clojure-on-WASM ready
- common-crawl
- composerAI music composition request/pipeline as pure data contracts — kotoba-lang capability library
- computer-useAnthropic-computer-use-style desktop automation agent in portable Clojure (.cljc) — injected IComputer host capability, action history as datoms, built on langgraph-clj
- connectorThe contract for connecting this workspace to an external service: descriptor, per-tool scopes, consent grouped by OAuth client, MCP projection. Portable .cljc.
- consumabilityWhat makes a producer consumable, and how much of it a given producer has. Pure .cljc, no I/O.
- contactsPortable CLJC contacts model
- content-addressA document's identity is its bytes — CID identity, IPNS naming, and archive Location kept apart, for apps that stop identifying resources by path.
- crdtPortable CLJC CRDT primitives (Lamport clock, LWW-Register, OR-Set, entity-attribute doc) for Kotoba collaborative document editors
- crmPortable .cljc technical commons for the cloud-itonami-isic CRM/subscription-commerce actor fleet (pipeline-stage transition validator + ASC 606/IFRS 15 revenue-recognition recompute)
- cronCron expressions as EDN + pure next-fire evaluator — zero-dep portable .cljc
- crowdfundingRewards-crowdfunding protocol primitives — pure .cljc, no network I/O, no clock, no key custody
- crypto
- cssEDN-first css substrate for kotoba
- cssomCSS Object Model for kotoba: selector/cascade + reference layout projection
- ctf
- cueKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- curpus2skill
- custodyThreshold custody for sealed secrets: m-of-n Shamir plus an independence check that refuses a threshold one party can reach alone
- d3
- daichouagent 行為を承認ごと改ざん耐性のある連鎖として残す自己ホストの台帳(.cljc ライブラリ)
- danceKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- datalogStorage-free Datalog query engine in portable .cljc: four covering indexes (EAVT/AEVT/AVET/VAET), triple-pattern routing, semi-naive fixpoint with recursive rules, safe negation, or/or-join, and aggregates. Extracted fro
- datomkotoba Datom-log (EAVT) representation — shared data-representation lib
- datom-modelThe pure Datomic model half of kotobase-peer: transact, schema-as-datoms, datoms, q/query, pull, entity, entid/ident over datalog.index. No persistence, no chain, no IPLD.
- datom-sourceComposable pattern-source seam for kotobase query paths: one protocol, combinators, and a conformance suite
- datomic-client-shimDatomic Client API-shaped HTTP+edn query surface over kotobase (shape-compatible, NOT wire-compatible with proprietary Datomic)
- dcsDistributed Control System (plant/tags/PID loops/ISA-18.2 alarms) as EDN data + portable CLJC engine
- ddlSQL DDL <-> EDN schema + migration diff — zero-dep portable .cljc
- decDiscrete Exterior Calculus (DEC) on a voxel cubical complex — scalar/edge/face fields, Poisson solvers, Maxwell, vorticity confinement, zero-dep CLJC. Restored from legacy kami-dec crate (deleted #82). ADR-2607010930.
- demodesktop demo — restored from legacy kami-engine Rust crate (deleted #259) as zero-dep portable CLJC. Part of the clj-wgsl migration (ADR-2607010930).
- denchu電柱広告(utility-pole advertising)の在庫・窓口・料金・出稿を扱う純 .cljc ドメインライブラリ
- denreidenrei 伝令 — channel-posting actor for the kaisha communication space: post-LLM ⊣ MembershipGovernor, propose→draft only, posting always human-approved
- deps
- design-qualityDeterministic HIG/WCAG UI-quality audit (pure cljc) + CLI — the measurable arm of kotoba-lang design-quality (ADR-2607132300)
- dev-protobufProtocol Buffers wire format in portable .cljc — schema as EDN, no codegen, unknown fields preserved byte-for-byte
- device
- devtoolsKAMI Devtools — automation/inspection contracts: semantic snapshots, automation plans, synthetic input, UI/UX accessibility evaluator. Restored from legacy kami-devtools crate (deleted #82). ADR-2607010930.
- dftKAMI Design-For-Test (DFT) — scan chain insertion, BIST generation, ATPG pattern generation, JTAG/BSDL. Restored from legacy kami-dft crate (deleted #82). Not Discrete Fourier Transform. ADR-2607010930.
- did-etzhayyimEtz Hayyim DID protocol and resolver
- diskspaceEvidence-backed macOS disk usage inventory in Safe Kotoba with EDN/Datomic projections
- distill
- dns
- docsPortable CLJC document workspace model
- dom-gpukotoba DOM-compatible WASM UI substrate with WebGL and WebGPU browser hosts
- domain-billingDomain registration billing: srs events -> ledger entries and registrar invoices. Integer minor units, ICANN pass-through, no payment.
- dotGraphviz DOT <-> EDN graph (+ graph algorithms) — zero-dep portable .cljc
- dougaPure timeline→ffmpeg render-plan builder + command builders — CLJC craft lib
- drawingmlEDN-first drawingml substrate for kotoba
- drivePortable CLJC drive object workspace model
- drpcDRPC wire format — frames, packet reassembly and the reader's refusals, as portable .cljc
- dsl-coreShared dependency-free CLJC helpers for portable kotoba DSL libraries
- dtnRFC 9171 Bundle Protocol + transport-agnostic delay-tolerant routing — pure Clojure, no I/O
- dxfKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- dynamicsStock-flow-loop system dynamics primitives + Meadows leverage-point scoring (pure .cljc)
- edaEDN-driven CLJC kernels for kotoba native EDA computation
- eda-flow-demo
- editorPortable structural EDN editor (.cljc) — editable-paths + set-value + colour<->hex, no DOM/host effects
- ednBounded EDN and canonical document codec for Kotoba
- edu-berkeley-spiceKAMI SPICE — MNA-based circuit simulator: DC-op solver, device models (MOSFET/BJT/diode), netlist parser/exporter. Restored from legacy kami-spice crate (deleted #82). ADR-2607010930.
- ekyc
- ekyc-native-providerComposing ekyc.adapters.provider/IEkycProviderClient: real mrz+face-liveness+face-match engine wiring
- emr-claims-primary-sources
- enEN — native currency unit riding on kotoba-lang/engi's L1 (ADR-2607993000)
- engiENGI/EN mutual-credit ledger over kotobase.net (ADR-2607101100)
- engi-nodeInbound half of an engi peer, in a Cloudflare Worker. Accepts WebSocket peers, decodes engi.wire. Not a validator.
- engi-witness-escrowExternal-collateral bond/slash custody for engi/L1 witnesses (ADR-2607994000/2607995000) — local-test-only design, not deployed
- engine archived Clojure/EDN-subset -> WASM-targeted instruction-IR compiler for KAMI game scripting (cljc domain port of kami-engine-clj)
- engineerKAMI Engineering SDK — constraint solver, parametric engine, undo/redo, measurement, selection, layer, grid, DRC base — restored from legacy kami-engine Rust crate kami-eng-core/io/render (deleted #82 Rust workspace remo
- engineer-ioKAMI Engineering SDK — file I/O: STEP, IGES, STL, Gerber, G-code, Verilog, VHDL, SPICE, VCD, EDIF, LEF/DEF — restored from legacy kami-engine Rust crate kami-eng-core/io/render (deleted #82 Rust workspace removal) as zer
- engineer-renderKAMI Engineering SDK — 2D/3D engineering rendering: schematic lines, pads, dimension annotations, hatching, grid overlay, ruler, crosshair cursor — restored from legacy kami-engine Rust crate kami-eng-core/io/render (del
- envelopeOne object, one content key, many wrapped copies of it — the E2EE envelope under kotobase.net Drive and Mail
- erasureLocally recoverable erasure codes over GF(2^8) — portable .cljc with a .kotoba decision layer under an equality gate. Built for the kura storage network (ADR-2607299200), depends on nothing from it.
- erc20ERC-20 calldata + EIP-2612 permit typed data, portable .cljc (browser-capable: selectors pinned and verified against keccak256)
- esignDID-bound document signing actor
- esimGSMA Remote SIM Provisioning (eSIM) identifiers, pure profile lifecycle and host-injected provisioning ports in portable Clojure
- eth-cryptoDependency-free Ethereum crypto for Clojure/babashka — Keccak-256 + secp256k1 ecrecover + EIP-712 + EIP-55 (pure clojure.*, verified vs the EIP-712 spec vector)
- eu.europa.eur-lexPreserved primary-source legislative corpus (DataLad + git-annex/B2). Projected into etzhayyim/global-legislation-datoms.
- examlawWhat a tax authority must have done before it may examine — by jurisdiction. Absence is never authority.
- exprKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- exrKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- external-service-adapter
- face-livenessChallenge-response liveness detection: real Eye Aspect Ratio blink/smile/turn scoring, no bundled face tracker
- face-matchFace-match contract boundary -- deliberately no comparison algorithm, always routes to human review
- faceid
- fareFiled fares, fare rules, fare construction and lowest-fare search in pure Clojure — the pricing half of a flight fare search
- fax
- feaKAMI CAE — FEA mesh gen, material library, boundary conditions, linear-static solver, post-processing. Restored from legacy kami-cae crate (deleted #82). ADR-2607010930. Named 'fea' to avoid collision with kotoba-lang/ca
- findfind/grep 超高速 lib — orgs/ (4,400+ repos) を走査して .clj/.cljc/.cljs を拡張子/内容で検索する kotoba lib。pure .cljc core + kbb/amu-native .kotoba guest (fs-browse capability)。nbb スクリプト群 (repo-search/langchain-store-adoption-scan/jvm-depe
- first-breath
- floorplan-labIndoor floorplan estimation lab: dead-reckoning + chirp-echo sonar + BLE trilateration sensor fusion (ADR-2607140600 Phase 3a)
- fmt
- force3d
- formsPortable CLJC forms model
- foundation-identity-didwebvhdid:webvh v1.0 — hash-chained DID log with pre-rotation and an m-of-n witness threshold resolvers enforce. Portable .cljc; no HTTP, no clock, no key material.
- freeboardApple-Freeform-style infinite-canvas board — clj brain + kami-render(wgpu) + kasane import (ADR-2606280200)
- fs
- fsmKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- gameKAMI Game — physics/input/NPC AI/inventory/economy/triggers/prediction/arena/addons/gameshell/island-gen/W-Protocol/minigames (30 modules). Restored from legacy kami-game crate (deleted #82). ADR-2607010930.
- game-productionCraft layer of game making: gameSpec consistency, balance arithmetic, runtime knobs, audio cue plans. Portable zero-dep .cljc.
- gazo
- genomeOpen-source genomics workflow workbench as EDN data + portable CLJC pipeline model.
- geogeospatial (Web Mercator + H3) — restored from legacy kami-engine Rust crate (deleted #259) as zero-dep portable CLJC. Part of the clj-wgsl migration (ADR-2607010930).
- geojsonKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- giemonGiemon open-hardware robot product line — kinematics + Kaigo governor, pure Clojure (.cljc)
- gijiroku議事録 — Zoom/Google Meet/Teams meeting-record actor (scribe-LLM ⊣ PrivacyGovernor), common kotoba-lang infra for cloud-itonami/cloud-manimani
- git-workspace
- github
- global-energy-datomsProvenance-preserving global energy datoms for Datascript and Kotoba consumers
- global-legislation-datomsWorld legal-source registry (jurisdiction x source x license x sensor-family) — Datascript/Kotoba-EAVT catalog layer, ADR-2605262800
- glyphCPU-side SDF text-layout contract (glyph classification, grapheme/script segmentation, atlas packing, instanced-quad layout) ported from kami-text (Rust)
- gmail
- godaddy-dnsGoDaddy DNS management agent in portable Clojure (.cljc) — injected IDns host capability, dry-run-by-default writes, action history as datoms, built on langgraph-clj
- gov-defense-mil-std-1553
- gov.govinfo.bulkdataPreserved primary-source legislative corpus (DataLad + git-annex/B2). Projected into etzhayyim/global-legislation-datoms.
- gov.sec.edgarSEC EDGAR XBRL companyfacts API raw response archive (DataLad dataset)
- governorThe itonami actor pattern's governor layer, written once — verdict assembly, routing, shared provenance rules, and a conformance check that catches hand-copy drift.
- goyoukiki御用聞き — JP government-procurement signal + bidder-matching actor (match-LLM ⊣ ProcurementGovernor)
- gpuKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- grammarKotoba safe-subset grammar gate — the admissible source surface.
- grantWho may do what, decided as pure data. The capability broker for the Kotoba stack; split out of kotoba-lang/aiueos.
- graphForce-directed graph layout + Merkle-DAG PCB layout in zero-dep portable CLJC. Restored from legacy kami-graph crate (deleted #82). ADR-2607010930.
- graphmlKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- graphqlGraphQL SDL -> EDN AST + resolver query executor — zero-dep portable .cljc
- grootClean-room NVIDIA Isaac GR00T N1.x foundation-policy compat surface, ported to pure Clojure (.cljc)
- haishin配信 — cross-platform syndication (Instagram/YouTube/TikTok/X/Vimeo/LinkedIn) for creator output. Portable .cljc, no transport, no credentials, grants fail closed.
- hanmen版面 — a page as placed marks, and an inert SVG of it. Portable .cljc.
- hash
- hilPortable Human-in-the-Loop approval contract for kotoba-lang agents
- hinshitsuhinshitsu (品質) — portable quality-evidence schema + mokushi visual/snapshot testing for kotoba tools
- hlsWatching a live HLS broadcast — decisions as pure data, the player once
- homebrew-kotobaHomebrew tap for Kotoba: capability-safe language for untrusted AI-written code
- hostKAMI Clj-Host — pure columnar render-IR frame decoder (magic/version validation, camera+instance mat4 decode). Restored from legacy kami-clj-host crate (deleted #82). ADR-2607010930.
- htmlEDN-first html substrate for kotoba
- htmldomTrusted-HTML-subset parser into kotoba.wasm.dom
- http
- hub
- i18nPortable .cljc i18n library: compile-time message accessors (paraglide-equivalent), CLDR-lite plurals, RTL/tier language registry, etzhayyim TM bridge, re-frame+reagent seam
- i18n-actoretzhayyim actor: i18n (aozora.app)
- i18n-cid
- i64Signed 64-bit integer semantics that do not change with the host — zero-dep .cljc, runs on JVM and ClojureScript
- ic-packagingKAMI Packaging — IC package modeling, wire bond/flip chip bonding, thermal analysis. Restored from legacy kami-pkg crate (deleted #82). ADR-2607010930.
- ichiran
- identify
- identity
- ie-flowShared information-energy flow metrics, gates, lifecycle, and ledger library
- importerThe contract for keeping up with an external service: cursors that refuse to skip, and answers that state what they cover.
- industryKotoba industry registry mapping ISIC businesses to executable technology stacks
- inferenceKotoba CLJC/Rust inference runtime over torch and num
- inga因果 — the consensus plane of the kotoba stack. A ref plane whose compare-and-set is a 2f+1 quorum certificate, not a host primitive.
- innen因縁 — a sourced dependency record over human history (entities, contracts, events, incidents) as a reusable cljc library: fail-closed provenance, BCE-aware historical slicing, cascade/criticality scoring, Datomic + DataSc
- inputKAMI Input — unified input system domain interpreter: action mapping, gesture detection, multi-panel focus routing. Restored from legacy kami-input crate (deleted #82). ADR-2607010930.
- insurancePolicies, premiums and claims — pure .cljc capability lib for the cloud-itonami insurance vertical (ISIC 65/66)
- int-who-icd10ICD-10 code grammar/validator, chapter boundaries, ClaML parser (no WHO classification content) in portable .cljc
- io
- io-alembicOgawa — the binary container Alembic (.abc) files are written in. Portable .cljc.
- io-filecoinFilecoin protocol client in portable .cljc — addresses, messages, signing bytes, Lotus JSON-RPC. No SDK, no network I/O, no keys.
- io-filecoin-nodeFilecoin node-side protocol core in portable .cljc — block headers, tipsets, mpool admission, base fee. No proofs, no FVM, no sockets.
- io-filecoin-signersecp256k1 signing for Filecoin — the f1 path, portable .cljc. Verified by recovering real mainnet senders.
- io-filecoin-transportIHttp for Filecoin, and the call order a client needs. Verified against mainnet, read-only.
- io-ipfsKubo (IPFS) HTTP API pin/fetch/nodeInfo helpers. Relocated from etzhayyim-sdk per ADR-2606302300.
- io-ipld
- io-ipld-carCARv1/CARv2 in portable .cljc — where an IPLD block is, not just what it is. Verified against @ipld/car and go-car.
- io-ipni-specsIPNI (ipni.io) origin-plane library: Advertisement IPLD, announce, injected HTTP find/advertise. Not an indexer node.
- io-libp2p
- io-libp2p-specs-kad-dhtlibp2p Kademlia DHT in portable .cljc — keyspace, /ipfs/kad/1.0.0 messages, iterative lookup as a pure state machine, HTTP delegated routing with quorum
- io-libp2p-specs-transportmultistream-select 1.0.0 and Yamux in portable .cljc — protocol negotiation and stream muxing, no socket
- io-multiformatsbase58 / base32 / varint / sha2-256 multihash / CIDv1 in pure Clojure — compute an IPFS CID (== ipfs add --raw-leaves) with no native deps, babashka-friendly.
- io-storjStorj Gateway-MT (S3) and Linksharing client — portable .cljc over injected crypto and transport
- io-storj-nodeStorj storage-node protocol core — node identities, order-limit admission, signing-form bytes and piece layout, as portable .cljc
- io-stripe-issuingLive Stripe Issuing provider for kotoba.card.actuation — post-approval only, approval-and-idempotency gated, publishes its state mapping
- ioplanT5 library: I/O request planning against a device descriptor — align, merge, C-SCAN or deliberately-not-reorder, batch to queue depth.
- ipChip IP block domain in pure Clojure — bus protocol RTL, CDC analysis, IP-XACT catalog/export, NoC topology synthesis — ported from kami-engine's kami-ip Rust crate
- ip-xactKAMI IP Management — IP-XACT component catalog, bus protocol (AXI4/APB) generation, NoC topology synthesis, CDC analysis. Restored from legacy kami-ip crate (deleted #82). ADR-2607010930.
- iso3166ISO 3166-1 alpha-3 country registry for kotoba-lang and cloud-itonami-iso3166-* market-entry blueprints
- itineraryScheduled legs, connection legality and itinerary construction in pure Clojure — the journey half of a flight fare search
- jiten事典 — an encyclopedia whose claims are checkable by query rather than by convention. The admissibility contract for an encyclopedic entry, as portable .cljc over kotobase.
- journalAppend-only EDN transaction journal — the durable half of langchain.db's persistence port
- jp-go-digital-design-systemデジタル庁デザインシステム(DADS) HTML components as cljc hiccup + vendored MIT CSS. Based on digital-go-jp/design-system-example-components-html
- jp-hiroshiba-voicevoxPortable .cljc VOICEVOX Engine client (audio_query/synthesis, style_id catalog, emotion switching, credit lines)
- jp.go.e-gov.elawsPreserved primary-source legislative corpus (DataLad + git-annex/B2). Projected into etzhayyim/global-legislation-datoms.
- jp.go.meti.enechoVersioned DataLad archive and EDN analysis of Japan Agency for Natural Resources and Energy statistics
- json
- json-ldEDN-first json-ld substrate for kotoba
- jsonlogicJSONLogic rules-as-data evaluator — zero-dep portable .cljc
- kagamiwest 後継の AI-agent フリート向け VCS レイヤ — Phase 0: fleet-db read model + parallel pinned sync (ADR-2607160005)
- kagi
- kagitaba1Password-compatible keychain data model (.cljc): category/field/item shapes + 1PUX import
- kaigi会議 — online meetings (Zoom/Meet 相当): portable CLJC meeting model, media-topology planner, Cloudflare Realtime SFU binding, Durable Object signaling room
- kaishakaisha 会社 — EDN-native communication space (Slack/Teams 相当): channels, threads, mentions, reactions, read markers
- kaiyu回遊 — how visitors move through a site, measured without identifying them. Portable .cljc: dwell buckets, route whitelist, transition edges, report windows.
- kakeiboStatement rows to a double-entry ledger, deterministically — the expense plane. Pure .cljc, no model in the money path.
- kami-appbuilder SDK (KamiApp, RenderPipeline trait, Camera, RAF) CLJC — restored from legacy kami-engine Rust crate (deleted #259) as zero-dep portable CLJC. Part of the clj-wgsl migration (ADR-2607010930).
- kami-app-amenominakaamenominaka (天之御中) — Omniverse Kit-equivalent app shell path reservation, kotoba .cljc
- kami-app-animator
- kami-app-bim-editor
- kami-app-cad
- kami-app-car-simKAMI car-sim domain layer (pure Clojure port of driver.etzhayyim.com's Rust soft-body vehicle demo, ADR-2607010000)
- kami-app-character-creatorEDN-native VRM character creator (ADR-2607031200) — Phase 1: CharacterDoc -> real .vrm export, built on kotoba-lang/{vrm,character}
- kami-app-dawEDN-native browser digital audio workstation for kotoba-lang
- kami-app-fixturesEDN fixture target for deleted kami-app-* Rust crates
- kami-app-giemonGiemon robot kit procedural-geometry viewer (giemon.etzhayyim.com) — portable geometry kernels for ArmCrawler/Hitogata/Caterpillar models + mold-scrub field. Restored from legacy kami-app-giemon crate (deleted #82). ADR-
- kami-app-giemon-factoryPortable CLJC domain data model (factory layout, 4D construction order, robot roster, engineering clashes) restored from the legacy kami-app-giemon-factory crate (deleted kotoba-lang/kami-engine PR #82). ADR-2607010930.
- kami-app-hygaccess-plantMixing-tank CFD simulation (nagare + kami-engine-cae-solver) for the sodium-hypochlorite dilution step of cloud-itonami-hygiene-access's water-purification-drops
- kami-app-isekaiISEKAI reference game: voxel-world gen kernels (fbm noise/palette/demo-house), breathing-clear color fn, default USDA. wasm-bindgen/DEC-tick/USD-parse excluded as native. Restored (deleted #82). ADR-2607010930.
- kami-app-modeler
- kami-app-nleEDN-native browser non-linear video editor for kotoba-lang
- kami-app-quarry-walkQuarry Walk reference game config (spawn/camera/terrain/water adapter params); wasm-bindgen orchestration excluded as native-only. Restored from legacy crate (deleted #82). ADR-2607010930.
- kami-app-sarutahiko-factory猿田彦 Class-8 truck plant — factory/construction-order/loader domain logic in kotoba .cljc
- kami-app-sculpt
- kami-app-shibuyaShibuya street digital-twin sim — pure scene/agent-config domain logic in kotoba .cljc
- kami-app-sipkami-app-sip (SIP game) domain logic, split out of kami-engine's kami-app-sip-clj (ADR-2607010930).
- kami-app-suji姿勢がつくる負荷を、ブラウザ内で解いて 3D で見せる single-page app(suji + WebGPU)
- kami-app-tatekatatatekata 建方 construction-process math (deposit/weld/thermal fields) — pure kotoba .cljc
- kami-appskami-engine product apps (bim/cad/live/maps3d/animeka-timeline) — split from etzhayyim/root 40-engine (ADR-2607171000)
- kami-articulatedURDF robot-description parser (prismatic/revolute joints, link mass/inertia) feeding kami-genesis articulation. Restored from legacy kami-articulated crate (deleted #82). ADR-2607010930.
- kami-atmosphere-sceneEDN authoring surface for kami-atmosphere weather config, merges weather.edn presets onto kotoba-lang/atmosphere defaults. Restored from legacy kami-atmosphere-scene crate (deleted #82). ADR-2607010930.
- kami-autodriveVehicle-class-agnostic autonomy (GNC) layer: lidar/camera perception -> A* planning -> pure-pursuit + PID control, portable zero-dependency CLJC. Restored from legacy kami-autodrive crate (deleted #82). ADR-2607010930.
- kami-autodrive-sceneEDN authoring surface for kami-autodrive per-vehicle-class GNC presets (limits + autopilot tuning). Restored from legacy kami-autodrive-scene crate (deleted #82). ADR-2607010930.
- kami-cad-importCAD source (STEP/glTF/OpenSCAD) to vehicle part graph, JBeam topology, and CycloneDX 1.5 SBOM. Restored from legacy kami-cad-import crate (deleted #82). ADR-2607010930.
- kami-cam-sceneEDN authoring surface for kami-cam (kotoba-lang/cnc) STOCK MATERIAL presets — tolerant EDN accessors from kotoba-lang/scene, parity-tested against kotoba.cam.stock/material-presets. Restored from legacy kami-cam-scene cr
- kami-character-sceneEDN authoring surface for kami-character MetaHuman hair-style presets, FACS face-rig, and default animation blueprint. Restored from legacy kami-character-scene crate (deleted #82). ADR-2607010930.
- kami-contractsCLJC/EDN authority for KAMI Engine component boundaries and provider catalog
- kami-creative-studio
- kami-eizo-compositorVFX compositing node data model (chroma-key/roto/tracking/blend) — kotoba-lang eizo domain, ADR-2607121400
- kami-eizo-gradeASC CDL / monotone curves / .cube LUT / waveform+vectorscope color-grading data model (kami-eizo family, ADR-2607121400)
- kami-eizo-timelinePortable .cljc EDL/timeline data model (track/clip/transition/marker) + SMPTE drop-frame timecode — the missing NLE data model, ADR-2607121400
- kami-eng-webKAMI Engineering SDK web entrypoint config/parsing kernels (scoped). Restored from legacy kami-eng-web crate (deleted #82). ADR-2607010930.
- kami-engineReusable Rust game/robotics engine (wgpu + physics + WASM) — etzhayyim L2 layer (ADR-2606011500)
- kami-engine-aeroreduced-order aero Cd solver (component build-up) + design range loop
- kami-engine-animation
- kami-engine-app-sdkZero-dep .cljc port of kami-engine's live kami-ui-sdk JS (UI/motion/effect/sound/engine-audio/rtc). Pure logic only; DOM/WebAudio/WebRTC excluded. ADR-2607010930.
- kami-engine-cad
- kami-engine-cae-solverCAE solver contract — solve multimethod dispatch (:rom ↔ :lbm)
- kami-engine-cfdclean-room D2Q9 lattice-Boltzmann CFD — high-fidelity :lbm backend
- kami-engine-coreengine core — restored from legacy kami-engine Rust crate (deleted #259) as zero-dep portable CLJC. Part of the clj-wgsl migration (ADR-2607010930).
- kami-engine-crashreduced-order frontal-crash solver (:rom-crash)
- kami-engine-echemreduced-order PEM fuel-cell solver (:rom-fc)
- kami-engine-engineumbrella (World+Clock+Net) — restored from legacy kami-engine Rust crate (deleted #259) as zero-dep portable CLJC. Part of the clj-wgsl migration (ADR-2607010930).
- kami-engine-guestkotoba.engine-clj — Clojure/EDN-subset → WASM IR for KAMI game guests (ADR-2607102200)
- kami-engine-host-rs archived Missing WASM host runtime for kotoba-lang/engine — wasmtime binding kami:engine/* host-imports (recovered/restored substrate)
- kami-engine-hud archived KAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- kami-engine-hud-gpuGPU-instanced UI primitives (rect/text/glyph batching, toast stack) as portable CLJC. Restored from legacy kami-ui-gpu crate (deleted #82). ADR-2607010930.
- kami-engine-input-mapDevice-neutral input mapping (touch virtual-stick, analog dead-zone) — the one portable pure-math module from the otherwise-substrate kami-script-runtime WASM host crate. Restored from legacy kami-script-runtime crate (d
- kami-engine-ioengine I/O — restored from legacy kami-engine Rust crate (deleted #259) as zero-dep portable CLJC. Part of the clj-wgsl migration (ADR-2607010930).
- kami-engine-modeling
- kami-engine-motorreduced-order traction-motor solver (:rom-motor)
- kami-engine-multirotorThe multirotor mass spiral: payload + endurance -> MTOW, or a refusal. Over kami-engine-rotor/-pack/-motor.
- kami-engine-packReduced-order lithium pack solver (:rom-pack) — pack-level energy with Peukert rate derating and IR sag. Power+endurance -> pack mass.
- kami-engine-renderengine render (wgpu bootstrap + scene pipelines CLJC IR) — restored from legacy kami-engine Rust crate (deleted #259) as zero-dep portable CLJC. Part of the clj-wgsl migration (ADR-2607010930).
- kami-engine-rotorReduced-order rotor solver (:rom-rotor) — momentum theory + figure of merit. Thrust → diameter, RPM, shaft power, torque, blade loading.
- kami-engine-script-runtimescript runtime (wasmtime/wasmi dual backend host CLJC contracts) — wasmi no-JIT invariant. restored from legacy kami-engine Rust crate (deleted #259) as zero-dep portable CLJC. Part of the clj-wgsl migration (ADR-2607010
- kami-engine-sculpt
- kami-engine-sdkkami-engine CLJ-side SDK/WIT contract layer, split out of kami-engine's kami-engine-sdk-clj (ADR-2607010930). Not to be confused with kotoba-lang/kami-engine-sdk (a separate Svelte UI mirror).
- kami-engine-sdk-svelte archived KAMI Engine SDK: Svelte 5 VRM character components, headless builders, Genko manga editor, trackpad embeds, and manufacturing planning helpers. Public mirror of etzhayyim/root:20-actors/kami-engine-sdk/.
- kami-engine-vehicle-designerClean-sheet BEV/FCEV vehicle design actor — concept proposer sealed behind a PhysicsGovernor, plus Isaac/CAE sim-verify and datafied BOM→CAM→assembly (langgraph-clj StateGraph).
- kami-engine-vphysicsshared vehicle-physics primitives (road load, aero force, range)
- kami-engine-webengine web entry — restored from legacy kami-engine Rust crate (deleted #259) as zero-dep portable CLJC. Part of the clj-wgsl migration (ADR-2607010930).
- kami-flowKAMI Flow — RTL->PnR->GDSII->Verify/Power/DFT/SI/Yield->STA->DRC/LVS->Signoff orchestration pipeline. Restored from legacy kami-flow crate (deleted #82). ADR-2607010930.
- kami-game-sceneEDN authoring surface for kami-game's ANIMATION-STATE presets, Godot game catalog, brainrot evolution/characters, Sabiotoshi item catalog, battle-royale storm/consumables/weapons, and Pokoa dex/items. Restored from legac
- kami-gen-hybrid
- kami-gen-ml3d
- kami-gen-procedural
- kami-gen-sdf-agent
- kami-genko原稿(genko) manga-editor document-model SSoT (cljc) + globalThis.KamiGenko bridge
- kami-genre-base-systemsBase/foundation gameplay systems, one per PlayStation-Store-style genre category (generic archetypes, kami-clj subset)
- kami-input-sceneEDN authoring surface for kami-input's default device→action input-binding maps (fps/graph). Restored from legacy kami-input-scene crate (deleted #82). ADR-2607010930.
- kami-isekai-assetsEDN template library for isekai/tensei RPG characters, monsters, and skill effects — composed primitives, watercolour Squaresoft-artisan default aesthetic, no external asset files.
- kami-mangaka-expressionkami.mangaka.expression + patterns EDN (ADR-2607102200 addendum 12)
- kami-mangaka-pagekami-mangaka-page domain logic, split out of kami-engine's kami-mangaka-page-clj (ADR-2607010930).
- kami-mangaka-qaWork-agnostic manga QA/perception: axes registry (v10-compatible), VLM prompts+parsers, bubble/face geometry, score aggregation — portable cljc
- kami-mangaka-readerkami-mangaka-reader domain logic (ClojureScript/shadow-cljs), split out of kami-engine's kami-mangaka-reader-clj (ADR-2607010930).
- kami-mangaka-renderkami-mangaka-render domain logic, split out of kami-engine's kami-mangaka-render-clj (ADR-2607010930).
- kami-mangaka-sceneHeadless 3D scene composition facade (kami-vrm + kami-scene-graph + kami-render + kami-postfx types) for mangaka.etzhayyim.com. Restored from legacy kami-mangaka-scene Rust+PyO3 crate (deleted #82) as portable data/logic
- kami-mangaka-scene-authorkami-mangaka-scene domain logic, split out of kami-engine's kami-mangaka-scene-clj (ADR-2607010930).
- kami-mangaka-textkami-mangaka-text domain logic (text/hiccup helpers consumed by kami-mangaka-page-clj/kami-mangaka-reader-clj), split out of kami-engine's kami-mangaka-text-clj (ADR-2607010930).
- kami-nv-compatNVIDIA Omniverse/Isaac/OptiX/RTX API-compat facade for the KAMI engine family (WebGPU+WASM). Relocated from etzhayyim-sdk per ADR-2606302300.
- kami-ongaku-notationPortable score/notation IR + MusicXML-subset I/O (pitch/duration/dynamics/articulation) — kotoba-lang capability library
- kami-ongaku-plugin-hostVST3/AU-equivalent plugin contract + comfyui-backed node-graph host for the ongaku engine stack (ADR-2607121400 Wave 3)
- kami-ongaku-projectDAW-session data model (track/bus-graph/clip/automation/tempo-map) — L3 SSoT of the ongaku engine stack, ADR-2607121400
- kami-ongaku-samplerSample zone/mapping, round-robin, velocity-layer lookup, streaming state machine — kotoba-lang ongaku stack
- kami-ongaku-sequencer
- kami-postfx-sceneEDN authoring surface for kami-postfx post-processing presets (nintendo/retro/final-fantasy/baminiku-character). Restored from legacy kami-postfx-scene crate (deleted #82). ADR-2607010930.
- kami-scene-contractsCLJC/EDN authority for the KAMI :scene-domains provider family
- kami-sensor-simCamera / lidar / IMU / contact sensor synth, isaacsim.sensors API-compat target (analytic CPU sensor models: pinhole camera projection+depth, analytic ray-cast lidar VLP-16/toy, body-frame IMU, sphere-vs-primitive contac
- kami-skeleton-sceneEDN authoring surface for kami-skeleton's default humanoid joint-constraint table, plus EDN animation clips and MMD .vmd/.pmx import. Restored from legacy kami-skeleton-scene crate (deleted #82). ADR-2607010930.
- kami-solar-helix-scene
- kami-studio
- kami-terrain-sceneEDN authoring surface for kami-terrain biome presets (heightmap/splat/palette) and default Gerstner ocean waves. Referenced by name (resolve_biome) from kami-app-isekai/kami-app-quarry-walk. Restored from legacy kami-ter
- kami-usd-nativeContingent fallback USD parser + composition engine path-reservation crate (ADR-2605261800 §D10.4). Currently constants-only stub, no FFI/native bindings — fully portable. Restored from legacy kami-usd-native crate (dele
- kami-vegetation-sceneEDN authoring surface for kami-vegetation TAXONOMIC PROFILE presets (grass/fern/palm/conifer/bush/cactus/moss). Restored from legacy kami-vegetation-scene crate (deleted #82). ADR-2607010930.
- kami-vehicleBeamNG-grade soft-body vehicle physics: node-beam mass-spring network, Pacejka tire, full powertrain (engine/clutch/gearbox/diff), plastic deformation, JBeam-subset loader. Restored from legacy kami-vehicle crate (delete
- kami-vehicle-sceneEDN authoring surface for kami-vehicle ground/garage/powertrain CONFIG (surface grip table, demo-circuit zone map, engine/gearbox/tire presets, 6 garage SedanSpecs). Restored from legacy kami-vehicle-scene crate (kotoba-
- kami-webPure-Clojure port of kami-engine's kami-web (WASM entry): matrix math, render-IR schema, PPTX layout, entry catalog
- kami-webvrChoice-based scenario engine (kami-engine-sdk's webvr module, ported to CLJC/CLJS)
- karakuriEtzhayyim karakuri actor
- kasaneAdobe(AI/PSD/PDF)+ を外部依存ゼロの純cljc+EDNデータ駆動文法で扱う (ADR-2606272100)
- katex
- kekkai結界 — zero-trust mesh-overlay coordination actor (Tailscale-equivalent control plane): coord-LLM ⊣ TailnetGovernor on langgraph-clj
- kekkai-cliOne command line for the kekkai overlay: keys, signed netmaps, a node agent, and ssh across the mesh
- kekkai-nodeResident node agent for the kekkai overlay: Noise IK data plane, NAT hole punching, DERP-equivalent relay, MagicDNS
- kenchi
- kessai決済 (settlement/payment) — rail-agnostic payment-gateway abstraction over ISO 8583 (card) and ISO 20022 (SWIFT wire)
- kg-appviewEtzhayyim knowledge-graph appview
- kg-projectorEtzhayyim knowledge-graph projector
- kgraphEAVT datom store — the in-memory data model shared by kotoba and kotobase.
- kicadKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- kipKIP — Kotoba Improvement Proposal: the numbered, cross-repository queue for changes to the workspace's normative surfaces
- kisekaeVRM character editor domain library — character-spec EDN, pure edit ops, spec→.vrm build over org-vrmc-vrm's engine (kisekae 着せ替え)
- kiyakuKotoba customer accounts + returns/RMA domain lib (.cljc, on chobo+shitsuke)
- knpKNP: KAMI Network Protocol, custom UDP multiplayer protocol. Zero-dep portable CLJC (packet framing, channel bookkeeping, session handshake). Restored from legacy kami-knp crate (deleted #82). ADR-2607010930.
- kobo
- koeReusable voice-session kernel (host-injected telephony/STT/TTS/booking ports + dialog loop). Shared library behind voice agents. ADR-2606271930.
- kotobaPost-quantum-by-default Kotoba compiler, CLI, and runtime for capability-safe AI-written code.
- kotoba-actor-sdk
- kotoba-actorsShared Clojure actor adapters and Datom projection helpers
- kotoba-adapter-contractsKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- kotoba-annexgit-annex external special remote persisting content-addressed blocks to kotobase.net or a local directory (nbb)
- kotoba-captchaSelf-hosted authorized CAPTCHA task orchestration for kotoba-lang
- kotoba-clientCID-verified block ingest + hydrate-to-convergence over injected ports — CLJC restoration of the deleted KotobaNode browser client (ADR-2607010930 Phase 6)
- kotoba-codeModel-neutral, test-gated, kotoba-Datom-backed agentic coding agent (Clojure, on the kotoba-clj stack)
- kotoba-codegenMIR-to-machine-code layout contracts for Kotoba
- kotoba-componentWasm Component production — lifts core modules through the Canonical ABI.
- kotoba-core-contracts
- kotoba-datomkotoba.datom — content-addressed kotoba Datom-log codec (commit-DAG, sha256 CIDs). Extracted from the 20-actors monorepo split.
- kotoba-deltaDatomic-for-code-edits: signed discrete operation log for AI-agent edits — the kotoba-native DeltaDB equivalent (ADR-2607161325)
- kotoba-document-contractsShared .cljc data-shape contract for kotoba's document-rendering pipeline (DOM/style/draw-ops) -- stub, shared by kotoba-lang/browser and aiueos
- kotoba-fleetFleet-coordination substrate: run many terminal coding agents in parallel without git conflict (lease + governor-drain + fleet-view on append-only kotoba datoms). ADR-2606302000.
- kotoba-gmirKotoba generic machine IR — target-independent virtual-register contract
- kotoba-hirChecked high-level IR contract for Kotoba
- kotoba-io
- kotoba-iso20022Cleanroom ISO 20022 codec for kotoba EAVT interop
- kotoba-issueissue -> proposal(PR) -> review -> merge -> audit gate, shared by cloud-itonami and manimani
- kotoba-kirKotoba KIR — the checked intermediate representation shared by every backend.
- kotoba-langLanguage authority for Kotoba: capability-safe and post-quantum-by-default for untrusted AI-written code.
- kotoba-lang-cli-contractKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- kotoba-ledgerAppend-only issue/proposal/review/run ledger (JSONL + git, kotobase), shared by cloud-itonami and manimani
- kotoba-mirKotoba target machine IR — target-selected instructions and deterministic register allocation
- kotoba-nativeKotoba native backend — checked KIR to x86_64/aarch64 machine code and ELF64.
- kotoba-net
- kotoba-objectTarget-neutral object-file construction contracts for Kotoba
- kotoba-pages-pockotoba GitHubPagesBlockStore — CID-queryable static tier (ADR-2606242400)
- kotoba-procedureMulti-step external procedure (KYC, account setup...) tracker: ordered steps, whose-turn-is-it, deadlines
- kotoba-protocolkotoba 主権データ基盤の層/語彙/app モデル正本 — datom·IPLD·IPNS·IPFS·kototama 統合 (spec-first pure cljc, ADR-2607071500)
- kotoba-scriptRestricted checked-KIR to JavaScript backend for Kotoba
- kotoba-security
- kotoba-selfhost-contracts
- kotoba-semaSource semantic analysis for Kotoba
- kotoba-taskdagPure EDN task-dependency-graph projector (ready-tasks) + optional langgraph.graph compiler
- kotoba-time
- kotoba-topology
- kotoba-uikotoba-lang default UI/UX design (kotoba-ui) — see 90-docs/adr/2607022800
- kotoba-util
- kotoba-v2025archived
- kotoba-verifierIndependent artifact verifier — re-derives emission from KIR and rejects drift.
- kotoba-vmIPLD actor invocation kernel (FVM-shaped Machine/Kernel/syscalls for a Kotoba app-chain)
- kotoba-wasmKotoba WebAssembly backend — checked KIR to core Wasm and Canonical ABI.
- kotobaseDatom database of the Kotoba stack. Content-addressed; IStore is a legacy compatibility surface. Language is kotoba-lang.
- kotobase-anchor-fevmAsynchronous FEVM checkpoint anchoring for Kotobase
- kotobase-block-codecDeterministic compression frame for the bytes inside a kotobase block — above the CID, below the AEAD
- kotobase-browser-workerkotobase-peer's browser shell — IndexedDB instead of R2, so the datom-plane engine runs entirely client-side
- kotobase-client
- kotobase-cljc-worker
- kotobase-enginePromise-based Kotobase database engine for Cloudflare Workers and other async storage providers
- kotobase-engine-contractShared engine contract and qualification suite for Kotobase
- kotobase-engine-lsmMerkle-LSM-backed Datom engine for Kotobase
- kotobase-engine-prollyDurable Prolly-backed Datom engine for Kotobase
- kotobase-federationkotobase-federation capability extracted from Kotobase
- kotobase-lakeFormat-agnostic object catalog for kotobase: a lake accepts anything because the write path never parses.
- kotobase-lfsGit LFS wire as a pure .cljc engine over the kotobase large-object plane
- kotobase-maintenancekotobase-maintenance capability extracted from Kotobase
- kotobase-messengerAT-Protocol messenger over kotobase (app.aozora.convo.*/app.aozora.actor.*), extracted from gftdcojp/app-aozora
- kotobase-peerThe kotobase XRPC-surface engine (transact/datoms/q/pull), backed by content-addressed verifiable persistence — CLJC, composes prolly-tree/quad-store/kqe/commit-dag.
- kotobase-projectionkotobase-projection capability extracted from Kotobase
- kotobase-protocolsStorage/protocol surfaces over the kotobase IStore — S3, IPFS gateway, AT-Protocol XRPC, git dumb-HTTP as KRP projections (pure cljc)
- kotobase-protocols-workerCloudflare Worker deploy shell for kotobase-protocols — serves s3/atproto/git.kotobase.net over R2-backed kotobase IStore state
- kotobase-serverPlatform-independent XRPC handler + async/sync storage bridge for a kotobase-peer-backed worker. No deploy surface.
- kotobase-shard-indexA search index a client reads directly out of an object store — no query server, no hydration, no cache tier. Zero-dependency portable .cljc.
- kotobase-storageProvider-neutral storage contract for Kotobase: immutable CID blocks, mutable refs, and conformance suites for JVM and Worker backends
- kotobase-storage-d1Cloudflare D1 storage adapter for Kotobase, plus a CACAO-authenticated Datomic-shaped verification Worker
- kotobase-storage-gitGit as the storage engine for kotobase — IBlockStore + IRefStore over a bare git repository, with git update-ref as the linearizable CAS
- kotobase-storage-ipfsIPFS storage adapter for Kotobase: content-addressed blocks over an IPFS gateway
- kotobase-storage-kurakotobase.storage over the kura shard plane. Requires a ref-store delegate (kura has no CAS) and replicates below an erasure threshold (1.625x does not apply at 16-128 KB block sizes). ADR-2607299200.
- kotobase-storage-packAn IBlockStore whose blocks live in CARv2 packs on an object store. 100-link cons chain: 100 range requests without a window, 1 with.
- kotobase-storage-postgresPostgreSQL storage adapter for Kotobase: JVM (DataSource) and Cloudflare Worker (Hyperdrive) implementations sharing one schema
- kotobase-storage-s3S3-compatible object storage adapter for Kotobase (Backblaze B2, R2, AWS S3) with SigV4 signing
- kotobase-storage-sqliteSQLite storage adapter for Kotobase (JVM), sharing its schema with the D1 adapter
- kotodamaGeneric functional-organism runtime on the kotoba-clj stack (life + organism graph + ReAct; domain-injected)
- kotodama-cellsKotodama split repository: kotodama-cells
- kotodama-holochainKotodama split repository: kotodama-holochain
- kotodama-hostKotodama split repository: kotodama-host
- kotodama-mcpKotodama split repository: kotodama-mcp
- kotodama-pyKotodama split repository: kotodama-py
- kototamaKotoba runtime (言霊): validate, budget, runtime-link, and run amu artifacts. Not the language or compiler.
- kototama-cljc-contractKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- kototama-componentKototama Component engine host: run already-admitted Components. Not the language or compiler.
- kototama-nativeKototama native host: load and run amu native artifacts under a capability gate. Not the language or compiler.
- koyomi
- kqe archived Kotoba Query Engine — [s p o] triple-pattern query with index routing over quad-store — CLJC restoration of kotoba-query (ADR-2607010930 Phase 6)
- kudaki砕き — LS-DYNA-class explicit nonlinear structural dynamics (crash FEA) in portable zero-dep .cljc
- kura蔵 — placement, repair, audit and payment-order decisions for an erasure-coded storage network. Moves no bytes. Placement arithmetic has a .kotoba port under an equality gate. ADR-2607299200.
- kura-bugyo蔵奉行 — economics of the kura storage network: USD-priced USDC-settled pricing, two-anchor node collateral, and epoch payout roots anyone can verify. Permissionless, bonded, no token. ADR-2607299200.
- kura-conformanceRuns the kura shard-store contract against a real Cloudflare R2 bucket inside a Worker. Live: https://kura-conformance.04-feasts-minded.workers.dev/conformance
- kura-coordinatorThe kura coordinator's operator-facing surface: quote, register, public registry. Takes no bond and places no data — Phase 0. https://kura-coordinator.04-feasts-minded.workers.dev
- kura-nodeThe mechanism layer of the kura storage network: shard backends (memory / S3-compatible), the table-driven multiply-accumulate held byte-equal to erasure.gf, audit responder and order accounting. A backend must declare i
- kura-r2-nodeA kura storage node whose disk is an R2 bucket — the fourth failure domain
- kura-sitePublic surface for the kura storage network. Every number measured or labelled as modelled. Built on kotoba-ui, scored 100.00 on the HIG/WCAG audit. Live: https://kura-site.04-feasts-minded.workers.dev
- kuro
- kyber
- kyoninka許認可 — Japanese license/permit procedures as data (Datomic-compatible EDN + pure fns + state machine). First: 産廃収集運搬・古物商 for ITAD
- lab
- labor
- langchainLangChain-core-style LLM foundation layer in portable Clojure (.cljc, zero deps) — Datomic-API-first, Clojure-on-WASM ready
- langchain-storeShared machinery for langchain.db-backed actor stores — the EDN-blob codec + identity schema + event-log helpers ~190 cloud-itonami actors hand-roll. Extracted per ADR-2607141600.
- langgraphLangGraph/LangChain-style LLM orchestration in portable Clojure (.cljc, zero deps) — Datomic-API-first, Clojure-on-WASM ready
- langgraph-store
- layoutT5 library: AoS/SoA/AoSoA layout planning against a machine descriptor, with a printed cost model and a Canonical-ABI guard.
- legal-aid-wasm-guestChigiri legal-aid intake kotoba WASM component guest
- legal-comms-wasm-guestLegal communications wasmCloud guest component
- levelKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- lexicons-bundleCompiled AT Protocol lexicon bundle for etzhayyim XRPC validation
- libp2pKubo libp2p XRPC helper scripts and PoC evidence
- lint
- lint-kotoba
- liquid-glass-uikotoba-lang shared liquid-glass visual skin (tokens+style+components) on shitsuke
- liveKAMI live-show / VRM-and-Live2D dance-scene domain (beat grid, director/triggers, render-IR projection) in pure .cljc
- llm
- log
- logistics
- loop-game-autoplayEvolve a policy that plays a real game, then qualify the champion on a booted iPhone Simulator and record it. The game is never modified.
- loop-innen因縁 observation loop — observe/evaluate/decide/act/record-evidence over a sourced dependency record of human history; Wikidata + workspace ingest, DataScript query layer, append-only ledger
- loop-jitenContinuous orchestrator for jiten: ingests sourced encyclopedia entries from the workspace's own records, ranks the gaps, and keeps an append-only cycle ledger.
- loop-ka-productionNightly production loop for the -ka publishing channels — cadence, verdict, evidence. Execution on murakumo, human surface in cloud-itonami-app.
- loop-lei-catalogContinuous orchestrator for the cloud-itonami-lei corporate catalog (observe/evaluate/decide/act/record-evidence)
- loop-maturity-auditContinuous orchestrator: owns manifest/repo-maturity.edn freshness — regenerates on cadence, reports coverage as counts, never reports an unmeasured measurement as success. Propose-only.
- loop-okugai-survey電柱在庫の継続 survey orchestrator — observe/evaluate/decide/act/record-evidence
- loop-os-stack-observeContinuous orchestrator: re-measures the three repo indexes weekly, captures hardware specs as validated machine/ioplan datoms, owns the ADR-2809050100 gap ledger. Propose-only.
- loop-render-fidelityA local loop that measures what the PDF renderer does to real documents, and ratchets.
- loop-system-dynamicsloop-* orchestrator: observe real entity facts -> evaluate via kotoba-lang/dynamics -> decide -> act -> record-evidence
- loop-ux-kaizen
- lsp
- lsp-rpc
- macaroon棚の鍵: a bearer capability token anyone can narrow and nobody can widen — HMAC-chained caveats over the kotoba-lang/authority lattice
- machineT5 contract: validated hardware descriptors (cache/page/TLB/NUMA/DRAM/SIMD/GPU/storage) with provenance. Pure .cljc, zero deps, does not probe.
- machine-probeT5 assurance: the effect half of the machine contract — read real hardware (sysctl/sysfs) into a :measured descriptor, and run measurements on it.
- macos-inventoryRead-only inventory of macOS persistence, privacy grants, extensions, signatures and installed software.
- madoguchiKotoba support/CRM domain lib: tickets/customers/SLA (.cljc, on chobo+shitsuke)
- mailPure CLJC email message, draft, approval, and receipt model for kotoba-lang
- mail-a2aStore-and-forward email binding for A2A v1.0, x402 v2, and MLS groups
- mail-archive
- mailerPure CLJC provider request contracts for email delivery hosts
- manga-viewerPortable cljc manga viewer — model / RTL pagination / css / pure-hiccup views (ADR-2607070500)
- manifest-realitywest manifest と GitHub 実態の乖離検査 — 純 .cljc、IO なし。Actions と fleet-ci が同じ実装を呼ぶための単一の正本
- manimani-experience-uiFoundation and Kinetic Companion UI guidelines for manimani
- mapkotoba-map -- pure-Clojure domain-logic port of kami-map (maps.etzhayyim.com WebGPU renderer): MVT decoder, globe/orbital math (kami-engine retirement, ADR-2607010930)
- marketplace
- mathFloating-point and elementary math that answers the same on every host — zero-dep .cljc, incl. IEEE-754 nextUp/nextDown/rint that JS lacks
- mathmlKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- meet
- meeting-recorder
- merkle-lsmWrite-optimised log-structured merge store over content-addressed IPLD blocks: deterministic sorted runs, range directories, CID-checkpointed resumable compaction. The write-side sibling of prolly-tree. Portable .cljc (J
- merkle-sumMerkle sum tree (Maxwell-style) + inclusion proofs — the shared proof-of-liabilities/reserves primitive. Zero-dep portable .cljc, injected hasher. Extracted per ADR-2607141200.
- mermaidKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- mesh
- mesherMarching Cubes isosurface mesh generation (SDF -> mesh) + dense-voxel face mesher, zero-dep portable CLJC. Restored from legacy kami-mesher crate (deleted #82). ADR-2607010930.
- messenger
- mfa
- microsoft
- mine-aiKAMI Mine AI — deterministic, explainable heuristics for extraction risk scoring and next-period extraction planning. Restored from legacy kami-mine-ai crate (deleted #82). ADR-2607010930.
- mine-pdsKAMI Mine PDS — mining domain PDS primitives: mine registry, mineral catalog, extraction history ledger. Restored from legacy kami-mine-pds crate (deleted #82). ADR-2607010930.
- mining-pool
- miseKotoba shared e-commerce system: catalog + pricing + cart + inventory + checkout + order + re-frame events + pure-hiccup components (.cljc, on shitsuke).
- model-checkingKAMI Verify — formal verification (equivalence checking, model checking, SVA assertions), coverage analysis. Restored from legacy kami-verify crate (deleted #82). ADR-2607010930.
- mokuroku目録 — the catalog kernel the kotoba-lang/app-* standard application suite shares: source → items → sort/filter/group/search → selection → inspector → command proposals.
- mokuroku-uiRenders a mokuroku catalog as a window on kotoba-ui + appkit. The shared view layer of the kotoba-lang/app-* suite.
- moyai-ledgerShared non-monetary non-transferable decaying reciprocity ledger
- mrzICAO Doc 9303 Machine Readable Zone decode/checksum (real, ICAO-vector-verified) + R1-experimental optical template matching
- mst
- mst-projectorAT Protocol MST-projector indexer + XRPC query API (LanceDB/Python origin) ported to Clojure. Firehose subscription intentionally stays Python per etzhayyim-sdk-py's founder guidance.
- murakumokotoba WASM mesh control plane — resident lattice nodes + fleet ops over Tailscale (bb/clj)
- musicStandalone BPMN contract extracted from etzhayyim/root
- musicxmlKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- n-quadsEDN-first n-quads substrate for kotoba
- nagare流れ — OpenFOAM-class finite-volume incompressible CFD in portable zero-dep .cljc
- nekkoSovereign repo identity, delegate authorization, and signed refs (Radicle-equivalent), built on the kotobase-peer stack
- nerfNeRF density-grid to voxel-volume sampler (trilinear interpolation + threshold), restored from legacy kami-nerf crate (deleted #82). ADR-2607010930.
- netcap
- netsyncKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- newsfeedPrimary-source news ingestion: RSS/Atom/RDF feeds to article datoms, ranked per channel. Pure .cljc, IO in nbb.
- niokotoba.nio.bytebuffer — portable byte buffer with java.nio.ByteBuffer semantics (position/limit, relative get/put, little-endian u64), identical on JVM Clojure and ClojureScript.
- noiseNoise Protocol Framework (rev 34) in portable .cljc — IK/XX/NN over 25519_ChaChaPoly_{BLAKE2s,SHA256}; constant-time primitives injected
- noren暖簾 — measure a business's public face, prescribe from measured evidence only, build what it lacks. Pure .cljc.
- nostrNostr relay (NIP-01) + Blossom blob store (NIP-98/BUD-01/02), projected onto kotobase — real RFC 6455 WebSocket transport, real BIP-340 Schnorr verification, zero npm deps
- num数 — GPU numerical compute (BLAS+sparse) for Clojure: portable .cljc contract + WGSL/CUDA/Metal/ROCm backends
- oauth
- occupationISCO-08 occupation registry for kotoba-lang and itonami open businesses
- ocioKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- officeOffice document graph and OOXML toolkit
- office-styleOffice presentation style extraction toolkit
- oidc
- okaimono
- okugai屋外広告物(out-of-home advertising)の一般ドメイン — 媒体タクソノミー・法令・地点・照会・出稿(純 .cljc)
- omise
- one-time-link一度きりのリンクの寿命の判断 — トークンではなく digest だけを受け取る
- onetime
- ongakuBGM selection + license-policy gating for render pipelines — CLJC craft lib split out of ongakuka (ADR-2607023000)
- ontologyObject-type + connector provenance registry for kotoba-lang / cloud-itonami-*
- ooxmlEDN-first ooxml substrate for kotoba
- ooyakeetzhayyim actor: ooyake (aozora.app)
- open-wellbecomingCanonical open-wellbecoming contract specification
- openapiOpenAPI 3 contract as EDN + request builder — zero-dep portable .cljc
- ops
- optimal-transportEntropic optimal-transport (Sinkhorn) mesh shape interpolation for morph targets -- topology-flexible alternative to index-aligned linear blend shapes
- org-7-zip-7zPortable .cljc .7z container reader (LZMA1/LZMA2/Copy/Delta/Deflate) with a Copy-coder writer
- org-accellera-uvm
- org-adobe-tiff
- org-amqp
- org-ansi-igesIGES 5.3 (ANSI/USPRO/IPO-100-1996) reader and writer, portable .cljc
- org-anthropic-mcpModel Context Protocol manifests + pure JSON-RPC dispatch as EDN — zero-dep portable .cljc
- org-aomedia-av1AV1 (AOMedia) bitstream framing + symbol decoder primitives, pure .cljc -- OBU/sequence-header/frame-header parsing and the daala-derived bool decoder. Phase 0 of ADR-2607122000.
- org-apache-arrowAn Arrow IPC reader in portable .cljc, providing columnar's IColumnSource. No Rust, no JNI, no generated FlatBuffers bindings.
- org-apache-avroAn Avro Object Container File reader in portable .cljc. Self-describing, no type tags, no JNI.
- org-apache-iceberg
- org-apache-parquetA Parquet reader in portable .cljc providing columnar's IColumnSource. Statistics work on files it cannot decode.
- org-apache-tinkerpop-gremlingremlin.kotobase.net -- Apache TinkerPop Gremlin traversal subset over kotobase, via the kotobase-query bridge (ADR-2607172500)
- org-bacnet
- org-biscuitsecBiscuit (biscuitsec.org) decision core in portable .cljc — public-key attenuation, block-scoped Datalog, over the kotoba-lang/authority lattice
- org-bitcoin-p2pBitcoin P2P wire-protocol client (SPV header sync) -- read-only observer, kotobase-backed. Part of ADR-2607172600.
- org-bluesky-atproto
- org-can-cia-canopen
- org-chainagnostic-cacaoCAIP-122 / SIWE (EIP-4361) CACAO mint + verify in pure Clojure — self-sovereign Ed25519 capability for kotoba/kotobase, no-server-key, babashka-friendly.
- org-compuserve-gif
- org-csa-iot-matter
- org-csa-iot-zigbee
- org-dicomstandard-dicomDICOM PS3.10 file meta header + PS3.5 data element encoding in portable .cljc
- org-dnp3
- org-ecma-international-262A JavaScript (ECMA-262 subset) interpreter written in Kotoba, compiled by amu -- to replace the QuickJS WASM dependency in kotoba-lang/browser
- org-ethercat
- org-ethereum-abiPortable .cljc Ethereum ABI argument codec — static, dynamic, arrays, tuples, any nesting. Vectors from viem.
- org-ethereum-jsonrpcEthereum JSON-RPC client (read-only observer, kotobase-backed) — ADR-2607172600
- org-etsi-padesPAdES B-B by incremental update — the ByteRange gap, checked against the file
- org-farama-gymnasiumPure CLJC classic cartpole physics (reset/step) ported from wasm-bindgen glue in kami-cartpole-wasm. Restored from legacy kami-engine crate (deleted #82). ADR-2607010930.
- org-fixtrading-fix
- org-freedesktop-waylandClean-room Wayland core protocol: interface/request/event datom model, object-lifecycle state machine, in portable .cljc. Spec-first, zero runtime deps. Propose-only corpus for ADR-2809050100.
- org-graphql-httpgraphql.kotobase.net -- GraphQL over HTTP query surface over kotobase, via kotoba-lang/graphql (SDL/executor) + kotobase-query (ADR-2607172300 bridge). v0.1 is query-only (no mutations/subscriptions).
- org-hl7-v2
- org-huggingface-safetensors
- org-ibis
- org-ieee-1588
- org-ieee-systemverilog
- org-ieee-tarPortable .cljc tar (POSIX.1 ustar + PAX + GNU) reader and writer — zero deps
- org-ieee-upf
- org-ieee-verilogKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- org-ieee-vhdl
- org-ietf-argon2RFC 9106 Argon2 (d/i/id) in portable .cljc, validated against BouncyCastle and the RFC vectors
- org-ietf-asn1X.690 DER, portable .cljc — strict enough that a signature over the bytes means something
- org-ietf-blake2BLAKE2b (RFC 7693) in portable .cljc, at any digest length from 1 to 64 bytes
- org-ietf-brotliPortable .cljc brotli decompressor (RFC 7932) with the full static dictionary and 121 transforms
- org-ietf-cborDefinite-length CBOR (RFC 8949) encode/decode in pure Clojure — canonical dag-cbor + order-preserving encoders, no deps, babashka-friendly.
- org-ietf-chacha20-poly1305RFC 8439 ChaCha20, Poly1305 and AEAD_CHACHA20_POLY1305 in portable .cljc
- org-ietf-cmsRFC 5652 SignedData — and the messageDigest check that makes a signature mean the content
- org-ietf-coap
- org-ietf-csvCSV per RFC 4180 in portable .cljc, zero dependencies. A record is not a line.
- org-ietf-deflate
- org-ietf-diameter
- org-ietf-dnsRFC 1035 authoritative DNS nameserver (.cljc) + IPNS alt-root custom-TLD bridge
- org-ietf-dnssecDNSSEC zone signing (RFC 4034/4035, RFC 8080) as portable .cljc — canonical forms, RRSIG/DNSKEY/DS/NSEC, crypto injected not imported
- org-ietf-ed25519Recover an Ed25519 public key (and did:key) from a raw 32-byte seed — pure Clojure (RFC 8032 edwards25519), no BouncyCastle, no native code, babashka-friendly.
- org-ietf-eppEPP (RFC 5730/5731/5734 + RFC 3915 RGP) as portable .cljc — namespace-URI-correct parsing, session trust boundary, RFC 5734 framing
- org-ietf-ersRFC 4998 evidence records — the hash tree that outlives its own cryptography
- org-ietf-hpkeRFC 9180 HPKE base mode (X25519/HKDF-SHA256/ChaCha20Poly1305) in portable .cljc
- org-ietf-icaliCalendar (RFC5545) + RRULE <-> EDN + recurrence expansion — zero-dep portable .cljc
- org-ietf-imapGenuine IMAP4rev1 (RFC 3501) client -- injectable transport, no curl shell-out, not Gmail-specific
- org-ietf-jcsRFC 8785 JSON Canonicalization Scheme in portable .cljc — canonical JSON bytes for Data Integrity signing
- org-ietf-jwsRFC 7515 JSON Web Signature (Compact Serialization) — structure only, crypto injected, portable .cljc
- org-ietf-mimeRaw RFC 5322/MIME message -> the map kotoba-lang/mail takes. Pure cljc, green on JVM and ClojureScript.
- org-ietf-netconf
- org-ietf-nfsNFSv3 (IETF RFC 1813) + MOUNT as a pure .cljc program over an injected filesystem. A volume macOS mounts with no kext, no signing and no root.
- org-ietf-oauth2
- org-ietf-oncrpcONC RPC v2 (IETF RFC 5531) — the call/reply envelope and record marking, as pure .cljc functions over bytes.
- org-ietf-opus
- org-ietf-ospf
- org-ietf-pop3A genuine POP3 (RFC 1939) client — zero-dep .cljc, injectable transport, CAPA/STLS/APOP/SASL
- org-ietf-radius
- org-ietf-rdapRDAP (RFC 9082/9083 + RFC 8056 status mapping) and WHOIS (RFC 3912) for a domain registry — one projection, two renderings, portable .cljc
- org-ietf-rfc3161RFC 3161 timestamps — verified and trusted are different answers
- org-ietf-rtp
- org-ietf-rtsp
- org-ietf-sd-jwtRFC 9901 Selective Disclosure for JWTs — the salted-hash mechanism, portable .cljc
- org-ietf-sd-jwt-vcSD-JWT VC — SD-JWT-based Verifiable Digital Credentials, portable .cljc
- org-ietf-sdp
- org-ietf-sftpSFTP (IETF secsh WG draft — never ratified to RFC) filesystem-semantics core + experimental transport, projected onto kotobase.store (KRP §16.4 Location)
- org-ietf-sip
- org-ietf-smtpGenuine SMTP (RFC 5321) client -- injectable transport, no curl shell-out, not Gmail-specific
- org-ietf-snmp
- org-ietf-srtp
- org-ietf-sshReusable SSH-2 transport core (RFC 4253 + curve25519-sha256 kex): framing, mpint, KEXINIT profile, exchange-hash H.
- org-ietf-tlsRFC 8446 TLS 1.3 client in portable .cljc, primitives behind an injected provider seam
- org-ietf-turn
- org-ietf-webdavWebDAV (IETF RFC 4918) protocol surface over kotobase — s3/ipfs/atproto/git sibling per ADR-2607172210
- org-ietf-websocketRFC 6455 WebSocket framing and handshake in portable .cljc, with no dependencies
- org-ietf-x25519RFC 7748 X25519 in portable .cljc, validated against BouncyCastle and the RFC vectors
- org-ietf-x509RFC 5280 certificate parsing for signature verification — no clock, no network, no keys
- org-ietf-xdrXDR (IETF RFC 4506) — schema-driven, portable .cljc, zero dependencies. The codec every ONC RPC protocol is written in.
- org-ietf-zstdPortable .cljc Zstandard decompressor (RFC 8878) — FSE + Huffman, zero deps
- org-iso-10303KAMI CAD kernel — BREP solid modeling, parametric feature tree, assembly, tessellation. Restored from legacy kami-engine kami-cad crate (deleted #82) as zero-dep portable CLJC. ADR-2607010930. Named 'brep' to avoid colli
- org-iso-15118
- org-iso-16739ISO 16739 IFC 4.3 exchange primitives for Kotoba applications
- org-iso-6983KAMI CNC/CAM — CNC machining domain logic (gcode/stock/tool/toolpath) in pure Clojure, ported from kami-cam (Rust)
- org-iso-8583
- org-iso-aac
- org-iso-h264
- org-iso-isobmff
- org-iso-jpeg
- org-iso-opentype
- org-iso-pdf
- org-jpkiJPKI 署名用電子証明書の検証側 — 失効を確認しないことを毎回言う
- org-jsonrpcJSON-RPC 2.0 in Kotoba — codec and NDJSON framing. Spec is https://www.jsonrpc.org/specification. Transport-agnostic; not a MicroDuck rewrite.
- org-kernel-fuseDesign only — see ADR-2608171200. The filesystem surface, what it would take, and what blocks it.
- org-khronos-glb
- org-khronos-gltfZero-dep portable CLJC binary glTF 2.0 (.glb) exporter. Restored from legacy kami-gltf crate (deleted #82). ADR-2607010930.
- org-loincLOINC code format, Mod-10 check digit, six-axis part model, release-CSV parser in .cljc (no LOINC content shipped)
- org-lora-alliance-lorawan
- org-materialxKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- org-microsoft-riff
- org-modbusModbus PDUs and framing (TCP, RTU, ASCII) in portable .cljc, with no dependencies
- org-mqtt
- org-msgpackMessagePack encode and decode in portable .cljc, with no dependencies
- org-nist-sha2
- org-oasis-odf
- org-oasis-open-xmile
- org-oasis-saml
- org-oci-distributionOCI Distribution Spec v1.1 server (also satisfies ORAS clients — same API) projected onto kotobase IStore
- org-omg-bpmnHandle BPMN 2.0 as EDN/Clojure data — zero-dep portable .cljc (model + validate + XML I/O + pure token interpreter)
- org-omg-cmmnCMMN case management as EDN + pure lifecycle engine — zero-dep portable .cljc
- org-omg-dmnDMN decision tables + DRG as EDN — zero-dep portable .cljc with a pure evaluator
- org-omg-sysmlv2
- org-omg-uml
- org-opcfoundation-ua
- org-opencypher-cypheropenCypher v0.1 query surface over kotobase (kotobase-query bridge) -- HTTP transaction-endpoint shape (ADR-2607172300)
- org-openehropenEHR ADL 1.4 archetype parser (cADL/dADL/RM path syntax) in portable .cljc
- org-openid-oid4vpOpenID for Verifiable Presentations 1.0 — the Verifier side, portable .cljc
- org-openid-oidcOpenID Connect Core as EDN — claims validation, discovery, UserInfo (host-injected JWT verification)
- org-openstreetmap-overpassOpenStreetMap Overpass API client (pure .cljc query builder + nbb fetch)
- org-openusdKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- org-pkware-zip
- org-postgresql-wirePostgreSQL wire protocol (startup handshake + simple query subprotocol) over a small real SQL subset, via kotobase-query (ADR-2607172300 in com-junkawasaki/root)
- org-ros
- org-ros-urdfEDN authoring surface for articulated-scene (robot arm) descriptions: from-edn parsing, actuator BOM, torque validation. Restored from legacy kami-articulated-scene crate (deleted #82). ADR-2607010930.
- org-sae-j1939
- org-sbml
- org-si2-def
- org-si2-lef
- org-si2-openaccess
- org-signal
- org-sourceware-bzip2
- org-synopsys-liberty
- org-synopsys-sdc
- org-thorchainTHORChain swap memo grammar + quote/inbound requests as data + quote verification. Native BTC<->ETH rail with on-chain affiliate fee. Pure .cljc, no deps, no HTTP.
- org-threadgroup-thread
- org-threejs
- org-tomlTOML v1.0.0 reader in portable .cljc, with no dependencies
- org-tukaani-xzPortable .cljc LZMA/LZMA2 decompressor with the .xz and .lzma containers
- org-unicodeClean-room Unicode Standard corpus: UTF-8 encoding/decoding state machine, normalization forms (NFC/NFD/NFKC/NFKD) algorithm model, in portable .cljc. Spec-first, zero runtime deps. ADR-2809050100 gap tranche.
- org-vrmc-vrmZero-dep CLJC VRM avatar toolkit (parse/decompose/compose/export, spring-bone physics, humanoid rig, expressions). Restored from legacy kami-vrm crate (deleted #82). ADR-2607010930.
- org-w3-activitypubEDN-first activitypub substrate for kotoba
- org-w3-activitystreamsEDN-first activitystreams substrate for kotoba
- org-w3-aria
- org-w3-didEDN-first DID library for kotoba
- org-w3-epub
- org-w3-json-ld-apiJSON-LD 1.1 expansion in portable .cljc. Contexts are never fetched — a fetched @context lets its host change what a signature covers. Third layer of the -rdfc- cryptosuite stack.
- org-w3-nquadsRDF 1.1 N-Quads — terms, datasets, and the serialization RDFC-1.0 hashes over. Portable .cljc
- org-w3-owl2
- org-w3-png
- org-w3-rdfEDN-first rdf substrate for kotoba
- org-w3-rdf-canonRDF Dataset Canonicalization (RDFC-1.0) — simple path complete, N-degree refused explicitly. Validated against the official W3C suite
- org-w3-sparql-protocolSPARQL 1.1 Protocol HTTP wrapper around kotoba-lang/sparql's EDN algebra, over kotobase-query-materialized data (ADR-2607172300)
- org-w3-svgSVG conversion and presentation graphics toolkit
- org-w3-turtleEDN-first turtle substrate for kotoba
- org-w3-vcEDN-first vc substrate for kotoba
- org-w3-vc-bitstring-status-listW3C Bitstring Status List v1.0 — privacy-preserving credential revocation/suspension in portable .cljc
- org-w3-vc-data-integrityW3C Data Integrity proofs for VC/VP, eddsa-jcs-2022 cryptosuite — verified against the spec's own test vector
- org-w3-webaudioRaw W3C Web Audio API thin ClojureScript wrapper (AudioContext/AudioWorkletNode) + portable worklet MessagePort protocol — L1 boundary for the ongaku domain, sibling to org-w3-webgpu
- org-w3-webauthn
- org-w3-webcodecsRaw W3C WebCodecs JS API — thin binding layer + portable codec-string (avc1.PPCCLL) module
- org-w3-webgpuRaw W3C WebGPU JS API thin wrapper (ADR-2607051400 Phase 1)
- org-w3-webrtc-signaling
- org-w3-woff
- org-xiph-flac
- org-xiph-ogg
- org.ourworldindataDataLad archive of Our World in Data global energy snapshots
- org.un.unstatsDataLad archive of UN Statistics Division SDG global energy indicators
- org.worldbank.apiDataLad archive of World Bank Indicators API energy snapshots
- organisms
- os
- os-actoretzhayyim actor: os (aozora.app)
- os-messaging
- otioKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- outlookStandalone BPMN contract extracted from etzhayyim/root
- p2p
- package-registry-ipfsVerified IPFS transport adapter for the Kotoba package registry
- pagingT5 library: an OS-independent page cache policy as a pure function — LRU/CLOCK/SLRU, stride-detecting readahead, segments, writeback. No I/O, no wall clock.
- paillier
- pathfindKAMI Pathfind — A* grid pathfinding + NavMesh point location for NPC navigation. Restored from legacy kami-pathfind crate (deleted #82). ADR-2607010930.
- payOn-chain creator-payment rail primitives (USDC on Base L2) — pure Clojure/ClojureScript, zero network I/O, zero key custody
- pbrtkami-rtx (Mitsuba 3 WebGPU bind, RTX Renderer API-compat) -- pure-Clojure port of kami-pbrt (kami-engine retirement, ADR-2607010930)
- pcbKAMI EDA — schematic capture, PCB layout, netlist/BOM gen, ERC/DRC. Restored from legacy kami-eda crate (deleted #82). ADR-2607010930. Named 'pcb' to avoid collision with kotoba-lang/eda (unrelated OpenSTA/OpenROAD-class
- pdkKAMI PDK — technology nodes, Liberty timing, LEF physical, standard cell library, memory compiler. Restored from legacy kami-pdk crate (deleted #82). ADR-2607010930.
- pedigreeMaterial pedigree / certificate-of-conformance -- pure data contract for cross-actor supply-chain linkage (ADR-2607999950)
- perfgateT5 assurance: measurement-gated performance claims — refuses noise, missing baselines, mismatched machines and assumed hardware; retires claims when the machine changes.
- persona相手ごとの公開の顔 — 本体を出さない alias 発行と転送の判断(Hide My Email 型)
- phone
- physicsKAMI Physics Solvers — R1.0 contingent-fallback path-reservation metadata (no solver impl; active backend is external kami-genesis). Restored from legacy kami-physics-solvers crate (deleted #82). ADR-2607010930.
- physics-2d2D physics: AABB/circle colliders, O(n^2) collision detection, impulse resolution. Restored from legacy kami-physics-2d crate (deleted #82). ADR-2607010930.
- pipelinesshared RenderPipeline adapters — restored from legacy kami-engine Rust crate (deleted #259) as zero-dep portable CLJC. Part of the clj-wgsl migration (ADR-2607010930).
- pkgIC package modeling, wire bond/flip chip bonding, thermal analysis — pure Clojure (.cljc) port of kami-pkg
- playwrightIdiomatic Clojure wrapper over Playwright for Java — drive real browsers for WASM/ClojureScript E2E (incl. WebAuthn passkey virtual authenticator).
- plmOpen-source PLM workbench as EDN data + portable CLJC lifecycle engine.
- plugin-hermesHermes backend plugin: read the kotoba-lang authorities live instead of quoting them
- pnrKAMI Place and Route — floorplanning, placement, clock tree synthesis, routing, GDSII export. Restored from legacy kami-pnr crate (deleted #82). ADR-2607010930.
- policyABAC/RBAC authorization policy as EDN + pure decision engine — zero-dep portable .cljc
- postfxPost-processing effect pass config (bloom, outline, SSAO, DOF, SSR, ACES tonemap, presets) as portable CLJC. Restored from legacy kami-postfx crate (deleted #82). ADR-2607010930.
- powerKAMI Power — UPF power intent, static/dynamic power estimation, IR drop analysis, electromigration checking. Restored from legacy kami-power crate (deleted #82). ADR-2607010930.
- pqhAEAD envelope + Argon2id KDF + post-quantum hybrid (suite pqh-v1) + DID<->Signal identity binding. Relocated from etzhayyim-sdk per ADR-2606302300.
- pregelPregel BSP runtime for Etzhayyim agent fleets
- presentationmlEDN-first presentationml substrate for kotoba
- pricing-oracleMarket-analogy price prediction for quote-only/opaque-pricing verticals, over a generic {cluster, unit, band} item shape (.cljc core, nbb adapter for cloud-itonami's pricing-intelligence dataset)
- prngkotoba.prng — portable deterministic discrete PRNG (.cljc). java.util.Random-compatible 48-bit LCG (same seed -> same word sequence on every host); bounded next-int / raw next-word. Zero third-party deps.
- processFoundational process spawn for Kotoba (IProcess + host-injected os-spawn; twin of fs)
- product-partyPortable product ↔ party (company/supplier/merchant) join graph for kotoba-lang and cloud-itonami
- prolly-treeContent-addressed probabilistic B-tree (Prolly Tree) over CID-addressed dag-cbor blocks — CLJC restoration of the kotoba-store IPLD index (ADR-2607010930 Phase 6)
- property
- protoKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- providerNarrow, capability-gated host adapters — the named providers a runtime binds after aiueos grants.
- provider-incidence
- provider-postgresPostgreSQL pool provider — a narrow, capability-gated host adapter.
- provider-transportOpt-in bounded socket and TLS provider for Kotoba tenders
- psaProfessional services in pure Clojure — staffing, rates, margin, utilization, invoices. No deps, no I/O.
- qa-governorCommon QA governor actor — Nintendo-quality rubric + evidence-checking governor + audit ledger (ADR-2607031100)
- quarantineReversible removal — move to a vault, restore exactly, purge only under a retention floor.
- quickjsQuickJS WASM binary loading contract (magic bytes, SHA-256 integrity, JVM/CLJS load)
- raytracehikari-rt (光) — WebGPU ray-tracing primitive: LBVH build/traversal + WGSL ray-query codegen, pure .cljc port of kami-rt (Rust)
- rcsGSMA RCS Universal Profile message records — pure Clojure, no I/O
- rdf-canonEDN-first rdf-canon substrate for kotoba
- readerOne reader for the .kotoba grammar, on both runtimes — replaces the JVM-only clojure.tools.reader
- rejiMulti-currency cash-register coin counter and change calculator (JPY/INR/CNY/BRL/MXN/SAR/AED), pure .cljc, no floats.
- releaseFail-closed release assurance and signed-tag verification for Kotoba artifacts
- renderkami-render (wgpu unified renderer) domain logic ported to zero-dep .cljc — camera/mesh/splat/meshopt/gltf pure CPU code; wgpu stays host-adapter (ADR-2607010930)
- render-shadersKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- replicatorutsushimi / kami-replicator (synthetic data + domain randomization, omni.replicator.core API-compat) -- pure-Clojure port (kami-engine retirement, ADR-2607010930)
- repository
- reservationReservable inventory, holds, rate plans and quotes in pure Clojure — the recompute seam for cloud-itonami's reservation-bearing verticals
- retail
- robotics
- root-routerEtzhayyim content-addressed root router
- routeFragment routing for kotoba-lang single-page apps — views as data, nav generated from them
- rtcKAMI RTC — WebRTC SDK: room-based real-time communication, media tracks, spatial audio, signaling protocol. Restored from legacy kami-rtc crate (deleted #82). ADR-2607010930.
- rtlKAMI RTL — HDL editor (Verilog/VHDL parsing), event-driven simulation, waveform viewer, synthesis netlist. Restored from legacy kami-rtl crate (deleted #82). ADR-2607010930.
- rtx-nativekami-rtx-native — contingent fallback path tracer, pure .cljc port (R1.0 reservation metadata) of kami-rtx-native (Rust)
- runpod
- sahaiDurable multi-tenant placement loop for Kotoba tenders: leases, budgets, checkpoints, recovery, and fencing.
- saifuCosmos/EVM wallet — authority is a value, not a popup. Pure address+policy layers (ADR-2608039900).
- saml
- scadOpenSCAD-subset parser + CSG evaluator, restored from legacy kami-scad crate (deleted #82). Zero-dep portable CLJC. ADR-2607010930.
- sceneKAMI Scene — tolerant EDN accessor helpers (kw-key/mget/num/vec3/root-map) for Datomic-shaped scene.edn. Restored from legacy kami-scene crate (deleted #82). ADR-2607010930.
- scene-graphScene DAG (parent/child transform hierarchy, top-down world-transform propagation), zero-dep CLJC. Restored from legacy kami-scene-graph crate (deleted #82). ADR-2607010930.
- scene2dKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- scheduler
- screenGuest-side judgment core for screen observe/act in Kotoba — ADR-2609031100
- sdfSigned-distance-field primitives + CSG tree + JSON-LD parser, zero-dep portable CLJC. Restored from legacy kami-sdf crate (deleted #82). ADR-2607010930.
- sdkShared TypeScript SDK for Etzhayyim services
- sdk-authEtzhayyim SDK authentication wiring
- sdk-mockIn-memory Etzhayyim SDK test implementation
- sdk-pyEtzhayyim Python and CLJC SDK
- searchPortable CLJC search workspace model
- secret-resolveShared env→1Password→Keychain credential resolution (.cljc/nbb), with a leak-safe execFileSync wrapper
- securitiesPositions, trades and fund-share/NAV — pure .cljc capability lib for the cloud-itonami securities/fund vertical (ISIC 64/66)
- security
- security-toolkitnmap/wireshark/burpsuite equivalent security tooling in pure .cljc — scanner, pcap dissector, HTTP analysis
- sekisho関所 — shared auth decision layer: account, organization, recovery. One authority, many apexes (ADR-2608039950).
- sendenKotoba marketing domain lib: campaigns/funnel/attribution (.cljc, on chobo+shitsuke)
- senkyo選挙ドメインの一般ライブラリ — 法域別の選挙運動規制 / 手続きと期限 / 選管への join。純 .cljc、依存ゼロ。
- session
- sgp4SGP4 satellite orbit propagation and TLE parsing in portable .cljc — verified against an independent oracle, refuses deep space rather than approximating it
- sha256dPortable .cljc SHA-256 / Bitcoin SHA-256d reference implementation with an evolutionary benchmark tournament over round-primitive formulations
- shaclEDN-first shacl substrate for kotoba
- shadersKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- sheetsPortable CLJC spreadsheet workspace model
- shellCLJC restoration scaffold for the deleted kotoba-shell Rust crate (Tauri replacement for manimani)
- shiftAttendance in pure Clojure — punches, shifts, rosters, coverage. An unpaired punch is never completed.
- shinkaPopulation search: a genome is a vector of doubles, a generation is ask/evaluate/tell. Zero-dep portable .cljc, identical on JVM and ClojureScript.
- shitsukeKotoba shared UI design system: design tokens + hiccup + style + portable re-frame seam + pure-hiccup components (.cljc, dual-render).
- shohyoA trial balance folded into 貸借対照表 and 損益計算書. It never guesses what an account is.
- shoko
- shokyaku償却 — how a depreciable asset writes down, by jurisdiction. Cited to 法人税法/施行令/耐用年数省令, integer yen, and explicit about what it refuses to compute.
- shomen書面 — which statute still binds a procedure to paper, seal, revenue stamp or presence, and how far the electronic route is legally open. Pure cljc, zero deps.
- shousetsuWork-agnostic serialized web-fiction domain vocabulary (author/work/episode, datom ops, blob-key invariant) — CLJC craft lib
- si
- sigmaSigma detection rules as EDN + pure event matcher — zero-dep portable .cljc
- signal-integrityKAMI Signal Integrity — transmission line analysis, eye diagrams, crosstalk, S-parameters. Restored from legacy kami-si crate (deleted #82). ADR-2607010930.
- sigv4AWS Signature Version 4 — signing and verification as portable .cljc with injected crypto, plus a Kotoba/Wasm percent-encoder held byte-equal to it
- simulated-userBounded fictional-cohort evaluation for Survey, Chatbot, Web, and App
- site
- skeletonKAMI Skeleton — glTF-compatible skeletal animation: bone hierarchy, keyframe interpolation, pose blending/cross-fade, CCD IK, joint constraints, retargeting. Restored from legacy kami-skeleton crate (deleted #82). ADR-26
- skill-guest-authoringAgent-instruction package: write and check a .kotoba guest without inventing a limit that is not there
- skill-loop-system-dynamicsAgent-instruction package for kotoba-lang/loop-system-dynamics (skill-* role, repository-rules.edn taxonomy)
- skyKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- slidesPortable CLJC workspace model for slides, docs, drive, and sheets
- social-publicationShared non-adjudicating dry-run social publication membrane for etzhayyim actors
- sokoKotoba warehouse/logistics domain lib: multi-location stock/shipments/fulfillment (.cljc, on chobo+shitsuke+mise)
- soukai株主総会運営 actor(secretary-LLM ⊣ ResolutionGovernor)— Japan Companies Act AGM convocation/resolution/minutes lifecycle
- sparqlEDN-first SPARQL algebra over rdf.core-shaped quads
- spec
- spirvKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- sprite-gpuKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- sprite2dKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- sqlKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- srsShared Registry System: the domain lifecycle a TLD registry runs (RFC 3915 RGP, EPP statuses, transfers) — pure .cljc, no clock, no storage
- srtKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- standard-modelClassical Standard Model field algebra (gauge/tensor/vector/spinor fields) in zero-dep portable .cljc
- statechartHarel statecharts / SCXML-subset as EDN — zero-dep portable .cljc with a pure interpreter
- statement-fetchDeclarative bank/brokerage statement retrieval through a browser, where the agent structurally cannot type your password.
- statesAWS Step Functions ASL as EDN + pure interpreter — zero-dep portable .cljc
- stepKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- store
- strfmtprintf-style string formatting that produces the same text on every host — clojure.core/format is JVM-only
- stringPortable clojure.string-equivalent surface (.cljc, JVM/nbb)
- stripe-opsGoverned Stripe ops actor (stripe-ops-LLM ⊣ StripeOpsGovernor): read-only lookups + Payment Link creation only
- sumitsuboCleanroom CAD modeling and generative drafting actor
- sumitsubo-cadCleanroom CAD geometry and open-format interoperability SDK
- svelte-authSvelte 5 passkey and AT Protocol authentication client
- svelte-design-systemSvelte 5 design system for etzhayyim applications
- svgraphSVGraph browser SVG and presentation graph toolkit
- swapProvider-agnostic swap core: intent, normalized quote, execution plan as data, pre-signing safety checks, fee accounting. EVM aggregator + native BTC<->ETH rails.
- swarm-choreoGoverned, precomputed multi-agent choreography (drone light shows) over ROS 2 — kotoba-lang
- swift
- sys-tms
- tana棚 — a content-addressed table root that turns a predicate into byte ranges, without opening an object
- tasklist
- tasks
- taxlawWhat a tax record must carry, by jurisdiction. Sibling of worklaw; citations checked against the e-Gov corpus, not against HTTP 200.
- tayori便り — reply-LLM ⊣ ComplianceGovernor correspondence-drafting actor (Email/Slack/WhatsApp drafts, git-backed document PRs)
- tech-ipfs-specs-http-gatewayIPFS HTTP Gateway in portable .cljc — path+subdomain parsing, TTL-derived caching policy, and plane routing that never lets a registry answer for a key-derived name
- tech-ipfs-specs-ipnsIPFS/libp2p IPNS spec (specs.ipfs.tech/ipns/) portable .cljc name derivation + signed head records
- tech-ipfs-specs-unixfsUnixFS files — the balanced DAG ipfs add builds, in portable .cljc. Byte-identical CIDs at any size.
- technologyKotoba technology capability registry for EDA, CFD, CAE, workflow, policy, identity and audit
- tedaiTedai actor — intent planning and capability-safe desktop actuation
- teian
- teleop
- tenso
- terrainDecima-style heightmap terrain (FBM noise, splatmap, chunked LOD mesh, Gerstner water, biome presets), zero-dep CLJC. Restored from legacy kami-terrain crate (deleted #82). ADR-2607010930.
- test
- tetsuzuki一般行政手続きの型と算法 — 誰を縛る期限か / 暦日か営業日か / 徒過したら何が起きるか。純 .cljc、依存ゼロ。
- tex
- text
- threads
- tilemapKAMI Tilemap — 2D tile layers, collision map, world/tile coordinate conversion, GPU instance-buffer data generation. Restored from legacy kami-tilemap crate (deleted #82). ADR-2607010930.
- time
- tomlKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- torchPyTorch-style neural-net module graph as EDN data — pure shape/param engine, host-injected ports. Zero-dep portable .cljc.
- torihikiDeterministic on-chain exchange state machine — an open replacement for Hyperliquid's closed HyperCore. Order book, clearinghouse, funding, liquidation as one pure transition.
- torihiki-chart取引所チャートの幾何。足は時間ではなくブロック。cljc、kotoba-lang/d3 の上、色は design system token
- torihiki-nodeTransport for torihiki: a Cloudflare Worker in front of a Durable Object sequencer. Ed25519-authenticated /tx, runs the real engine.
- torihiki-terminalTrading terminal for torihiki — every number produced by the real engine. design-quality 100/100.
- torrent
- torrent-app
- toshokanNational library catalog metadata harvester -> kotobase preservation (NDL/LOC/Korea-NL live, Iran/Russia spec-only)
- toshokan-patentsSelf-growing worldwide patent bibliographic harvest + resident daemon (toshokan pattern, ADR-2607251552)
- touchid
- transitTransit JSON wire library for Kotoba Datomic APIs
- translate
- traversalT5 library: visit order (row/column-major, Morton, Hilbert), cache tiling and loop-order derivation against a machine descriptor.
- treasuryDomain-agnostic USDC quote/verify/ledger primitives (pure Clojure/ClojureScript)
- triagePortable LLM-classification + golden-eval kernel (zero-dep .cljc, host-injected transport)
- tsuzuri
- uikitkotoba-lang default UI/UX design (uikit) — see 90-docs/adr/2607022800
- uk.gov.legislationPreserved primary-source legislative corpus (DataLad + git-annex/B2). Projected into etzhayyim/global-legislation-datoms.
- unspscUNSPSC segment-level registry -- product/service-commodity-classification counterpart to kotoba-industry/kotoba-occupation/kotoba-cofog
- uptimeObservations of a service -> a statement about its availability. Unobserved is not up; a prober that could not run is not an outage.
- user-test
- utsushiutsushi(映し): 時間ベースメディア(動画/音声)を 純cljc+EDN(コンテナ) × defgraph filtergraph × capability-gated codec で扱う ffmpeg 的ライブラリ。kasane の姉妹。設計=ADR-2606272200
- vault
- vector-embedding
- vegetationDecima-style procedural vegetation: taxonomy-driven mesh generation, Poisson-disk placement, distance LOD/culling. Restored from legacy kami-vegetation crate (deleted #82). ADR-2607010930.
- videosStandalone BPMN contract extracted from etzhayyim/root
- vite-plugin-safe-builderSafe builder Vite plugin for Svelte
- vllmvLLM (OpenAI-compatible) inference request as EDN data — pure wire render/parse, host-injected transport ports. Zero-dep portable .cljc.
- vmmThe decisions a virtual machine monitor makes about a guest it did not write, in Kotoba
- voxelZero-dep portable CLJC voxel storage (dense/sparse/octree). Restored from legacy kami-voxel crate (deleted #82). ADR-2607010930.
- vpn
- wallet
- wasm-webcomponentKototama browser host: run amu-produced Wasm as a WebComponent. Not the language or compiler.
- watchlist-screenSanctions/PEP watchlist screening: real OFAC SDN + UN Consolidated List ingestion, tiered Jaro-Winkler name matching, staleness-aware
- web-modelbPure-Clojure port of kami-engine's kami-web-modelb (VRM dance GPU bridge): camera preset + frame-timing config
- webauthn
- webglKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- webgpuDeclarative WebGPU from EDN — hiccup for the GPU. CLJS drives WebGPU directly from a pure EDN render-IR (no Rust/wasm).
- webgpu-rsPure-Clojure port of kami-webgpu-rs: EDN render-IR parsing, deterministic scene/demo generation, geometry, and per-draw-call matrix/buffer-packing math (GPU calls left as host-adapter)
- webrtcWebRTC signaling, session negotiation and room membership in pure Clojure (kotoba-lang capability library)
- wgslKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- window-session-stateKAMI Window Session State — desktop app-shell state (window/compositor/taskbar/launcher/notification/terminal/file-explorer). Restored from legacy kami-os crate (deleted #82). ADR-2607010930.
- wireEDN-over-TCP framing + socket-pool primitives, shared across kotoba-lang protocol libraries
- wit
- witness-quorumDeterministic witness selection + quorum decision rule + Ed25519-signed validation-membrane attestation. Relocated from etzhayyim-sdk per ADR-2606302300.
- word-id語で表す ID — 語彙と整数の全単射、素数体 checksum で 1 語の誤りと入れ替えを検出
- worklawStatutory working-time limits by jurisdiction, cited. An unchecked jurisdiction never returns 'no violations'.
- ws-valueflo-algorithmsThe eight Valueflows network-based algorithms in portable cljc: dependent demand, critical path, rollup, value equation, trace, provenance, cash flow
- ws-valueflo-vocabularyValueflows (REA) vocabulary as pinned EDN + portable cljc: the 19-action behaviour table, executable
- x
- x402-directoryVendor-neutral HTML directory-page renderer for any x402-compliant facilitator's GET /catalog response (pure .cljc)
- x402-sdkx402 clients for AI agents: read the 402, pay, retry. TypeScript and Python. Holds no key — the signer is injected.
- xlsx
- xmlKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- xrpcUnified etzhayyim XRPC client and dispatch utilities
- xyz-ucanBounded EDN-first UCAN Delegation v1 verifier
- yakuwari役割 — the durable-role layer of the kotoba AO stack: objective, capacity bounds, runner pool, HIL policy and reconciliation. Self-judging but not self-evolving, and therefore needs no lease.
- yakuwari-viewRoles + live runs -> one display model, for surfaces on different design systems
- yamlKAMI clj-wgsl migration Phase 4 home (ADR-2607010930) — scaffold, Wave-2 port lands here
- yieldKAMI Yield & Reliability — Monte Carlo simulation, PVT corner analysis, aging/degradation estimation (NBTI/PBTI/HCI/TDDB/EM). Restored from legacy kami-yield crate (deleted #82). ADR-2607010930.
- yotei
- youtube-upload archived Minimal YouTube Data API v3 client (OAuth2 refresh, resumable upload, captions, thumbnails) — extracted from yukkuri
- zap-proxyClean-room OWASP ZAP-equivalent DAST stack for kotoba-lang: spider, passive/active scan, report. Pure .cljc decision core, injected transport.
- zoneDNS zone files (RFC1035) <-> EDN + diff — zero-dep portable .cljc
저장소 이름과 설명은 상위 소스 기록이며 영어로 되어 있습니다. 필터링은 브라우저에서 실행되며 쿼리는 밖으로 나가지 않습니다; 자바스크립트가 꺼져 있어도 전체 목록은 위에 렌더링됩니다. 1,055개의 저장소가 GitHub 설명을 포함하므로 도메인 태그는 그만큼의 증거를 기반으로 작동합니다 — 255개는 도메인 규칙과 일치하지 않아 가장 가까운 레이블 대신 태그 없이 표시됩니다. 저장소 목록은 발견용입니다. 패키지 레지스트리가 아니며: 정확히 하나의 라이브러리만 위에서 설명한 콘텐츠 주소 지정 레지스트리를 통해 게시되며, 여기 저장소는 릴리스된 패키지나 API 안정성 주장이 아닙니다.
태그 어휘: site/library-taxonomy.edn. 저장소 스냅샷: site/library-catalog.edn, 가져옴 2026-09-07.
현재 경계
실행 가능한 릴리스 클로저
CLI는 정의, 원시 Wasm, 컴파일 영수증, 컴파일러 계약, 정책 및 패키지 잠금 증거를 포함하는 하나의 CID 클로저를 빌드하고 전송합니다.
bafyreico7jriisjhv77xftmezhcpkrjbnacqk2jtrcly7vgxikkfgolr64
Passkey-호스팅 게시
CLI는 불변 클로저를 복제하고 ML-DSA-65 서명이 포함된 조각 전용 승인 URL을 반환합니다. kotoba.cloud는 Passkey 세션을 요구하며 서명 시드나 저장소 토큰을 받지 않고 첫 번째 유효한 ML-DSA 키를 안정적인 주체에 원자적으로 고정합니다.
분산 출시 제한
두 개의 바이트 완전 저장소 출처와 두 개의 서로 다른 라우팅된 피어 ID가 가용성 증명 CID를 생성할 때까지 릴리스는 보류 상태입니다. 한 개의 게이트웨이는 절대 자격을 갖추지 못합니다.
호스팅된 Passkey 게시: 구현됨. 콘텐츠 정체성은 결코 실행 권한이 아닙니다.
경계가 첨부된 라이브러리 비교
비교는 정확한 라이브러리 CID, 작업 부하, 대상, 호스트, 툴체인, 샘플 수, 측정 시간, 검증된 결과, 영수증 및 잔여 한도를 명시할 때만 증거가 됩니다.
- 변경 가능한 최신 별칭을 불변 릴리스인 것처럼 비교하지 마십시오.
- 별도의 API 범위, 대상 호환성, 컴파일 성능, 런타임 성능 및 운영 자격.
- 더 빠른 고립 커널은 일반적인 생산 성능 주장이 아닙니다.
- 지원되지 않거나 측정되지 않은 셀은 명시적으로 유지되며; 조용히 0으로 점수화되지 않습니다.
