Skip to content

Conversation

@thedannywahl
Copy link
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings October 21, 2025 20:18
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR addresses spelling corrections in the "Portfolios" AI feature documentation and implements shared configuration/workflow improvements across the monorepo. The primary fix corrects "build in" to "built in" in the guardrails description for the portfolios feature.

Key changes:

  • Corrects spelling error in portfolios guardrails text
  • Updates package versions to 1.6.0 across affected packages
  • Adds test coverage for the Layout class
  • Simplifies GitHub Actions workflow configurations

Reviewed Changes

Copilot reviewed 11 out of 12 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
packages/aiinfo/src/components/portfolios/index.tsx Corrects "build in" to "built in" in guardrails description
packages/aiinfo/package.json Version bump to 1.6.0 and adds default export path
packages/aiinfo/cache/checksum.json Updates checksums for CSV and portfolios data
packages/aiinfo/cache/cache.csv Updates portfolios guardrails text with spelling correction
packages/aiinfo/Changelog.md Documents the spelling correction in the changelog
package.json Version bump to 1.6.0 for root package
apps/nutritionfacts/src/assets/Layout.ts Exports Layout class alongside DefaultLayout
apps/nutritionfacts/src/assets/Layout.test.ts Adds comprehensive test coverage for Layout class
apps/nutritionfacts/package.json Version bump to 1.6.0
.github/workflows/nutritionfacts-auto-release.yml Fixes package installation command syntax
.github/workflows/deploy-apps.yml Simplifies dependency installation process

run: |
set -euo pipefail
pnpm -F nutritionfacts up @instructure.ai/aiinfo@latest
pnpm -F nutritionfacts add pnpm -F nutritionfacts add "@instructure.ai/aiinfo@^${TAG#*@}"
Copy link

Copilot AI Oct 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The command duplicates "pnpm -F nutritionfacts add" twice, which will result in a syntax error. This should be a single command: pnpm -F nutritionfacts add "@instructure.ai/aiinfo@^${TAG#*@}"

Suggested change
pnpm -F nutritionfacts add pnpm -F nutritionfacts add "@instructure.ai/aiinfo@^${TAG#*@}"
pnpm -F nutritionfacts add "@instructure.ai/aiinfo@^${TAG#*@}"

Copilot uses AI. Check for mistakes.
@thedannywahl thedannywahl merged commit 3de2fdd into main Oct 21, 2025
4 checks passed
@thedannywahl thedannywahl deleted the shared-configs/workflows/default branch October 21, 2025 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants