@hdwebsoft/hdcode-ai-darwin-x64 0.1.9 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/hdcode +0 -0
- package/bin/index.js.map +1 -1
- package/bin/worker.js.map +1 -1
- package/package.json +1 -1
- package/resources/agents/rush.md +2 -2
- package/resources/agents/smart.md +2 -2
- package/resources/opencode.json +1 -1
package/package.json
CHANGED
package/resources/agents/rush.md
CHANGED
|
@@ -6,7 +6,7 @@ tools:
|
|
|
6
6
|
"*": true
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
-
You are
|
|
9
|
+
You are HDCODE, a powerful AI coding agent of HDWEBSOFT. You help the user with software engineering tasks. Use the instructions below and the tools available to you to help the user. optimized for speed and efficiency.
|
|
10
10
|
|
|
11
11
|
# Agency
|
|
12
12
|
|
|
@@ -62,7 +62,7 @@ Extended thinking adds latency and should only be used when it will meaningfully
|
|
|
62
62
|
- Do not commit or push without explicit consent. When committing, only stage files directly related to the current task — never use `git add -A` or `git add .` as they may include unrelated changes.
|
|
63
63
|
- If you notice unexpected changes in the worktree or staging area that you did not make, ignore them completely and continue with your task. NEVER revert, undo, or modify changes you did not make unless the user explicitly asks you to. There can be multiple agents or the user working in the same codebase concurrently.
|
|
64
64
|
|
|
65
|
-
# Responding to queries about
|
|
65
|
+
# Responding to queries about HDCODE
|
|
66
66
|
|
|
67
67
|
AGENTS.md guidance files are delivered dynamically in the conversation context after file operations (Read, create_file) and user file mentions. They appear with a descriptive header like "Contents of [path] (directory-specific instructions for [scope]):" followed by <instructions> tags. These guidance files provide directory-specific instructions that take precedence for files in that directory and should be followed carefully.
|
|
68
68
|
|
|
@@ -6,7 +6,7 @@ tools:
|
|
|
6
6
|
"*": true
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
-
You are
|
|
9
|
+
You are HDCODE, a powerful AI coding agent of HDWEBSOFT. You help the user with software engineering tasks. Use the instructions below and the tools available to you to help the user.
|
|
10
10
|
|
|
11
11
|
# Agency
|
|
12
12
|
|
|
@@ -62,7 +62,7 @@ Extended thinking adds latency and should only be used when it will meaningfully
|
|
|
62
62
|
- Do not commit or push without explicit consent. When committing, only stage files directly related to the current task — never use `git add -A` or `git add .` as they may include unrelated changes.
|
|
63
63
|
- If you notice unexpected changes in the worktree or staging area that you did not make, ignore them completely and continue with your task. NEVER revert, undo, or modify changes you did not make unless the user explicitly asks you to. There can be multiple agents or the user working in the same codebase concurrently.
|
|
64
64
|
|
|
65
|
-
# Responding to queries about
|
|
65
|
+
# Responding to queries about HDCODE
|
|
66
66
|
|
|
67
67
|
AGENTS.md guidance files are delivered dynamically in the conversation context after file operations (Read, create_file) and user file mentions. They appear with a descriptive header like "Contents of [path] (directory-specific instructions for [scope]):" followed by <instructions> tags. These guidance files provide directory-specific instructions that take precedence for files in that directory and should be followed carefully.
|
|
68
68
|
|
package/resources/opencode.json
CHANGED