Skip to content

Commit

Permalink
feat: add fixture, hamr, info, test-file-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
inverted-capital committed Oct 24, 2024
1 parent a4840ef commit c121aca
Show file tree
Hide file tree
Showing 70 changed files with 1,042 additions and 1,935 deletions.
12 changes: 12 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,15 @@ dumb-bot:
reasoner:
- changed-files:
- any-glob-to-any-file: reasoner/**
fixture:
- changed-files:
- any-glob-to-any-file: fixture/**
hamr:
- changed-files:
- any-glob-to-any-file: hamr/**
info:
- changed-files:
- any-glob-to-any-file: info/**
test-file-runner:
- changed-files:
- any-glob-to-any-file: test-file-runner/**
4 changes: 4 additions & 0 deletions .github/workflows/title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ jobs:
openai(/unstable)?
dumb-bot(/unstable)?
reasoner(/unstable)?
fixture(/unstable)?
hamr(/unstable)?
info(/unstable)?
test-file-runner(/unstable)?
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@ for Artifact, the infrastructure of the
The following list contains links to the Artifact Standard Library's packages
and documentation:

| Package | Latest version |
| --------------------------------------------- | ------------------------------------------------------------------------------------- |
| [files](https://jsr.io/@artifact/files) | [![JSR](https://jsr.io/badges/@artifact/files)](https://jsr.io/@artifact/files) |
| [openai](https://jsr.io/@artifact/openai) | [![JSR](https://jsr.io/badges/@artifact/openai)](https://jsr.io/@artifact/openai) |
| [dumb-bot](https://jsr.io/@artifact/dumb-bot) | [![JSR](https://jsr.io/badges/@artifact/dumb-bot)](https://jsr.io/@artifact/dumb-bot) |
| [reasoner](https://jsr.io/@artifact/reasoner) | [![JSR](https://jsr.io/badges/@artifact/reasoner)](https://jsr.io/@artifact/reasoner) |
| Package | Latest version |
| ------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- |
| [files](https://jsr.io/@artifact/files) | [![JSR](https://jsr.io/badges/@artifact/files)](https://jsr.io/@artifact/files) |
| [openai](https://jsr.io/@artifact/openai) | [![JSR](https://jsr.io/badges/@artifact/openai)](https://jsr.io/@artifact/openai) |
| [dumb-bot](https://jsr.io/@artifact/dumb-bot) | [![JSR](https://jsr.io/badges/@artifact/dumb-bot)](https://jsr.io/@artifact/dumb-bot) |
| [reasoner](https://jsr.io/@artifact/reasoner) | [![JSR](https://jsr.io/badges/@artifact/reasoner)](https://jsr.io/@artifact/reasoner) |
| [fixture](https://jsr.io/@artifact/fixture) | [![JSR](https://jsr.io/badges/@artifact/fixture)](https://jsr.io/@artifact/fixture) |
| [hamr](https://jsr.io/@artifact/hamr) | [![JSR](https://jsr.io/badges/@artifact/hamr)](https://jsr.io/@artifact/hamr) |
| [info](https://jsr.io/@artifact/info) | [![JSR](https://jsr.io/badges/@artifact/info)](https://jsr.io/@artifact/info) |
| [test-file-runner](https://jsr.io/@artifact/test-file-runner) | [![JSR](https://jsr.io/badges/@artifact/test-file-runner)](https://jsr.io/@artifact/test-file-runner) |

## Architecture

Expand Down
661 changes: 0 additions & 661 deletions _import-HAL/LICENSE

This file was deleted.

22 changes: 0 additions & 22 deletions _import-HAL/agents/files.md

This file was deleted.

181 changes: 0 additions & 181 deletions _import-HAL/info/CRM_Entities/CUSTOMER/customer_details.md

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion _import-HAL/info/CRM_Entities/CUSTOMER/customer_history.md

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions _import-HAL/info/CRM_Entities/CUSTOMER_AGENT/agent_profiles.md

This file was deleted.

Loading

0 comments on commit c121aca

Please sign in to comment.