chore: bump base-template to Viaduct 1.1.0-SNAPSHOT#7
Open
fireboy1919 wants to merge 4 commits into
Open
Conversation
added 4 commits
May 11, 2026 16:57
…etObjectValue() - Add KSP plugin (now required by viaduct module plugin) - Add mavenLocal() to resolve SNAPSHOT artifacts - Update @resolver import: viaduct.api.Resolver → viaduct.api.resolver.Resolver - Update objectValue property to getObjectValue() suspend fun (sync overload removed) - Bump kotlin from 1.9.24 to 1.9.25 (required by KSP 1.9.25-1.0.20)
Update field-resolver, batch, and relationships skills to use ctx.getObjectValue() (suspend fun in rc.2, no Kotlin property accessor). Add cross-type scope compatibility and runtime scope denial behavior sections to the scopes skill.
- Kotlin 1.9.24 → 2.1.20, add KSP plugin 2.1.20-2.0.1 - Viaduct 0.30.0-SNAPSHOT → 1.0.0-rc.2-SNAPSHOT (api, runtime, test-fixtures) - Add Central Portal snapshots repo to pluginManagement and dependencyResolution - Simplify BasicViaductFactory.create() (remove TenantRegistrationInfo) - Fix Resolver import path (viaduct.api.resolver.Resolver)
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
[public]
chore: bump base-template to Viaduct 1.1.0-SNAPSHOT
Updates the eval base-template and skill docs for Viaduct 1.1.0-SNAPSHOT.
Breaking changes in 1.1.0-SNAPSHOT:
com.google.devtools.kspto plugins blockmavenLocal()must be declared for SNAPSHOT resolution@Resolverannotation moved:viaduct.api.Resolver→viaduct.api.resolver.ResolverobjectValuesynchronous property removed — replaced bysuspend fun getObjectValue()All 14 evaluations pass after these changes.
[/public]