Skip to content

Fix CI issues and merge develop branch#85

Merged
Looted merged 2 commits intomasterfrom
develop
Mar 18, 2026
Merged

Fix CI issues and merge develop branch#85
Looted merged 2 commits intomasterfrom
develop

Conversation

@Looted
Copy link
Copy Markdown
Owner

@Looted Looted commented Mar 18, 2026

No description provided.

Copilot AI review requested due to automatic review settings March 18, 2026 14:19
Copy link
Copy Markdown

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 updates repository/CI configuration to address workflow issues and align release automation with the current repo setup.

Changes:

  • Removes the unused/unimplemented .kibi/traceability.json configuration file.
  • Adjusts the npm publish workflow artifact download location for tarball verification/smoke tests.
  • Removes the dedicated copilot-setup-steps GitHub Actions workflow.

Reviewed changes

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

File Description
.kibi/traceability.json Removes an unused config file (directory no longer present).
.github/workflows/publish.yml Tweaks release workflow steps (artifact download path; removes a test step).
.github/workflows/copilot-setup-steps.yml Deletes an auxiliary workflow.

You can also share your feedback on Copilot code review. Take the survey.

Comment on lines 136 to 141
- name: Build CLI package
run: bun run build:cli
- name: Build MCP package
run: bun run build:mcp
- name: Run tests
run: bun test --timeout=300000 --exclude="documentation/tests/e2e/packed/**"
- name: Pack packages
run: |
@Looted Looted merged commit e7c2fdd into master Mar 18, 2026
9 checks passed
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