Skip to content

SocQAPI/socq-devtools

Repository files navigation

SocQ Devtools

Official SocQ CLI, stdio MCP bridge, and Agent Skill. Endpoint schemas are discovered from the hosted SocQ Capability Registry rather than maintained in this repository.

Workspace

Development

pnpm install
pnpm build
pnpm typecheck
pnpm test

Use environment variables to target a non-production SocQ deployment without changing package defaults:

SOCQ_BASE_URL=https://dev-api.socq.ai \
SOCQ_MCP_URL=https://dev-api.socq.ai/mcp \
pnpm build

Generated production artifacts are refreshed immediately before a release:

SOCQ_BASE_URL=https://api.socq.ai pnpm sync:catalog
pnpm generate:skills

Do not commit test-environment Catalog output as production artifacts. npm publishing is performed by the protected publish.yml workflow after the committed artifacts match the production Registry.

To prepare a stable release from a clean working tree, run:

pnpm run release:stable -- 0.1.0

This updates all package versions, refreshes production artifacts, runs the release checks, and creates the release commit. It does not push or publish. After pushing, run the protected publish.yml workflow with dist_tag set to latest and the confirmation set to publish:0.1.0:latest.

License

MIT

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages