Languages: English | 简体中文
This repository is the z-claw organization’s meta repository on GitHub. It holds community-facing documentation, the organization profile, and (optionally) org-wide Issue/PR templates and reusable GitHub Actions workflows.
| Path | Purpose |
|---|---|
profile/README.md |
Copy shown on the org home page github.com/z-claw (repository must be Public) |
(Optional) .github/ISSUE_TEMPLATE/ |
Default Issue templates that member repositories can reuse |
(Optional) .github/workflows/ |
Shared Actions (e.g. workflow_call) for other repos |
Note: Application repos (e.g.
z-claw/z-claw) keep their own.github/workflows(CI, releases, etc.). That is per-repo automation; this repository is for organization-wide defaults and public presentation.
To display profile/README.md on github.com/z-claw:
- Set the z-claw/.github repository to Public.
- Ensure
profile/README.mdexists on the default branch (usuallymain). - In organization Settings → Profile, confirm the organization README is enabled (GitHub reads
profile/README.mdfrom the.githubrepository).
z-claw is a local-first AI Agent desktop experience: Tauri 2 + React on the UI, and a Rust agent kernel (orchestration, MCP, memory, scheduling, policy, and more). See the org profile and z-claw.ai.
- Main project and workflow: see the primary repository’s docs and contributing guide (if any).
- Security reports: follow each repository’s
SECURITY.mdwhen present.
Licensing is defined per repository; the main project is typically dual-licensed under MIT OR Apache-2.0.