Feat/audit trails dev new product name#267
Merged
chrisgitiota merged 16 commits intoJun 2, 2026
Merged
Conversation
* `Naming Conventions` section in the `CLAUDE.md` file has been changed accordingly * README files and source docs of public exposed entities for Move, Rust and WASM/TS have been checked and edited according to the new `Naming Conventions`
…se these functions as source of truth in all other docs.
…cs and use these functions as source of truth in all other docs." This reverts commit 8462ae4.
…roduct-name # Conflicts: # audit-trail-rs/src/core/types/permission.rs
itsyaasir
reviewed
Jun 2, 2026
itsyaasir
approved these changes
Jun 2, 2026
Co-authored-by: Yasir <yasir@shariff.dev>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description of change
The product name
Audit Trailhas changed toAudit Trails.In this context Following changes are included in this PR:
Naming Conventionssection in theCLAUDE.mdfile has been changed accordinglyNaming ConventionsIotaAuditTrailsaudit_trailsallowing Move users to import AT Move types withuse audit_trails:: ...audit_trailhas been renamed toaudit_trails- folder names are kept as-is. This allow Rust users to import the crate usinguse audit_trails::...instead ofuse audit_trail::....Some additional minor changes:
Permission::Migratehas been added to theadmin_permissions()set in the AT Rust packageaudit/trail_wasm/docsfolder has been deleted because it's auto generated and contained in.gitignoreaudit-trail-move/sources/audit_trail.moveFiles, folders, crates, modules (Rust, Move) etc. still strictly follow the "only singular form in names rule". Only renaming the crate and the npmjs package allows users to have proper imports in TS and Rust but doesn't cause too much efforts.