Skip to content

Add LLM-focused developer commands - #43

Open
erikdubbelboer wants to merge 2 commits into
mainfrom
add-llm-focused-commands
Open

Add LLM-focused developer commands#43
erikdubbelboer wants to merge 2 commits into
mainfrom
add-llm-focused-commands

Conversation

@erikdubbelboer

Copy link
Copy Markdown
Member

Expand the CLI with structured commands for games, versions, playtests, analytics, and related developer workflows. Add machine-readable help, safer API handling, release tooling, and comprehensive tests while preserving legacy compatibility.

Expand the CLI with structured commands for games, versions,
playtests, analytics, and related developer workflows. Add
machine-readable help, safer API handling, release tooling,
and comprehensive tests while preserving legacy compatibility.
Comment thread .github/workflows/ci.yml
Comment on lines +7 to +24
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
node-version: ['20.7.0', '24']

steps:
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Validate
run: yarn validate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants