Skip to content
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
cdot65 merged 1 commit intomainfrom
cdot65/rename-source-182
Mar 14, 2026
Merged

feat!: rename source + tests — daystrom → prisma-airs-cli / airs (#182)#185
cdot65 merged 1 commit intomainfrom
cdot65/rename-source-182

Conversation

@cdot65
Copy link
Owner

@cdot65 cdot65 commented Mar 14, 2026

Summary

Renames the project from daystrom to prisma-airs-cli across all source code and tests. This is a breaking change — CLI binary changes from daystrom to airs, data directory from ~/.daystrom/ to ~/.prisma-airs/.

Changes

  • package.json: name @cdot65/prisma-airs-cli, bin airs, version 2.0.0
  • CLI .name('airs'), deprecation messages updated
  • Config defaults: ~/.prisma-airs/runs, ~/.prisma-airs/memory, ~/.prisma-airs/config.json
  • Session prefixes: prisma-airs-cli-{id}-iter{n}
  • HTML report titles: "Prisma AIRS CLI Report" / "Prisma AIRS CLI Audit"
  • All 7 test files updated with new path/name assertions

Testing

  • 537 tests pass (all assertions updated)
  • Build, lint, typecheck clean
  • Zero remaining "daystrom" references in src/ or tests/

Checklist

  • All tests passing
  • Linting clean
  • Type checking clean
  • No remaining daystrom refs in src/ or tests/

Closes #182

🤖 Generated with Claude Code

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>
@cdot65 cdot65 merged commit 27b2671 into main Mar 14, 2026
4 checks passed
@cdot65 cdot65 deleted the cdot65/rename-source-182 branch March 14, 2026 10:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat!: rename source code + tests — daystrom → prisma-airs-cli / airs

1 participant