Skip to content

Commit 3ecb9c6

Browse files
committed
docs(agents): update AGENTS.md documentation
Refine and update the content in AGENTS.md for clarity.
1 parent d40d5bc commit 3ecb9c6

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

AGENTS.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Core Rules
22

3-
- Current project is a Kotlin multiplatform project, always consider the multiplatform aspect, JS, JVM, Android
4-
- Current project is a Kotlin multiplatform project, always consider the multiplatform aspect, JS, JVM, Android
5-
- Current project is a Kotlin multiplatform project, always consider the multiplatform aspect, JS, JVM, Android
3+
- Current project is a Kotlin multiplatform project, always consider the multiplatform aspect, JS, WASM, Desktop JVM, Android, iOS
4+
- Current project is a Kotlin multiplatform project, always consider the multiplatform aspect, JS, WASM, Desktop JVM, Android, iOS
5+
- Current project is a Kotlin multiplatform project, always consider the multiplatform aspect, JS, WASM, Desktop JVM, Android, iOS
66

77
Rest:
88

@@ -42,3 +42,11 @@ Rest:
4242

4343
1. Build MPP Core: `cd /Volumes/source/ai/autocrud && ./gradlew :mpp-core:assembleJsPackage`
4444
2. Build and run MPP CLI: `cd mpp-ui && npm run build && npm run start`
45+
46+
## Release
47+
48+
1. modify version in `gradle.properties`
49+
2. publish cli version: `cd mpp-ui && npm publish:remote`
50+
3. publish Desktop: `git tag compose-vVersion` (same in `gradle.properties`), `git push origin compose-vVersion`
51+
4. draft release in GitHub, run gh cli: `gh release create compose-vVersion --draft`
52+

0 commit comments

Comments
 (0)