@clipboard-health/ai-rules 2.7.0 → 2.7.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 +1 -1
- package/rules/frontend/e2eTesting.md +1 -1
- package/skills/cognito-user-analysis/SKILL.md +4 -4
- /package/skills/cognito-user-analysis/{docs → references}/analysis-workflow.md +0 -0
- /package/skills/cognito-user-analysis/{docs → references}/fix-workflow.md +0 -0
- /package/skills/cognito-user-analysis/{docs → references}/setup.md +0 -0
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## Core Rules
|
|
4
4
|
|
|
5
|
-
- Test critical user flows only—not exhaustive scenarios
|
|
5
|
+
- Test critical user flows only—not exhaustive scenarios; when in doubt, write a component test instead
|
|
6
6
|
- Each test sets up its own data (no shared state between tests)
|
|
7
7
|
- Mock feature flags and third-party services
|
|
8
8
|
- Use user-centric locators (role, label, text)—avoid CSS selectors
|
|
@@ -47,7 +47,7 @@ Run `scripts/check-prerequisites.sh` to verify. Requirements:
|
|
|
47
47
|
| AWS profile `cbh-production-platform` | `aws sso login --profile cbh-production-platform` |
|
|
48
48
|
| `~/.cbh_token` | Get from web app dev tools → Network → Authorization header |
|
|
49
49
|
|
|
50
|
-
See [
|
|
50
|
+
See [references/setup.md](references/setup.md) for detailed setup.
|
|
51
51
|
|
|
52
52
|
## Scripts
|
|
53
53
|
|
|
@@ -84,6 +84,6 @@ Highest score = `KEEP_AND_UPDATE`. Others = `DELETE`.
|
|
|
84
84
|
|
|
85
85
|
## Detailed Docs
|
|
86
86
|
|
|
87
|
-
- [
|
|
88
|
-
- [
|
|
89
|
-
- [
|
|
87
|
+
- [references/setup.md](references/setup.md) - Prerequisites setup guide
|
|
88
|
+
- [references/analysis-workflow.md](references/analysis-workflow.md) - Pipeline details
|
|
89
|
+
- [references/fix-workflow.md](references/fix-workflow.md) - Fix execution details
|
|
File without changes
|
|
File without changes
|
|
File without changes
|