This repository was archived by the owner on Mar 14, 2026. It is now read-only.
feat!: rename source + tests — daystrom → prisma-airs-cli / airs (#182)#185
Merged
feat!: rename source + tests — daystrom → prisma-airs-cli / airs (#182)#185
Conversation
BREAKING CHANGE: CLI binary renamed from `daystrom` to `airs`.
Package renamed from `@cdot65/daystrom` to `@cdot65/prisma-airs-cli`.
Data directory changed from `~/.daystrom/` to `~/.prisma-airs/`.
- package.json: name, bin, version 2.0.0, docker scripts, repo URL
- src/cli/index.ts: .name('airs'), deprecation messages
- src/config/: data dir + config paths → ~/.prisma-airs/
- src/core/loop.ts: session prefix prisma-airs-cli-*, prompt set prefix
- src/report/html.ts, src/audit/report.ts: "Prisma AIRS CLI" titles
- src/cli/commands/redteam.ts: help text uses `airs` command
- all 7 test files updated to match new names/paths
- 537 tests pass
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Renames the project from
daystromtoprisma-airs-cliacross all source code and tests. This is a breaking change — CLI binary changes fromdaystromtoairs, data directory from~/.daystrom/to~/.prisma-airs/.Changes
package.json: name@cdot65/prisma-airs-cli, binairs, version 2.0.0.name('airs'), deprecation messages updated~/.prisma-airs/runs,~/.prisma-airs/memory,~/.prisma-airs/config.jsonprisma-airs-cli-{id}-iter{n}Testing
Checklist
daystromrefs in src/ or tests/Closes #182
🤖 Generated with Claude Code