Combines three repositories into a single workspace: - go-agent → pkg/orchestrator (Clotho), pkg/jobrunner, pkg/loop, cmd/ - go-agentic → pkg/lifecycle (allowance, sessions, plans, dispatch) - php-devops → repos.yaml, setup.sh, scripts/, .core/ Module path: forge.lthn.ai/core/agent All packages build, all tests pass. Co-Authored-By: Virgil <virgil@lethean.io>
501 B
501 B
name: generate description: Generate TypeScript/JavaScript API client from Laravel routes args: [--ts|--js] [--openapi]
Generate API Client
Generates a TypeScript or JavaScript API client from your project's Laravel routes.
Usage
Generate TypeScript client (default):
core:api generate
Generate JavaScript client:
core:api generate --js
Generate OpenAPI spec:
core:api generate --openapi
Action
This command will run a script to parse the routes and generate the client.