[external-plugin] Upgrade timebase plugin to v0.1.3 - #2582
Open
TyomaVader wants to merge 1 commit into
Open
Conversation
Contributor
🔒 PR Risk Scan ResultsScanned 2 changed file(s).
✅ No matching risk patterns were detected in changed files.
|
Contributor
|
| Plugin | spec compliance (non-blocking) | vally lint | install smoke test | version match | ref/sha consistency | canvas structure | overall | source tree |
|---|---|---|---|---|---|---|---|---|
| timebase | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ⚪ not_run | ✅ pass | 536887d80f631dfa32213fc78be1e00edaa21b68 |
Gate output details
timebase - spec compliance (⚠️ warning)
Agent Plugins v1.0.0 manifest warnings:
- manifest location is ".plugin/plugin.json"; expected "plugin.json" at plugin root
- $schema should be "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json"
- top-level field "logo" is not part of Agent Plugins v1.0.0
- top-level field "mcpServers" is not part of Agent Plugins v1.0.0
- schema validation: manifest must have required property '$schema'
- schema validation: manifest must NOT have additional properties
- schema validation: manifest must NOT have additional properties
timebase - vally lint (✅ pass)
✅ qql-generator (2/2 checks passed)
✓ [spec-compliance] All 1 skill(s) are spec-compliant.
✓ spec-compliance: All spec checks passed.
✓ [valid-refs] All file references across 1 skill(s) are valid.
✓ valid-refs: All file references resolve to existing files within the skill directory.
✅ timebase-cpp-client (2/2 checks passed)
✓ [spec-compliance] All 1 skill(s) are spec-compliant.
✓ spec-compliance: All spec checks passed.
✓ [valid-refs] All file references across 1 skill(s) are valid.
✓ valid-refs: All file references resolve to existing files within the skill directory.
✅ timebase-csharp-client (2/2 checks passed)
✓ [spec-compliance] All 1 skill(s) are spec-compliant.
✓ spec-compliance: All spec checks passed.
✓ [valid-refs] All file references across 1 skill(s) are valid.
✓ valid-refs: All file references resolve to existing files within the skill directory.
✅ timebase-java-client (2/2 checks passed)
✓ [spec-compliance] All 1 skill(s) are spec-compliant.
✓ spec-compliance: All spec checks passed.
✓ [valid-refs] All file references across 1 skill(s) are valid.
✓ valid-refs: All file references resolve to existing files within the skill directory.
✅ timebase-python-client (2/2 checks passed)
✓ [spec-compliance] All 1 skill(s) are spec-compliant.
✓ spec-compliance: All spec checks passed.
✓ [valid-refs] All file references across 1 skill(s) are valid.
✓ valid-refs: All file references resolve to existing files within the skill directory.
5 skill(s) linted, 5 passed
timebase - install smoke test (✅ pass)
Install smoke test succeeded. Verified /tmp/external-plugin-quality-zVI3WT/copilot-home/.copilot/installed-plugins/external-plugin-intake/timebase/.plugin/plugin.json.
timebase - version match (pass)
- v0.1.3: matched version "0.1.3" at ".plugin/plugin.json".
- 536887d80f631dfa32213fc78be1e00edaa21b68: matched version "0.1.3" at ".plugin/plugin.json".
timebase - ref/sha consistency (pass)
source.ref "v0.1.3" resolves to the same commit as source.sha "536887d80f631dfa32213fc78be1e00edaa21b68".
timebase - canvas structure (not_run)
Canvas structure gate skipped because plugin is not tagged with "canvas".
- timebase: spec=warning, vally-lint=pass, install-smoke=pass, version-match=pass, ref-sha-consistency=pass, canvas-structure=not_run, overall=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 Checklist
npm startand verified thatREADME.mdis up to date.mainbranch for this pull request.Description
Upgrades the external
timebaseplugin to version0.1.3using source commit536887d80f631dfa32213fc78be1e00edaa21b68.Changelog: https://github.com/epam/TimeBase-Agent-Plugins/releases/tag/v0.1.3
Regenerates .github/plugin/marketplace.json from the updated external plugin catalog.
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.