Add governance docs linting CI, scripts, tests, and governance blueprint artifacts#105
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Sorry @OneFineStarstuff, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
|
The files' contents are under analysis for test generation. |
Changed Files
|
|
Review these changes at https://app.gitnotebooks.com/OneFineStarstuff/OneFineStarstuff.github.io/pull/105 |
|
View changes in DiffLens |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Review limit reached
More reviews will be available in 3 minutes and 34 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (10)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Failed to generate code suggestions for PR |
Not up to standards ⛔🔴 Issues
|
| Category | Results |
|---|---|
| Security | 1 high |
| CodeStyle | 52 minor |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
❌ Deploy Preview for onefinestarstuff failed.
|
Signed-off-by: 𝐎𝐧𝐞 𝐅𝐢𝐧𝐞 𝐒𝐭𝐚𝐫𝐬𝐭𝐮𝐟𝐟 <onefinestarstuff@gmail.com>
|
View changes in DiffLens |
Motivation
Description
governance-docs-lint.ymlthat runs syntax checks,shellcheck, and themake governance-docs-checktarget on relevant paths..markdownlint.jsonand an ignore file.markdownlintignorethat exempts specified long-form governance files.governance-docs-lint,governance-docs-test, andgovernance-docs-checkto standardize local invocation of the checks.docs/README.md,docs/governance/README.md,docs/governance/LINTING_NOTES.md, the largeAGI_ASI_GSIFI_Blueprint_2026_2030.mdblueprint, the lint helperscripts/lint_governance_docs.sh, and the test harnesstests/test_lint_governance_docs.sh.Testing
bash -nforscripts/lint_governance_docs.shandtests/test_lint_governance_docs.sh,shellcheckonscriptsandtests, andmake governance-docs-checkas part of its job.tests/test_lint_governance_docs.shwas executed as the automated validation for the lint helper and completed successfully.bash scripts/lint_governance_docs.sh(strict andallmodes) andmake governance-docs-check, which are covered by the new CI job configuration.Codex Task