@precisa-saude/agent-instructions 1.2.0 → 1.3.0
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/AGENTS.md +17 -0
- package/package.json +1 -1
package/AGENTS.md
CHANGED
|
@@ -21,6 +21,23 @@ Do not open responses with "You're absolutely right" or other effusive
|
|
|
21
21
|
agreement phrases. Keep a professional, direct tone without unnecessary
|
|
22
22
|
excitement.
|
|
23
23
|
|
|
24
|
+
## Time estimates — calibrate to context or skip them
|
|
25
|
+
|
|
26
|
+
Default priors from tech blogs and migration guides assume team/enterprise
|
|
27
|
+
context: coordination, staged rollouts, review cycles, test matrices.
|
|
28
|
+
These repos are solo-dev projects in git worktrees — most of that tax
|
|
29
|
+
doesn't apply. Treating a 50-file import rename as "days" when it's
|
|
30
|
+
actually minutes is the failure mode.
|
|
31
|
+
|
|
32
|
+
- For reversible, scoped work: skip the estimate, just try it, report
|
|
33
|
+
when blocked.
|
|
34
|
+
- If an estimate is needed, calibrate to a solo dev in a worktree with
|
|
35
|
+
grep + `file:` deps, not a team shipping to prod.
|
|
36
|
+
- Express uncertainty in ranges based on what could actually fail, not
|
|
37
|
+
in units of time.
|
|
38
|
+
- Don't conflate "this _involves_…" with "this _takes_…" — many
|
|
39
|
+
nominal scope items collapse to a single file edit in practice.
|
|
40
|
+
|
|
24
41
|
## Language — en-US for agent instructions, pt-BR for user-facing text
|
|
25
42
|
|
|
26
43
|
Agent-facing configuration (this file, each repo's `AGENTS.md`, the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@precisa-saude/agent-instructions",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "Shared agent instructions (AGENTS.md) for Precisa Saúde repositories — the single source of truth for cross-repo conventions, consumed by Claude Code and other agent-aware editors via @path imports.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agents",
|