Skip to content

fix release workflow - #1

Merged
itashia merged 1 commit into
mainfrom
itashia/development
Jul 23, 2026
Merged

fix release workflow#1
itashia merged 1 commit into
mainfrom
itashia/development

Conversation

@itashia

@itashia itashia commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Pull Request

Summary

Add initial Hive CLI foundation with project management, command system, configuration handling, and automated build pipeline.


Type of Change

  • Bug fix
  • New feature
  • Improvement
  • Performance optimization
  • Refactoring
  • Documentation update
  • CI / Build
  • Dependencies
  • Other

Related Issue

Closes #

or

Related to #


What Changed?

  • Added Hive CLI core structure and command architecture.
  • Added project initialization system with .hive configuration.
  • Added commands:
    • init
    • run
    • logs
    • env
    • secrets
    • expose
    • status
    • projects
    • scripts
    • doctor
    • completion
  • Added configuration models and filesystem management.
  • Added GitHub Actions workflow for Linux and Windows builds.
  • Added release automation for tagged versions.

Testing

How was this tested?

  • Tested on Linux
  • Tested on Windows
  • Tested on macOS
  • Unit tested
  • Manually tested

Test Steps

  1. Build project using cargo build --release
  2. Run Hive CLI using hive --help
  3. Test commands like:
    • hive init
    • hive run
    • hive status
    • hive doctor

Screenshots

N/A


Checklist

  • My code follows the project's style.
  • I have tested my changes.
  • I updated the documentation if needed.
  • I added or updated tests where applicable.
  • This PR does not introduce unnecessary breaking changes.
  • I have reviewed my own code before requesting review.

Additional Notes

This PR introduces the initial foundation of Hive CLI and prepares the project for future development.

@itashia
itashia merged commit 76261ac into main Jul 23, 2026
5 checks passed
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.

1 participant