Skip to content

Commit 1fb222d

Browse files
CopilotShreckYe
andcommitted
Clean up copilot instructions: remove comment-only code block and redundant Kobweb mention
Co-authored-by: ShreckYe <[email protected]>
1 parent b745de0 commit 1fb222d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@
2020
- **Gradle 9.1.0**: Automatically handled by wrapper
2121

2222
### Essential Repository Setup
23-
```bash
24-
# The project no longer requires external repositories for Kobweb as of version 0.23.3
25-
# All dependencies are now available from standard repositories (mavenCentral, google)
26-
```
23+
24+
No special repository setup is required - all dependencies are available from standard repositories (mavenCentral, google).
2725

2826
### Build Commands (In Order)
2927

@@ -186,6 +184,5 @@ settings.gradle.kts # Project structure and dependency management
186184
- **Trust These Instructions**: Only perform additional searches if information here is incomplete or incorrect
187185
- **Network Dependency**: Initial builds require internet access - cannot work in fully offline environments
188186
- **Memory Requirements**: Ensure adequate memory for Wasm compilation (2GB JVM heap configured)
189-
- **Kobweb Dependency**: As of version 0.23.3, Kobweb is now published to Maven Central
190187
- **Limited Test Coverage**: Don't expect comprehensive test suites - focus on build and demo validation
191188
- **Platform Complexity**: This is a sophisticated multiplatform project with 6+ target platforms and complex expect/actual patterns

0 commit comments

Comments
 (0)