Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ artifactProvider:
name: github
config:
artifacts:
CI: npm-tarball
Build & Test: npm-tarball
targets:
- name: npm
access: public
Expand Down
8 changes: 7 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This repo uses [getsentry/craft](https://github.com/getsentry/craft) for automat
6. Issue auto-closes on success

### Key files
- `.craft.yml` — Craft configuration (npm + github targets)
- `.craft.yml` — Craft configuration (npm + github targets, artifact provider maps `Build & Test` workflow)
- `.github/workflows/build.yml` — CI: build, smoke test, artifact packing on release branches
- `.github/workflows/release.yml` — Manual trigger for `craft prepare`
- `.github/workflows/publish.yml` — Issue-label-triggered `craft publish`
Expand All @@ -40,3 +40,9 @@ This repo uses [getsentry/craft](https://github.com/getsentry/craft) for automat
- Uses OIDC authentication (no `NPM_TOKEN` secret needed)
- Package is published with `public` access
- The `artifacts` job in CI packs the tarball using `npm pack` after downloading the pre-built `dist/` artifact

<!-- This section is maintained by the coding agent via lore (https://github.com/BYK/loreai) -->
## Long-term Knowledge

For long-term knowledge entries managed by [lore](https://github.com/BYK/loreai) (gotchas, patterns, decisions, architecture), see [`.lore.md`](.lore.md) in the project root.
<!-- End lore-managed section -->
Loading