@principal-ai/quality-lens-cli 0.1.25 → 0.1.27
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/README.md
CHANGED
|
@@ -172,6 +172,7 @@ jobs:
|
|
|
172
172
|
### What the Workflow Does
|
|
173
173
|
|
|
174
174
|
The workflow will:
|
|
175
|
+
|
|
175
176
|
- Run quality lenses on push and pull requests
|
|
176
177
|
- Upload results as artifacts
|
|
177
178
|
- Automatically comment on PRs with analysis summary
|
|
@@ -182,6 +183,7 @@ The workflow will:
|
|
|
182
183
|
For detailed instructions on retrieving quality analysis artifacts from GitHub Actions and integrating them with your UI (e.g., Quality Hexagon visualization), see the [Artifact Retrieval Guide](./ARTIFACT_RETRIEVAL_GUIDE.md).
|
|
183
184
|
|
|
184
185
|
The guide covers:
|
|
186
|
+
|
|
185
187
|
- Authentication setup (fine-grained tokens, classic tokens, GitHub Apps)
|
|
186
188
|
- Retrieval methods (GitHub CLI, REST API, Octokit)
|
|
187
189
|
- Integration examples for Electron apps
|