Skip to content

Commit

Permalink
feat: add fixture, hamr, info, test-file-runner (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
inverted-capital authored Oct 24, 2024
2 parents cb4452d + e4a7015 commit 38a94fd
Show file tree
Hide file tree
Showing 209 changed files with 36,430 additions and 5,926 deletions.
463 changes: 20 additions & 443 deletions .github/dependency_graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading

0 comments on commit 38a94fd

Please sign in to comment.