Skip to content

Commit 898b6c7

Browse files
CopilotShreckYe
andcommitted
Fix offline build statements and remove inappropriate tool_calling section
Co-authored-by: ShreckYe <[email protected]>
1 parent d805058 commit 898b6c7

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/copilot-instructions.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,14 @@
1212
- **Key Dependencies**: Compose Multiplatform, Kobweb Silk, Material Web Components
1313
- **Current Version**: 0.6.0-SNAPSHOT
1414

15-
<tool_calling>
16-
You have the capability to call multiple tools in a single response. For maximum efficiency, whenever you need to perform multiple independent operations, ALWAYS invoke all relevant tools simultaneously rather than sequentially. Especially when exploring repository, reading files, viewing directories, validating changes or replying to comments.
17-
</tool_calling>
18-
1915
## Build Instructions and Environment Setup
2016

2117
### Prerequisites
2218
- **JDK 17**: Required (as specified in GitHub Actions workflows)
2319
- **Network Access**: Required for initial builds to download Android Gradle Plugin and other dependencies
2420
- **Gradle 9.1.0**: Automatically handled by wrapper
2521

26-
**IMPORTANT**: Initial builds require internet access for dependency resolution. The project cannot build in fully offline environments.
22+
**IMPORTANT**: Initial builds require internet access for dependency resolution. Once dependencies are cached, subsequent builds can use `--offline` flag if needed.
2723

2824
**IMPORTANT**: If the project uses snapshot dependencies of other `com.huanshankeji` libraries, especially in a branch other than `main` such as `dev`, refer to the setup instructions at <https://github.com/huanshankeji/.github/blob/main/dev-instructions.md#about-snapshot-dependencies-of-our-library-projects>.
2925

@@ -82,7 +78,7 @@ You have the capability to call multiple tools in a single response. For maximum
8278

8379
**Common Issues**:
8480
- **Wasm Compilation**: Requires 2GB+ heap memory (pre-configured in gradle.properties)
85-
- **Network Dependencies**: Cannot build offline, requires internet for initial setup
81+
- **Network Dependencies**: Initial builds require internet access for dependency resolution
8682
- **Platform-specific builds**: Some targets may be disabled on certain OS (use `--continue` flag)
8783

8884
## Project Architecture and Layout
@@ -208,7 +204,7 @@ settings.gradle.kts # Project structure and dependency management
208204
## Important Notes for Agents
209205

210206
- **Trust These Instructions**: Only perform additional searches if information here is incomplete or incorrect
211-
- **Network Dependency**: Initial builds require internet access - cannot work in fully offline environments
207+
- **Network Dependency**: Initial builds require internet access for dependency resolution
212208
- **Memory Requirements**: Ensure adequate memory for Wasm compilation (2GB JVM heap configured)
213209
- **Limited Test Coverage**: Don't expect comprehensive test suites - focus on build and demo validation
214210
- **Platform Complexity**: This is a sophisticated multiplatform project with 6+ target platforms and complex expect/actual patterns

0 commit comments

Comments
 (0)