Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

feat: create stubs for initial game commands#11

Merged
nsylke merged 2 commits intomainfrom
feat/game-commands
Apr 29, 2025
Merged

feat: create stubs for initial game commands#11
nsylke merged 2 commits intomainfrom
feat/game-commands

Conversation

@nsylke
Copy link
Contributor

@nsylke nsylke commented Apr 28, 2025

No description provided.

@nsylke nsylke requested a review from Copilot April 28, 2025 23:01
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR creates stub implementations for various game commands to serve as placeholders for future command functionality.

  • Added initial stubs for vendor, materials, material, collect, buildings, and building commands.
  • Each command currently responds with a "Command not implemented yet" message using the createCommand utility.

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
apps/idlebiz/src/commands/game/vendor.ts Adds the vendor command stub
apps/idlebiz/src/commands/game/materials.ts Adds the materials command stub
apps/idlebiz/src/commands/game/material.ts Adds the material command stub
apps/idlebiz/src/commands/game/collect.ts Adds the collect command stub
apps/idlebiz/src/commands/game/buildings.ts Adds the buildings command stub
apps/idlebiz/src/commands/game/building.ts Adds the building command stub

@github-actions
Copy link

Semgrep Results

No issues found!

@nsylke nsylke merged commit 54a59ac into main Apr 29, 2025
5 checks passed
@nsylke nsylke deleted the feat/game-commands branch April 29, 2025 03:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants