- Scheme 75.1%
- Shell 9.8%
- Emacs Lisp 9.5%
- Makefile 3.9%
- C 1.6%
- Other 0.1%
| .jerboa | ||
| docs | ||
| emacs | ||
| scripts | ||
| src/webex | ||
| support | ||
| test | ||
| vendor | ||
| .build.yml | ||
| .gitignore | ||
| .jerbuild | ||
| .jerbuild.freebsd-amd64 | ||
| .jerbuild.linux-amd64 | ||
| .jerbuild.linux-arm64 | ||
| AGENTS.md | ||
| build-binary-qt.ss | ||
| build-binary.ss | ||
| build-jwebex-cross.ss | ||
| jpkg.lock | ||
| jpkg.policy.sexp | ||
| jpkg.sexp | ||
| LICENSE | ||
| main-binary-qt.ss | ||
| main-binary.ss | ||
| Makefile | ||
| README.md | ||
| SECURITY.md | ||
jerboa-webex
Experimental Jerboa CLI and library code for Webex API workflows.
The repository builds a jwebex command, includes Webex modules under src/, and uses Jerboa plus native runtime support for HTTPS and related integrations.
Status
Private/experimental. Do not publish or use with production Webex credentials until the production gates in ../jerboa-production-readiness.md are complete.
Build
make binary
make release-evidence
Test
make test
Security
Webex access tokens, webhook secrets, local store keys, API responses, message exports, and downloaded attachments are production secrets or workspace data. Credential handling and log redaction are documented in docs/credential-handling.md; native dependency provenance is documented in docs/dependency-provenance.md; local release evidence is documented in docs/release-evidence.md; repository support status and release blockers are documented in SECURITY.md.