Skip to content

Version update #26

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

Draft
wants to merge 23 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
27c8413
Bump version to 2.0.0-SNAPSHOT.012
alexander-yevsyukov Jun 23, 2025
36c6fd5
Fix Dokka plugin reference in build.gradle.kts
alexander-yevsyukov Jun 23, 2025
7c71f9f
Remove reference to non-existent Base.formatLib
alexander-yevsyukov Jun 23, 2025
e5e860e
Remove reference to non-existent ToolBase.gradlePluginApi
alexander-yevsyukov Jun 23, 2025
1ac38eb
Remove reference to non-existent ToolBase.gradlePluginApi in gradle-p…
alexander-yevsyukov Jun 23, 2025
7a0907f
Update `Base`
alexander-yevsyukov Jun 23, 2025
9680e12
Update `ToolBase`
alexander-yevsyukov Jun 23, 2025
24a5d1f
Bump Shadow plugin
alexander-yevsyukov Jun 23, 2025
d7f740b
Bump Shadow plugin
alexander-yevsyukov Jun 23, 2025
d07e942
Fix missing dependency
alexander-yevsyukov Jun 23, 2025
4df0601
Fix `Base.format` reference
alexander-yevsyukov Jun 23, 2025
3832ec8
Remove forcing toolchain for `buildSrc`
alexander-yevsyukov Jun 23, 2025
baeeeab
Add agent guidelines
alexander-yevsyukov Jun 23, 2025
8c02d5e
Add missing dependencies
alexander-yevsyukov Jun 23, 2025
e3b3461
Stop forcing the Java version via toolchain
alexander-yevsyukov Jun 23, 2025
95716ab
Read the version via `ArtifactMeta`
alexander-yevsyukov Jun 23, 2025
66ef580
Bump ToolBase -> `2.0.0-SNAPSHOT.341`
alexander-yevsyukov Jun 23, 2025
279d8fa
Add `buildSrc/settings.gradle.kts`
alexander-yevsyukov Jun 23, 2025
e5aa802
Fix package reference
alexander-yevsyukov Jun 23, 2025
57e7f19
Update config ref.
alexander-yevsyukov Jun 23, 2025
301a8fb
Update build time
alexander-yevsyukov Jun 23, 2025
3dfb806
Remove empty line
alexander-yevsyukov Jun 23, 2025
d112791
Undo removing `dokka` extension
alexander-yevsyukov Jun 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .junie/guidelines.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Guidelines for Junie and AI Agent from JetBrains

Read the `AGENTS.md` file at the root of the project to understand:
- the agent responsibilities,
- project overview,
- coding guidelines,
- other relevant topics.

Also follow the Junie-specific rules described below.

## Junie Assistance Tips

When working with Junie AI on the Spine Tool-Base project:

1. **Project Navigation**: Use `search_project` to find relevant files and code segments.
2. **Code Understanding**: Request file structure with `get_file_structure` before editing.
3. **Code Editing**: Make minimal changes with `search_replace` to maintain project consistency.
4. **Testing**: Verify changes with `run_test` on relevant test files.
5. **Documentation**: Follow KDoc style for documentation.
6. **Kotlin Idioms**: Prefer Kotlin-style solutions over Java-style approaches.
7. **Version Updates**: Remember to update `version.gradle.kts` for PRs.
Loading
Loading