codesome-cli
v0.5.8
Published
Codesome CLI
Maintainers
Readme
codesome-cli
Private Codesome CLI workspace.
This repository is intended to hold the closed-source CLI implementation that powers the public Codesome skill.
Repository map
- Private CLI workspace:
C:\Users\joe\projects\codesome-cli- Closed-source CLI implementation, internal docs, tests, release tooling, and safety scans.
- Primary private development repository:
codesome-github->https://github.com/hicodesome/codesome-cli.git. - Personal or working mirror:
origin->https://github.com/zenenznze/codesome-cli.git.
- Public skill and release repository:
C:\Users\joe\projects\codesome-skill-public- Public
README.md,SKILL.md, install scripts, release assets, and public-facing safety scan target. - GitHub is the primary public repository. For GitHub push, read the local token from
C:\Users\joe\projects\codesome-cli\.gh-token.tmpand use an authenticated HTTPS push URL; never print the token.
- Public
Source references
- Skill:
C:\Users\joe\.codex\skills\codesome - Feishu raw mirror:
C:\Users\joe\projects\codesome-feishu-docs - Basic usage extract:
C:\Users\joe\projects\codesome-basic-usage-extract - Frontend source reference:
C:\Users\joe\projects\sub2api
MVP scope
codesome auth logincodesome auth statuscodesome account list/current/add/switch/rename/removecodesome key listcodesome key createcodesome key updatecodesome key switch-groupcodesome key deletecodesome balance showcodesome group listcodesome hotskillscodesome hotskills info dbskillcodesome hotskills install dbskill
Keep sessions, selectors, endpoints, group IDs, and redaction rules inside the private CLI implementation.
