fix(build): include agent-use in build and rename remaining @eigenpal refs#12
Merged
yash-giantanalytics merged 1 commit intomainfrom Apr 6, 2026
Merged
Conversation
…refs The root build script omitted @giantanalyticsai/docx-editor-agents, causing it to publish without dist/. Also updated example configs, docs, and specs to use @giantanalyticsai scope consistently.
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.
Summary
@giantanalyticsai/docx-editor-agentsto root build script — it was missing, causing the package to publish withoutdist/@eigenpalreferences in examples, docs, and specs with@giantanalyticsaidocx-js-editoranddocx-editor-agentsFiles changed
package.json— added agent-use to build chainexamples/agent-chat-demo/package.json— workspace deps scopeexamples/agent-chat-demo/app/globals.css— commentexamples/vue/vite.config.ts— regex aliasesexamples/vite/vite.config.ts— regex aliases + GitHub API URLexamples/astro/astro.config.mjs— aliasexamples/vue/src/App.vue— imports and linksdocs/PROPS.md,docs/i18n.md— import examplesspecs/live-agent-chat.md— import examplesopenspec/archive docs — import examplesTest plan
bun run typecheckpasses all 5 packagesbun run --filter '@giantanalyticsai/docx-editor-agents' buildproduces dist/@eigenpalreferences remain (only LICENSE contact email and changelogs)