Skip to content

docs(#4334): add new-module creation conventions to scorecard AGENTS.md - #4336

Open
fullsend-ai-coder[bot] wants to merge 1 commit into
mainfrom
agent/4334-new-module-conventions
Open

docs(#4334): add new-module creation conventions to scorecard AGENTS.md#4336
fullsend-ai-coder[bot] wants to merge 1 commit into
mainfrom
agent/4334-new-module-conventions

Conversation

@fullsend-ai-coder

Copy link
Copy Markdown
Contributor

Add a "New Module Creation" section documenting the scaffolding conventions for new scorecard backend modules. The section covers initial version (0.0.0), changeset creation, API report generation, README requirements, config visibility annotations, and prettier formatting.

These conventions were learned from fix iterations on PR #4258, where the code agent's initial commit required three human-triggered fixes for version, changeset, API report, README, and an incorrect @DeepVisibility secret annotation on a non-sensitive filter field.


Closes #4334

Post-script verification

  • Branch is not main/master (agent/4334-new-module-conventions)
  • Secret scan passed (gitleaks — ee6947c241eb2aad2efcb8f6c8dd73fb24b24bf5..HEAD)
  • Pre-commit hooks passed (authoritative run on runner)
  • Tests ran inside sandbox

Add a "New Module Creation" section documenting the scaffolding
conventions for new scorecard backend modules. The section covers
initial version (0.0.0), changeset creation, API report generation,
README requirements, config visibility annotations, and prettier
formatting.

These conventions were learned from fix iterations on PR #4258, where
the code agent's initial commit required three human-triggered fixes
for version, changeset, API report, README, and an incorrect
@DeepVisibility secret annotation on a non-sensitive filter field.

Closes #4334
@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecov Bot commented Aug 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.38%. Comparing base (ee6947c) to head (cd4dadf).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4336   +/-   ##
=======================================
  Coverage   61.38%   61.38%           
=======================================
  Files        2520     2520           
  Lines      100936   100936           
  Branches    28304    28305    +1     
=======================================
  Hits        61958    61958           
  Misses      38427    38427           
  Partials      551      551           
Flag Coverage Δ *Carryforward flag
adoption-insights 84.55% <ø> (ø) Carriedforward from ee6947c
ai-integrations 73.13% <ø> (ø) Carriedforward from ee6947c
app-defaults 69.79% <ø> (ø) Carriedforward from ee6947c
augment 46.67% <ø> (ø) Carriedforward from ee6947c
boost 79.00% <ø> (ø) Carriedforward from ee6947c
bulk-import 72.79% <ø> (ø) Carriedforward from ee6947c
cost-management 13.55% <ø> (ø) Carriedforward from ee6947c
dcm 67.21% <ø> (ø) Carriedforward from ee6947c
e2e-adoption-insights 60.00% <ø> (ø) Carriedforward from ee6947c
e2e-extensions 62.13% <ø> (ø) Carriedforward from ee6947c
e2e-global-header 49.45% <ø> (ø) Carriedforward from ee6947c
e2e-homepage 43.49% <ø> (ø) Carriedforward from ee6947c
e2e-intelligent-assistant 46.68% <ø> (ø) Carriedforward from ee6947c
e2e-orchestrator 50.42% <ø> (ø) Carriedforward from ee6947c
e2e-quickstart 55.21% <ø> (ø) Carriedforward from ee6947c
e2e-scorecard 50.21% <ø> (ø) Carriedforward from ee6947c
e2e-theme 16.36% <ø> (ø) Carriedforward from ee6947c
extensions 56.59% <ø> (ø) Carriedforward from ee6947c
global-floating-action-button 71.18% <ø> (ø) Carriedforward from ee6947c
global-header 66.50% <ø> (ø) Carriedforward from ee6947c
homepage 47.50% <ø> (ø) Carriedforward from ee6947c
install-dynamic-plugins 59.95% <ø> (ø) Carriedforward from ee6947c
intelligent-assistant 75.42% <ø> (ø) Carriedforward from ee6947c
konflux 91.98% <ø> (ø) Carriedforward from ee6947c
lightspeed 69.02% <ø> (ø) Carriedforward from ee6947c
mcp-integrations 83.40% <ø> (ø) Carriedforward from ee6947c
orchestrator 70.87% <ø> (ø) Carriedforward from ee6947c
quickstart 63.74% <ø> (ø) Carriedforward from ee6947c
sandbox 79.56% <ø> (ø) Carriedforward from ee6947c
scorecard 87.36% <ø> (ø)
theme 88.91% <ø> (ø) Carriedforward from ee6947c
translations 5.12% <ø> (ø) Carriedforward from ee6947c
x2a 79.20% <ø> (ø) Carriedforward from ee6947c

*This pull request uses carry forward flags. Click here to find out more.


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ee6947c...cd4dadf. Read the comment docs.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-for-review Agent PR ready for human review workspace/scorecard

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add new-package creation conventions to scorecard workspace AGENTS.md

0 participants