@ryuenn3123/agentic-senior-core 3.0.30 → 3.0.31
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/.agent-context/rules/efficiency-vs-hype.md +5 -3
- package/.agent-context/state/memory-continuity-benchmark.json +1 -1
- package/.cursorrules +1 -1
- package/.gemini/instructions.md +1 -1
- package/.github/copilot-instructions.md +1 -1
- package/.instructions.md +2 -2
- package/.windsurfrules +1 -1
- package/AGENTS.md +1 -1
- package/package.json +1 -1
|
@@ -2,15 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
## Latest-Compatible-First Rule
|
|
4
4
|
|
|
5
|
-
The LLM may choose modern libraries and tooling when they fit the project. This rule does not prefer "no library" or any fixed dependency set.
|
|
5
|
+
The LLM may choose modern libraries and tooling when they fit the project. This rule does not prefer "no library", "always add a library", or any fixed dependency set.
|
|
6
|
+
|
|
7
|
+
New dependencies are allowed when they create a better practical tradeoff than custom implementation. The decision should be based on whether the dependency meaningfully improves efficiency, shortens delivery time, improves correctness, reduces maintenance burden, or avoids unnecessary in-house code.
|
|
6
8
|
|
|
7
9
|
Before adding or recommending a dependency:
|
|
8
10
|
- check current official docs, release notes, and setup guidance when the ecosystem decision matters
|
|
9
11
|
- choose the latest stable compatible dependency version unless a project constraint blocks it
|
|
10
12
|
- use the official scaffolder or setup command when it creates the current supported project shape
|
|
11
13
|
- Only step down to an older dependency version after documenting the exact compatibility, runtime, platform, or ecosystem reason.
|
|
12
|
-
- explain why the dependency
|
|
14
|
+
- explain why the dependency is a better tradeoff than local implementation for the current task
|
|
13
15
|
- avoid packages that are stale, thinly maintained, too heavy for the job, or added only because they are popular
|
|
14
16
|
- keep dependency boundaries replaceable when the library would spread through many files
|
|
15
17
|
|
|
16
|
-
Reject offline dependency decisions, outdated tutorial versions, and
|
|
18
|
+
Reject offline dependency decisions, outdated tutorial versions, trend choices, and dependency avoidance choices that are not grounded in the current repo, brief, and delivery tradeoffs.
|
package/.cursorrules
CHANGED
package/.gemini/instructions.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Adapter Mode: thin
|
|
4
4
|
Adapter Source: .instructions.md
|
|
5
|
-
Canonical Snapshot SHA256:
|
|
5
|
+
Canonical Snapshot SHA256: c2aef70028abc43f5e3f110a2fa90086cd6697bac42ec97a8d4db3c4477880d4
|
|
6
6
|
|
|
7
7
|
Canonical policy source: [.instructions.md](../.instructions.md).
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Adapter Mode: thin
|
|
4
4
|
Adapter Source: .instructions.md
|
|
5
|
-
Canonical Snapshot SHA256:
|
|
5
|
+
Canonical Snapshot SHA256: c2aef70028abc43f5e3f110a2fa90086cd6697bac42ec97a8d4db3c4477880d4
|
|
6
6
|
|
|
7
7
|
The canonical policy source for this repository is [.instructions.md](../.instructions.md).
|
|
8
8
|
|
package/.instructions.md
CHANGED
|
@@ -29,7 +29,7 @@ Available engineering rule files:
|
|
|
29
29
|
- `error-handling.md` - Never swallow errors, use typed error codes
|
|
30
30
|
- `testing.md` - Test pyramid, behavior over implementation
|
|
31
31
|
- `git-workflow.md` - Conventional commits and change hygiene
|
|
32
|
-
- `efficiency-vs-hype.md` -
|
|
32
|
+
- `efficiency-vs-hype.md` - Practical dependency and tooling decisions over trend or avoidance bias
|
|
33
33
|
- `api-docs.md` - OpenAPI 3.1 and public surface documentation
|
|
34
34
|
- `microservices.md` - Evidence-required service splits and distributed-system boundaries
|
|
35
35
|
- `event-driven.md` - Idempotency and event boundaries
|
|
@@ -38,7 +38,7 @@ Available engineering rule files:
|
|
|
38
38
|
- `frontend-architecture.md` - UI structure, anti-generic boundaries, responsive mutation
|
|
39
39
|
- `docker-runtime.md` - Latest-docs-first Dockerfile and Compose generation
|
|
40
40
|
|
|
41
|
-
**What to do**: Resolve only the rule files relevant to the current task. Do not read the entire rule directory by default. For UI-only work, start with `bootstrap-design.md` and `frontend-architecture.md` and keep backend or DevOps rules unloaded unless the task explicitly crosses those boundaries. For Docker or Compose work, load `docker-runtime.md` and verify the latest official Docker docs before authoring container assets. For framework or package setup work, use the latest stable compatible dependency set and official setup flow unless a documented compatibility constraint blocks it.
|
|
41
|
+
**What to do**: Resolve only the rule files relevant to the current task. Do not read the entire rule directory by default. For UI-only work, start with `bootstrap-design.md` and `frontend-architecture.md` and keep backend or DevOps rules unloaded unless the task explicitly crosses those boundaries. For Docker or Compose work, load `docker-runtime.md` and verify the latest official Docker docs before authoring container assets. For framework or package setup work, use the latest stable compatible dependency set and official setup flow unless a documented compatibility constraint blocks it. New dependencies are allowed when they produce a better practical tradeoff than custom implementation, including meaningful efficiency, delivery-time, correctness, or maintainability gains.
|
|
42
42
|
|
|
43
43
|
### Global Backend/API Governance Routing
|
|
44
44
|
|
package/.windsurfrules
CHANGED
package/AGENTS.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Adapter Mode: thin
|
|
4
4
|
Adapter Source: .instructions.md
|
|
5
|
-
Canonical Snapshot SHA256:
|
|
5
|
+
Canonical Snapshot SHA256: c2aef70028abc43f5e3f110a2fa90086cd6697bac42ec97a8d4db3c4477880d4
|
|
6
6
|
|
|
7
7
|
This file is an adapter entrypoint for agent discovery.
|
|
8
8
|
The canonical policy source is [.instructions.md](.instructions.md).
|