@zecalis/fael 0.4.0 → 0.5.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/README.md CHANGED
@@ -5,16 +5,22 @@
5
5
  [![CI](https://github.com/zecalis/fael/actions/workflows/ci.yml/badge.svg)](https://github.com/zecalis/fael/actions/workflows/ci.yml)
6
6
  [![license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
7
7
 
8
- **Every agent on your repo knows what was decided and what's still open — without re-asking, and
9
- without a context dump.**
8
+ **The secretary for every agent on your team.** Every agent on your repo knows what was decided and
9
+ what's still open — without re-asking, and without a context dump.
10
10
 
11
11
  One person runs five agents; a team runs fifty. Each one starts from zero: it finds the same flaky
12
12
  test, re-asks why that function looks weird, and repeats the mistake the last agent already fixed.
13
13
  Memory tools that try to help stuff a summary of everything into context before the agent has said
14
14
  what it's about to do — you pay tokens for noise, and the one row that mattered gets averaged away.
15
15
 
16
- fael works the other way round: the agent **can't finish without writing**, and when it opens a
17
- file it gets **only what was written about that file**. The file it touches is the question.
16
+ fael works the other way round: like a good secretary, it takes the notes nobody else will and hands
17
+ each agent **only what matters for the file in front of it**. The agent **can't finish without
18
+ writing**, and when it opens a file it gets **only what was written about that file**. The file it
19
+ touches is the question.
20
+
21
+ The team isn't only the people who write code. A PM, QA, EM or tech lead writes a requirement, a
22
+ decision or an assignment once — through their own agent or the CLI — and every dev agent that
23
+ touches that code later gets it, so the next feature doesn't forget what the last one agreed.
18
24
 
19
25
  fael gives the repo a memory that agents can't skip:
20
26
 
@@ -40,6 +46,7 @@ Works with **Claude Code, Codex and OpenCode**, and any MCP host. One small bina
40
46
  | "Why is it like this?" — ask again, guess again | The reason sits next to the file, from the agent that made the call |
41
47
  | Agent notices a bug mid-task, then forgets it | It's filed on the spot, and shown to whoever touches that file next |
42
48
  | Knowledge stays in one person's chat history | It's in the repo — teammates and their agents get it on `git pull` |
49
+ | A PM's requirement lives in a ticket the agent never opens | `fael add decision … --files src/pay.rs` — it's in front of the agent the moment it opens the file |
43
50
 
44
51
  ## Install
45
52
 
@@ -19,7 +19,7 @@
19
19
  "hasInstallScript": true,
20
20
  "license": "MIT",
21
21
  "name": "@zecalis/fael",
22
- "version": "0.4.0"
22
+ "version": "0.5.0"
23
23
  },
24
24
  "node_modules/detect-libc": {
25
25
  "engines": {
@@ -48,5 +48,5 @@
48
48
  }
49
49
  },
50
50
  "requires": true,
51
- "version": "0.4.0"
51
+ "version": "0.5.0"
52
52
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "artifactDownloadUrls": [
3
- "https://github.com/zecalis/fael/releases/download/v0.4.0"
3
+ "https://github.com/zecalis/fael/releases/download/v0.5.0"
4
4
  ],
5
5
  "bin": {
6
6
  "fael": "run-fael.js"
@@ -81,7 +81,7 @@
81
81
  "zipExt": ".tar.xz"
82
82
  }
83
83
  },
84
- "version": "0.4.0",
84
+ "version": "0.5.0",
85
85
  "volta": {
86
86
  "node": "18.14.1",
87
87
  "npm": "9.5.0"