-
Notifications
You must be signed in to change notification settings - Fork 10
chore: clean up package.json and upgrade to astro 6 #628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
6887e57
chore: update package.json with packageManager field and dependency c…
ravibits c82ee41
build(deps): update pnpm to 10.33.1 and bump patch versions
ravibits e62bca2
upgrade to astro 6 and latest starlight plugins
ravibits 354141b
Fix Astro 6 build errors: image imports and anchor link slugs
ravibits e19b4c7
new lock
saif-at-scalekit ba4000e
build: reduce build time and improve CI quality
ravibits 73dca98
fix: vite-plugin-static-copy patch and build configuration
ravibits 5b18a30
ci: fix format-check crash on Tabs.astro and bump Node to 24
ravibits b0b5b98
ci: remove astro check gate until pre-existing type errors are resolved
ravibits 0db6f9f
ci: run agent-markdown audit without --strict flag
ravibits e492a1b
feat(llms): improve agent content discovery for AgentKit and all prod…
ravibits d5b0d9d
fix(llms): exclude draft and sidebar-hidden pages from all llm outputs
ravibits be72c46
chore(llms): add LLM judge prompt for comparing llms.txt versions
ravibits 459f263
docs(agentkit): add MCP provider support to bring-your-own-connector
AkshayParihar33 f0ff774
node example update
AkshayParihar33 b2b8d62
docs(agentkit): restructure bring-your-own-connector section
AkshayParihar33 82b02f0
updated the number of connectors to 100+
ravibits 19a4fa8
docs(agentkit): update scoped tools examples with connection names an…
AkshayParihar33 7ad0524
rabbit comment
AkshayParihar33 4e48b60
docs(agentkit): update link format to open in new tab
AkshayParihar33 839aa01
rename byoc pages to match their titles
AkshayParihar33 ace6666
add box_file_download, box_file_representations_get, box_file_upload …
Pranesh-Raghu ca68510
remove box_file_download and box_file_upload tool docs — use proxy in…
Pranesh-Raghu 5f49561
fix(box): add box_file_representations_get to box.ts data source
Pranesh-Raghu 1495fa5
deleting stale files so that it doesn't confuse llm.txt
ravibits a73c513
fix(llms): replace dead agentkit/frameworks/ URLs with agentkit/examp…
ravibits 52667ca
chore: remove unused generate-search-index script
saif-at-scalekit 075d586
chore: update d2 svg version string
saif-at-scalekit 19fccd6
Merge branch 'main' into preview/package-json-cleanup
saif-at-scalekit f8d2770
chore: remove ci.yml (moving to separate PR)
saif-at-scalekit 13647cf
chore: remove preview URL logging from pre-push hook
saif-at-scalekit 5505909
fix(agentkit): correct broken framework links to examples paths
saif-at-scalekit cca6802
chore: update remaining d2 svg version strings
saif-at-scalekit ee63aba
feat: add OAuth/OIDC discovery redirects to well-known endpoints
saif-at-scalekit 143f414
chore: merge main and resolve conflicts
saif-at-scalekit 6cea69f
fix: address CodeRabbit review feedback on PR #628
saif-at-scalekit d34dfd0
fix the lockfile issues
saif-at-scalekit f7e88ed
fix(llms-judge-prompt): update stale framework routing URLs and descr…
saif-at-scalekit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -54,3 +54,5 @@ docs/superpowers/ | |
| venv/ | ||
| .venv/ | ||
| examples/* | ||
| project-docs/BUILD_AUDIT.md | ||
| project-docs/BUILD_COMPARISON.md | ||
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| { | ||
| "pre-commit": "pnpm pretty-quick --staged", | ||
| "pre-push": "if [ -n \"$(git status --porcelain)\" ]; then echo \"❌ Error: You have uncommitted changes. Please commit or stash them before pushing.\"; git status --short; exit 1; fi && echo \"Running build before push...\" && pnpm run generate-search-index && pnpm run build && node scripts/log-preview-url.js" | ||
| "pre-push": "if [ -n \"$(git status --porcelain)\" ]; then echo \"❌ Error: You have uncommitted changes. Please commit or stash them before pushing.\"; git status --short; exit 1; fi" | ||
| } |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
This file was deleted.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| diff --git a/dist/index.js b/dist/index.js | ||
| index 8703f1bd5f6438c61a80b9fc842722820bd9a49f..835dfa2cf82fae6eee47fb478108055d858856a3 100644 | ||
| --- a/dist/index.js | ||
| +++ b/dist/index.js | ||
| @@ -1063,13 +1063,14 @@ const buildPlugin = ({ targets, silent, hook, environment }) => { | ||
| }, | ||
| buildEnd() { | ||
| - if (this.environment && this.environment.name !== environment) return; | ||
| + if (this.environment && this.environment.name !== (environment ?? 'client')) return; | ||
| output = false; | ||
| }, | ||
| async [hook]() { | ||
| - if (this.environment && this.environment.name !== environment) return; | ||
| + if (this.environment && this.environment.name !== (environment ?? 'client')) return; | ||
| if (output) return; | ||
| output = true; | ||
| - const result = await copyAll(config.root, config.build.outDir, targets, silent); | ||
| + const outDir = this.environment?.config?.build?.outDir ?? config.build.outDir; | ||
| + const result = await copyAll(config.root, outDir, targets, silent); | ||
| if (!silent) outputCopyLog(config.logger, result); | ||
| } | ||
| }; |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.