safeword 0.4.1 → 0.4.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "safeword",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "CLI for setting up and managing safeword development environments",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Review code changes against project architecture guidelines and layer boundaries
3
+ ---
4
+
1
5
  # Architecture Review
2
6
 
3
7
  Review code changes against project architecture guidelines.
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Run ESLint and Prettier on the project, fix auto-fixable issues
3
+ ---
4
+
1
5
  # Lint
2
6
 
3
7
  Run project linting and fix issues.
@@ -8,4 +12,4 @@ Run project linting and fix issues.
8
12
  /lint
9
13
  ```
10
14
 
11
- Runs ESLint and reports any issues found.
15
+ Runs ESLint and Prettier on the project. Auto-fixes what it can, reports remaining issues.
@@ -1,3 +1,7 @@
1
+ ---
2
+ description: Deep code quality review with web research against latest docs and versions
3
+ ---
4
+
1
5
  # Quality Review
2
6
 
3
7
  Deep code quality review with web research.