Evaluating remote package installation strategies#1163
Merged
xuyushun441-sys merged 2 commits intomainfrom Apr 16, 2026
Merged
Conversation
…ading Agent-Logs-Url: https://github.com/objectstack-ai/framework/sessions/8267e6a4-d340-4601-b6b4-b6f5b68b601a Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Claude created this pull request from a session on behalf of
hotlong
April 16, 2026 04:10
View session
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| // Copyright (c) 2025 ObjectStack. Licensed under the Apache-2.0 license. | ||
|
|
||
| import { Args, Command, Flags } from '@oclif/core'; | ||
| import chalk from 'chalk'; |
| import chalk from 'chalk'; | ||
| import { loadConfig } from '../utils/config.js'; | ||
| import { printHeader, printKV, printSuccess, printError, printStep } from '../utils/format.js'; | ||
| import { existsSync } from 'node:fs'; |
Contributor
|
@copilot fix ci build and test errors |
- Add @objectstack/service-package as dependency in packages/rest/package.json (fixes TS2307: Cannot find module '@objectstack/service-package') - Add @objectstack/service-package as dependency in apps/server/package.json (fixes runtime import resolution for objectstack.config.ts) - Remove unused imports (chalk, existsSync) in packages/cli/src/commands/publish.ts (fixes CodeQL warnings) - Add --passWithNoTests flag to service-package test script (fixes vitest exit code 1 when no test files exist) - Update pnpm-lock.yaml Agent-Logs-Url: https://github.com/objectstack-ai/framework/sessions/48f26ce0-a828-4ddf-8168-3ba164c66cf9 Co-authored-by: xuyushun441-sys <255036401+xuyushun441-sys@users.noreply.github.com>
Contributor
Fixed in cd3838c. The CI failures had 4 root causes:
Verified locally: build 45/45 tasks pass, tests 87/87 tasks pass. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request created by AI Agent