Implement more tests

- Add comprehensive unit tests and CI pipeline

- Introduced unit tests for `agent-wrapper`, `cli`, and `generate-template` modules covering key functionality like structure, integration, argument parsing, filename handling, and error scenarios.

- Implemented a new CI workflow with Bun and Rust testing.
This commit is contained in:
geoffsee
2025-07-11 17:07:47 -04:00
parent 8545aa8699
commit bbc9d8d971
11 changed files with 2264 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
# Professional Hierarchy Generator
[![Build](https://github.com/seemueller-io/sumpin/actions/workflows/ci.yml/badge.svg)](https://github.com/seemueller-io/sumpin/actions/workflows/ci.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
Attempt at using `@openai/agents` to graph hierarchal relationships in business.
Uses `@openai/agents` to graph hierarchal business relationships.
## Features
@@ -19,6 +21,7 @@ Attempt at using `@openai/agents` to graph hierarchal relationships in business.
### Installation
```shell
# install bun: (curl -fsSL https://bun.sh/install | bash)
bun install
```