@uxcontinuum/ccaudit 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +5 -5
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -590,11 +590,11 @@ function grade(stats, setup) {
|
|
|
590
590
|
|
|
591
591
|
// ── OUTPUT ────────────────────────────────────────────────────────────────────
|
|
592
592
|
const LOGO = [
|
|
593
|
-
' ██████ ██████
|
|
594
|
-
' ██ ██ ██
|
|
595
|
-
' ██ ██ ██████
|
|
596
|
-
' ██ ██ ██
|
|
597
|
-
' ██████ ██████ ██ ██
|
|
593
|
+
' ██████ ██████ ████ ██ ██ █████ ████ ██████',
|
|
594
|
+
' ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ',
|
|
595
|
+
' ██ ██ ██████ ██ ██ ██ ██ ██ ██ ',
|
|
596
|
+
' ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ',
|
|
597
|
+
' ██████ ██████ ██ ██ ████ █████ ████ ██ ',
|
|
598
598
|
];
|
|
599
599
|
|
|
600
600
|
function renderCard(stats, setup, graded) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uxcontinuum/ccaudit",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "A diagnostic for your Claude Code setup. Reads ~/.claude/ locally, grades you across hook coverage, project hygiene, tool balance, prompt tells, and pipeline ops. Zero install: npx @uxcontinuum/ccaudit",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|