Skip to content

Commit 317d928

Browse files
authored
chore: capitalize Asqav author field in package.json + action.yml (#45)
The Marketplace listing renders the action.yml `author:` value verbatim and the npm registry renders the package.json `author` field; both were showing lowercase "asqav". Capitalises both to "Asqav" per CLAUDE.md brand rule (capital A in any prose / package metadata). comment hygiene clean
1 parent 12f041d commit 317d928

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 'AI Agent Governance Scanner'
22
description: 'Scan your AI agent code for governance gaps - audit trails, policy enforcement, revocation, human oversight'
3-
author: 'asqav'
3+
author: 'Asqav'
44
branding:
55
icon: 'shield'
66
color: 'green'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/jagmarques/asqav-compliance.git"
99
},
1010
"license": "MIT",
11-
"author": "asqav",
11+
"author": "Asqav",
1212
"keywords": [
1313
"github-action",
1414
"ai-governance",

0 commit comments

Comments
 (0)