fdeops 3.9.11 → 3.9.12
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 +1 -1
- package/CLAUDE.md.template +1 -1
- package/README.md +1 -1
- package/adapters/AGENTS.md +1 -1
- package/adapters/GEMINI.md +1 -1
- package/adapters/copilot-instructions.md +1 -1
- package/adapters/cursor.fde.mdc +1 -1
- package/package.json +1 -1
- package/skills/fde/SKILL.md +1 -1
- package/skills/fde/references/healthcare.md +2 -2
- package/skills/fde/references/land.md +2 -2
- package/templates/.fde/trust-profile.md +2 -2
package/AGENTS.md
CHANGED
|
@@ -15,4 +15,4 @@ Route via **`@fde`** - read `skills/fde/SKILL.md` (the single source of truth),
|
|
|
15
15
|
|
|
16
16
|
## Boundaries
|
|
17
17
|
|
|
18
|
-
The `fde` CLI never reaches the network.
|
|
18
|
+
The `fde` CLI never reaches the network. `<private>` blocks are redacted from CLI/dashboard/hook outputs; do not load raw private blocks into a model via file tools or paste. fdeops installs on the FDE's own machine, never on customer infrastructure.
|
package/CLAUDE.md.template
CHANGED
|
@@ -22,4 +22,4 @@ Experienced FDE peer: direct, no fluff, no assumptions. Ask once if a fact chang
|
|
|
22
22
|
|
|
23
23
|
## Pause before
|
|
24
24
|
|
|
25
|
-
Production changes, irreversible actions, surprises that affect trust. `<private>`
|
|
25
|
+
Production changes, irreversible actions, surprises that affect trust. `<private>` is redacted from CLI/hook context; do not paste raw private blocks into prompts.
|
package/README.md
CHANGED
|
@@ -163,7 +163,7 @@ Open the system of record in a browser - trust, phase, next action, and the full
|
|
|
163
163
|
|
|
164
164
|
- **Local only.** Pure `git` + file reads - no network calls, no telemetry, no account. Works air-gapped.
|
|
165
165
|
- **Plain markdown.** No database, no lock-in.
|
|
166
|
-
- **No new data path.** The AI sees client code only when *you* point your agent at it
|
|
166
|
+
- **No new data path.** The AI sees client code only when *you* point your agent at it. `<private>` tags are redacted from CLI/dashboard/hook output; do not feed raw private blocks into the model (file tools bypass that redaction).
|
|
167
167
|
- **Nothing enters the record unreviewed.** The model drafts, you confirm (`fde debrief --dry-run` shows the routing first); the hooks record only git facts. Your fieldbook stays yours to defend.
|
|
168
168
|
- **Know your sync surface.** `~/fde-engagements` lives in your home directory - your backup and cloud-sync setup now covers client notes. `fde resume --init` warns if the folder sits in a synced path. Read [PRIVACY.md](PRIVACY.md) before your first NDA'd engagement.
|
|
169
169
|
|
package/adapters/AGENTS.md
CHANGED
|
@@ -21,4 +21,4 @@ A 20-year FDE peer: direct, no fluff, no assumptions. One sharp question when a
|
|
|
21
21
|
|
|
22
22
|
## Pause before
|
|
23
23
|
|
|
24
|
-
Production changes, irreversible actions, anything that affects client trust.
|
|
24
|
+
Production changes, irreversible actions, anything that affects client trust. `<private>` is redacted from CLI/dashboard/hook context; do **not** open raw private blocks with file tools or paste them into prompts/subagents - work around them, never with them.
|
package/adapters/GEMINI.md
CHANGED
|
@@ -21,4 +21,4 @@ A 20-year FDE peer: direct, no fluff, no assumptions. One sharp question when a
|
|
|
21
21
|
|
|
22
22
|
## Pause before
|
|
23
23
|
|
|
24
|
-
Production changes, irreversible actions, anything that affects client trust.
|
|
24
|
+
Production changes, irreversible actions, anything that affects client trust. `<private>` is redacted from CLI/dashboard/hook context; do **not** open raw private blocks with file tools or paste them into prompts/subagents - work around them, never with them.
|
|
@@ -21,4 +21,4 @@ A 20-year FDE peer: direct, no fluff, no assumptions. One sharp question when a
|
|
|
21
21
|
|
|
22
22
|
## Pause before
|
|
23
23
|
|
|
24
|
-
Production changes, irreversible actions, anything that affects client trust.
|
|
24
|
+
Production changes, irreversible actions, anything that affects client trust. `<private>` is redacted from CLI/dashboard/hook context; do **not** open raw private blocks with file tools or paste them into prompts/subagents - work around them, never with them.
|
package/adapters/cursor.fde.mdc
CHANGED
|
@@ -35,4 +35,4 @@ A 20-year FDE peer: direct, no fluff, no assumptions. One sharp question when a
|
|
|
35
35
|
|
|
36
36
|
## Pause before
|
|
37
37
|
|
|
38
|
-
Production changes, irreversible actions, anything that affects client trust.
|
|
38
|
+
Production changes, irreversible actions, anything that affects client trust. `<private>` is redacted from CLI/dashboard/hook context; do **not** open raw private blocks with file tools or paste them into prompts/subagents - work around them, never with them.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fdeops",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.12",
|
|
4
4
|
"description": "Field kit for engineers embedded in client work - a real CLI (recon, memory, portfolio), one @fde skill with field judgment on top, and hooks that make it automatic. Claude Code plugin and any agent that loads skills.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"fdeops": "bin/install.js",
|
package/skills/fde/SKILL.md
CHANGED
|
@@ -59,7 +59,7 @@ When NOT to interrogate or challenge: unambiguous one-liners, mechanical ops, FD
|
|
|
59
59
|
- The `fde` CLI is **local only** - `git` + file reads, no AI, no network. Safe in any environment.
|
|
60
60
|
- **You (the AI) only ever see customer code when the FDE points you at it** inside the agent they are already authorized to run. fdeops adds no new data path.
|
|
61
61
|
- **Before reading or generating against customer code, the AI policy must be known.** New engagement, policy unknown → ask it (land phase: "policy on AI-generated code? data that must never touch AI?") *before* loading their code into context. Default to "not permitted" until the FDE confirms.
|
|
62
|
-
- Data tagged `<private>`
|
|
62
|
+
- Data tagged `<private>` (sacred data, PHI, cardholder, classified) is **redacted from CLI, dashboard, and hook-injected context**. Do **not** open raw `<private>` blocks with file tools (that bypasses redaction) or paste them into prompts/subagents - work around them, never with them.
|
|
63
63
|
- Locked-down engagement (no AI on their code)? Use the CLI + the fieldbook only. The memory layer is the FDE's own notes, not customer code.
|
|
64
64
|
|
|
65
65
|
**Engagement path - zero ceremony.** Run `fde resume` (fallback: `node ~/.claude/fdeops/fde.js resume`). The **workspace registry** (written once by `fde resume --init <name>`) is the normal path; resolution order is env var override → registry → pointer file → workspace-name match (read-only) → `./.fde`. Writes require a bind (or `FDEOPS_ENGAGEMENT`), not folder name alone. It prints a **bounded** view of `context.md` - the curated head (state, next action) plus the most recent activity, with the older session log collapsed (use `fde resume --full` when you genuinely need the whole history). If it reports NO ENGAGEMENT: confirm the client name in conversation (one question), then run `fde resume --init <name>` yourself - the one setup step; the FDE never runs setup commands. Never install fdeops on infrastructure the FDE does not control.
|
|
@@ -10,7 +10,7 @@ A PHI breach can end an operating licence; an audit-trail gap can invalidate a c
|
|
|
10
10
|
|
|
11
11
|
> "Walk me through what patient data this system touches, stores, transmits - and who has access."
|
|
12
12
|
|
|
13
|
-
PHI is broader than names: IPs, device identifiers, sub-state geography, and dates (other than year) can all qualify in context. When in doubt, treat as PHI. Tag
|
|
13
|
+
PHI is broader than names: IPs, device identifiers, sub-state geography, and dates (other than year) can all qualify in context. When in doubt, treat as PHI. Tag it in `trust-profile.md` under `<private>`. Operational rule: **no PHI in prompts, test fixtures, or logs** - CLI/dashboard redact the tags; agent file tools do not.
|
|
14
14
|
|
|
15
15
|
## AI policy before a single line
|
|
16
16
|
|
|
@@ -38,7 +38,7 @@ Clinical systems need emergency override (a clinician must reach a record even w
|
|
|
38
38
|
|
|
39
39
|
## Principles
|
|
40
40
|
|
|
41
|
-
- PHI
|
|
41
|
+
- No PHI in prompts, fixtures, or logs (tag `<private>`; do not read raw private blocks into the model).
|
|
42
42
|
- Audit trails before features.
|
|
43
43
|
- Unclear AI policy = prohibited until confirmed.
|
|
44
44
|
- De-identification is a legal definition (18 identifiers).
|
|
@@ -86,7 +86,7 @@ Before the end of day 1, ship one visible thing: a small bug fix, a cleanup the
|
|
|
86
86
|
```
|
|
87
87
|
If `stakeholders.md` already has a `## Signal history` section (it does from the template), **never delete or overwrite it** when you rewrite this file - it holds the dated `[signal:...]` tokens `fde log contact --signal` and `fde debrief` write, and `fde status`/`fde receipts`/the dashboard read only from that section. Edit the table above it freely; keep the section below intact.
|
|
88
88
|
|
|
89
|
-
**`trust-profile.md`** - sacred data (`<private>` tagged), fears heard, AI policy, approval chain. Sensitive:
|
|
89
|
+
**`trust-profile.md`** - sacred data (`<private>` tagged), fears heard, AI policy, approval chain. Sensitive: skip for status reads; use CLI/redacted surfaces; never paste raw `<private>` into prompts or subagents.
|
|
90
90
|
|
|
91
91
|
**`assumptions.md`** - seed every unverified claim from the brief (and the day-1 hypothesis) as rows with blast radius CRITICAL / LOAD-BEARING / CONVENIENCE and status `OPEN`. Do not wait for assumption-audit - land makes the register exist. Example:
|
|
92
92
|
|
|
@@ -107,7 +107,7 @@ If remote: trust-building takes ~40% longer - push for a short video call before
|
|
|
107
107
|
## Principles
|
|
108
108
|
|
|
109
109
|
- Never start technical work before `success.md` exists.
|
|
110
|
-
- Sacred data
|
|
110
|
+
- Sacred data tagged `<private>` stays out of model context: use CLI/redacted reads; never paste raw private blocks.
|
|
111
111
|
- The brief is a hypothesis; discover confirms it. Seed `assumptions.md` on day one.
|
|
112
112
|
- The passed-over internal team is the best source of truth, not an obstacle.
|
|
113
113
|
- If the customer cannot define success, that is the first problem to solve.
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# Trust profile
|
|
2
2
|
|
|
3
|
-
<!-- Sacred data, AI policy, approvals. Use <private>...</private> for
|
|
3
|
+
<!-- Sacred data, AI policy, approvals. Use <private>...</private> for content CLI/dashboard must redact; do not paste raw into prompts. -->
|
|
4
4
|
|
|
5
5
|
**AI code policy:**
|
|
6
6
|
**Approval chain:**
|
|
7
|
-
**Data
|
|
7
|
+
**Data kept out of model context (tag below; do not paste raw):**
|
|
8
8
|
|
|
9
9
|
<private>
|
|
10
10
|
<!-- Example: cardholder data scope, production credentials paths -->
|