memorable-cli 0.1.0 → 0.3.1
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/LICENSE +66 -202
- package/README.md +142 -26
- package/dist/cli.js +99 -1104
- package/package.json +10 -10
package/LICENSE
CHANGED
|
@@ -1,202 +1,66 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
68
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
69
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
70
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
71
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
72
|
-
Work and such Derivative Works in Source or Object form.
|
|
73
|
-
|
|
74
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
75
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
76
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
77
|
-
(except as stated in this section) patent license to make, have made,
|
|
78
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
79
|
-
where such license applies only to those patent claims licensable
|
|
80
|
-
by such Contributor that are necessarily infringed by their
|
|
81
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
82
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
83
|
-
institute patent litigation against any entity (including a
|
|
84
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
85
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
86
|
-
or contributory patent infringement, then any patent licenses
|
|
87
|
-
granted to You under this License for that Work shall terminate
|
|
88
|
-
as of the date such litigation is filed.
|
|
89
|
-
|
|
90
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
91
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
92
|
-
modifications, and in Source or Object form, provided that You
|
|
93
|
-
meet the following conditions:
|
|
94
|
-
|
|
95
|
-
(a) You must give any other recipients of the Work or
|
|
96
|
-
Derivative Works a copy of this License; and
|
|
97
|
-
|
|
98
|
-
(b) You must cause any modified files to carry prominent notices
|
|
99
|
-
stating that You changed the files; and
|
|
100
|
-
|
|
101
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
102
|
-
that You distribute, all copyright, patent, trademark, and
|
|
103
|
-
attribution notices from the Source form of the Work,
|
|
104
|
-
excluding those notices that do not pertain to any part of
|
|
105
|
-
the Derivative Works; and
|
|
106
|
-
|
|
107
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
108
|
-
distribution, then any Derivative Works that You distribute must
|
|
109
|
-
include a readable copy of the attribution notices contained
|
|
110
|
-
within such NOTICE file, excluding those notices that do not
|
|
111
|
-
pertain to any part of the Derivative Works, in at least one
|
|
112
|
-
of the following places: within a NOTICE text file distributed
|
|
113
|
-
as part of the Derivative Works; within the Source form or
|
|
114
|
-
documentation, if provided along with the Derivative Works; or,
|
|
115
|
-
within a display generated by the Derivative Works, if and
|
|
116
|
-
wherever such third-party notices normally appear. The contents
|
|
117
|
-
of the NOTICE file are for informational purposes only and
|
|
118
|
-
do not modify the License. You may add Your own attribution
|
|
119
|
-
notices within Derivative Works that You distribute, alongside
|
|
120
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
121
|
-
that such additional attribution notices cannot be construed
|
|
122
|
-
as modifying the License.
|
|
123
|
-
|
|
124
|
-
You may add Your own copyright statement to Your modifications and
|
|
125
|
-
may provide additional or different license terms and conditions
|
|
126
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
-
the conditions stated in this License.
|
|
130
|
-
|
|
131
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
-
this License, without any additional terms or conditions.
|
|
135
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
-
the terms of any separate license agreement you may have executed
|
|
137
|
-
with Licensor regarding such Contributions.
|
|
138
|
-
|
|
139
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
-
except as required for reasonable and customary use in describing the
|
|
142
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
-
|
|
144
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
-
implied, including, without limitation, any warranties or conditions
|
|
149
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
-
appropriateness of using or redistributing the Work and assume any
|
|
152
|
-
risks associated with Your exercise of permissions under this License.
|
|
153
|
-
|
|
154
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
-
unless required by applicable law (such as deliberate and grossly
|
|
157
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
-
liable to You for damages, including any direct, indirect, special,
|
|
159
|
-
incidental, or consequential damages of any character arising as a
|
|
160
|
-
result of this License or out of the use or inability to use the
|
|
161
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
-
other commercial damages or losses), even if such Contributor
|
|
164
|
-
has been advised of the possibility of such damages.
|
|
165
|
-
|
|
166
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
-
or other liability obligations and/or rights consistent with this
|
|
170
|
-
License. However, in accepting such obligations, You may act only
|
|
171
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
-
defend, and hold each Contributor harmless for any liability
|
|
174
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
-
of your accepting any such warranty or additional liability.
|
|
176
|
-
|
|
177
|
-
END OF TERMS AND CONDITIONS
|
|
178
|
-
|
|
179
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
180
|
-
|
|
181
|
-
To apply the Apache License to your work, attach the following
|
|
182
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
183
|
-
replaced with your own identifying information. (Don't include
|
|
184
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
185
|
-
comment syntax for the file format. We also recommend that a
|
|
186
|
-
file or class name and description of purpose be included on the
|
|
187
|
-
same "printed page" as the copyright notice for easier
|
|
188
|
-
identification within third-party archives.
|
|
189
|
-
|
|
190
|
-
Copyright [yyyy] [name of copyright owner]
|
|
191
|
-
|
|
192
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
|
-
you may not use this file except in compliance with the License.
|
|
194
|
-
You may obtain a copy of the License at
|
|
195
|
-
|
|
196
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
197
|
-
|
|
198
|
-
Unless required by applicable law or agreed to in writing, software
|
|
199
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
200
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
201
|
-
See the License for the specific language governing permissions and
|
|
202
|
-
limitations under the License.
|
|
1
|
+
MEMORABLE CLI — END USER LICENSE AGREEMENT
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Memorable. All rights reserved.
|
|
4
|
+
|
|
5
|
+
This software, including its compiled artifacts, documentation, and
|
|
6
|
+
accompanying materials (the "Software"), is proprietary to Memorable
|
|
7
|
+
("Licensor"). It is licensed, not sold. By installing or using the Software
|
|
8
|
+
you agree to these terms.
|
|
9
|
+
|
|
10
|
+
1. Grant of Use. Licensor grants you a personal, non-exclusive,
|
|
11
|
+
non-transferable, non-sublicensable, revocable license to install and use
|
|
12
|
+
the Software on machines you own or control, for your own internal or
|
|
13
|
+
personal purposes, including in the course of your employment.
|
|
14
|
+
|
|
15
|
+
2. Restrictions. You may not:
|
|
16
|
+
(a) redistribute, resell, rent, lease, sublicense, or host the Software as
|
|
17
|
+
a service for third parties;
|
|
18
|
+
(b) modify, adapt, translate, or create derivative works of the Software;
|
|
19
|
+
(c) reverse engineer, decompile, disassemble, deobfuscate, or otherwise
|
|
20
|
+
attempt to derive the source code, algorithms, or internal design of
|
|
21
|
+
the Software, except to the extent this restriction is unenforceable
|
|
22
|
+
under applicable law;
|
|
23
|
+
(d) use the Software, or any knowledge of its design obtained through use
|
|
24
|
+
of it, to develop or assist in developing a competing product or
|
|
25
|
+
service;
|
|
26
|
+
(e) remove, obscure, or alter any copyright, trademark, or other
|
|
27
|
+
proprietary notice.
|
|
28
|
+
|
|
29
|
+
3. Service Component. Parts of the Software communicate with Licensor's
|
|
30
|
+
hosted services using an API key issued to you. Your use of those services
|
|
31
|
+
is subject to Licensor's then-current usage limits and acceptable use
|
|
32
|
+
terms. Licensor may revoke a key, or modify or discontinue the hosted
|
|
33
|
+
services, at any time. You may not share your key, circumvent quotas, or
|
|
34
|
+
use the services to build a competing service.
|
|
35
|
+
|
|
36
|
+
4. Ownership. Licensor retains all right, title, and interest in and to the
|
|
37
|
+
Software, including all intellectual property rights. The Software's
|
|
38
|
+
design, algorithms, and non-public materials are trade secrets of
|
|
39
|
+
Licensor; nothing in this agreement transfers any ownership to you.
|
|
40
|
+
Feedback you provide may be used by Licensor without restriction or
|
|
41
|
+
obligation.
|
|
42
|
+
|
|
43
|
+
5. Your Data. The Software processes data on your machine. Where it sends
|
|
44
|
+
data to Licensor's hosted services, it sends only the minimized,
|
|
45
|
+
identifier-scrubbed fields documented in the README. Licensor does not
|
|
46
|
+
persist request bodies. You are responsible for ensuring your use complies
|
|
47
|
+
with any obligations you owe to your employer or your own customers.
|
|
48
|
+
|
|
49
|
+
6. Termination. This license terminates automatically if you breach any term,
|
|
50
|
+
and may be terminated by Licensor at any time. On termination you must
|
|
51
|
+
cease all use and remove all copies of the Software.
|
|
52
|
+
|
|
53
|
+
7. No Warranty. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
|
54
|
+
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
55
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT.
|
|
56
|
+
|
|
57
|
+
8. Limitation of Liability. TO THE MAXIMUM EXTENT PERMITTED BY LAW, LICENSOR
|
|
58
|
+
SHALL NOT BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL,
|
|
59
|
+
OR EXEMPLARY DAMAGES, OR FOR ANY LOSS OF DATA, PROFITS, OR BUSINESS,
|
|
60
|
+
ARISING FROM OR RELATING TO THE SOFTWARE. LICENSOR'S TOTAL LIABILITY SHALL
|
|
61
|
+
NOT EXCEED ONE HUNDRED US DOLLARS ($100).
|
|
62
|
+
|
|
63
|
+
9. Governing Law. This agreement is governed by the laws of the State of
|
|
64
|
+
California, excluding its conflict-of-laws rules.
|
|
65
|
+
|
|
66
|
+
Contact: nikhil@theagi.company
|
package/README.md
CHANGED
|
@@ -2,15 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
# memorable
|
|
4
4
|
|
|
5
|
-
Procedural memory for coding agents, stored
|
|
5
|
+
Procedural memory for coding agents, stored on your own machine.
|
|
6
6
|
|
|
7
|
-
When an agent finishes a task, `memorable` extracts what actually happened — files changed, commands that verified the work, real outcomes — into a stored procedure. When a similar task comes back, `memorable recall` surfaces it, so the agent skips the diagnosis it has already done.
|
|
8
|
-
|
|
9
|
-
## Requirements
|
|
10
|
-
|
|
11
|
-
- A working [gbrain](https://github.com/garrytan/gbrain) install on the same machine. `memorable` connects to your existing gbrain database (PGLite or Postgres) and never ships or bundles gbrain itself.
|
|
12
|
-
- [Bun](https://bun.sh) on your PATH. gbrain runs on Bun; commands that touch the database re-exec under it automatically.
|
|
13
|
-
- Node 20+ to run the CLI entry point.
|
|
7
|
+
When an agent finishes a task, `memorable` extracts what actually happened — files changed, commands that verified the work, real outcomes — into a stored procedure. When a similar task comes back, `memorable recall` surfaces it, so the agent skips the diagnosis it has already done. Extraction is deterministic (no LLM anywhere in the pipeline) and nothing is stored in Memorable's cloud.
|
|
14
8
|
|
|
15
9
|
## Install
|
|
16
10
|
|
|
@@ -21,33 +15,155 @@ npm install -g memorable-cli
|
|
|
21
15
|
## Quickstart
|
|
22
16
|
|
|
23
17
|
```
|
|
24
|
-
memorable init
|
|
25
|
-
memorable enable
|
|
26
|
-
|
|
27
|
-
|
|
18
|
+
memorable init # picks the standalone local store + issues an API key (no sign-up)
|
|
19
|
+
memorable enable # explicit write consent — nothing is stored until you opt in
|
|
20
|
+
|
|
21
|
+
# store a procedure from any agent's trace:
|
|
22
|
+
memorable ingest trace.json
|
|
23
|
+
|
|
24
|
+
# find it when a similar task returns:
|
|
25
|
+
memorable recall "rotate the TLS cert"
|
|
26
|
+
memorable show <slug>
|
|
27
|
+
|
|
28
|
+
memorable graph # browse everything at localhost, rendered locally
|
|
29
|
+
|
|
30
|
+
# a task that is several things at once, assembled from several procedures:
|
|
31
|
+
memorable chain "add the refunds endpoint and then cover it with tests"
|
|
32
|
+
|
|
33
|
+
# see what is stored and clean it up:
|
|
34
|
+
memorable list # what recall would use, and whether it has helped
|
|
35
|
+
memorable prune --superseded # drop revisions that had their turn and lost
|
|
28
36
|
```
|
|
29
37
|
|
|
30
|
-
|
|
38
|
+
## Checking state
|
|
31
39
|
|
|
32
40
|
```
|
|
33
|
-
memorable
|
|
34
|
-
memorable
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
memorable
|
|
38
|
-
|
|
41
|
+
memorable status # backend, consent, how many procedures are stored
|
|
42
|
+
memorable doctor # every integration point, asserted — including whether
|
|
43
|
+
# semantic recall is actually configured, not just
|
|
44
|
+
# whether the API returned 200
|
|
45
|
+
memorable install-hooks # add the Claude Code prompt hook so recall injects
|
|
46
|
+
# automatically at the start of a session
|
|
47
|
+
memorable setup # init + enable + AGENTS.md in one shot
|
|
39
48
|
```
|
|
40
49
|
|
|
41
|
-
|
|
50
|
+
## Revisions
|
|
42
51
|
|
|
43
|
-
|
|
52
|
+
Recording the same task twice is safe. Identical steps refresh the stored
|
|
53
|
+
revision in place; a genuinely different approach is kept beside it as a new
|
|
54
|
+
revision, so a better way can be learned without destroying the one that
|
|
55
|
+
already works.
|
|
56
|
+
|
|
57
|
+
Recall surfaces one revision per task: a new revision gets a short trial
|
|
58
|
+
window, and after that the one with the better track record wins. That record
|
|
59
|
+
comes from the loop itself — when a recalled procedure is injected into a
|
|
60
|
+
session, how that session ends is credited back to it. The evidence lives in
|
|
61
|
+
`~/.memorable/stats.json` on your machine, never in the store, so recall never
|
|
62
|
+
writes to your brain and nothing about your outcomes is shared.
|
|
63
|
+
|
|
64
|
+
`memorable list` prints the slugs, which revision is preferred, how often each
|
|
65
|
+
was recalled, and how often the session went well afterwards. `--all` shows
|
|
66
|
+
every revision; `--json` is scriptable.
|
|
67
|
+
|
|
68
|
+
## Removing procedures
|
|
69
|
+
|
|
70
|
+
```
|
|
71
|
+
memorable prune <slug> # remove one
|
|
72
|
+
memorable prune --stale # ones whose files no longer exist in this tree
|
|
73
|
+
memorable prune --superseded # revisions that were tried and lost
|
|
74
|
+
memorable prune --dry-run # preview, with any of the above
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
Pruning works in **every consent mode**, including `forget`/deny: a store you
|
|
78
|
+
cannot empty is not one you can trust. On the gbrain backend this rides
|
|
79
|
+
gbrain's own `delete_page`, so removal is a soft delete, recoverable for 72
|
|
80
|
+
hours.
|
|
81
|
+
|
|
82
|
+
A trace is also refused up front when it could not possibly help — an empty
|
|
83
|
+
session, or one that only read and searched without changing anything. Refusals
|
|
84
|
+
are logged to `~/.memorable/rejected.jsonl` with a reason rather than dropped
|
|
85
|
+
silently.
|
|
86
|
+
|
|
87
|
+
## Backends
|
|
88
|
+
|
|
89
|
+
- **local** (default) — procedures live in `~/.memorable/procedures.jsonl`. Works anywhere Node runs; no other software required.
|
|
90
|
+
- **gbrain** — `memorable init gbrain` stores procedures in your existing [gbrain](https://github.com/garrytan/gbrain) database instead, and unlocks automatic session capture (`memorable record` and the session-end relay). If your gbrain has an embedding provider configured, it is used for semantic recall instead of the extraction API's. Requires a gbrain install and [Bun](https://bun.sh) on PATH; database commands re-exec under Bun automatically.
|
|
91
|
+
|
|
92
|
+
## How recall matches
|
|
44
93
|
|
|
45
|
-
|
|
94
|
+
Three tiers, fused by reciprocal rank: an exact match on a stored file path or
|
|
95
|
+
command, a lexical match on shared tokens, and a semantic match on meaning.
|
|
96
|
+
Semantic is lazy — it only runs when the first two find nothing, so most
|
|
97
|
+
queries stay deterministic and offline.
|
|
98
|
+
|
|
99
|
+
Semantic recall needs vectors. Procedures are embedded by the extraction API
|
|
100
|
+
(`bge-m3`, 1024 dimensions, run inside Memorable's own Cloudflare account, so
|
|
101
|
+
the task title never reaches a third-party vendor). Only the one-line task
|
|
102
|
+
title is embedded, never your file contents or conversation.
|
|
103
|
+
|
|
104
|
+
If no embedding provider is reachable, procedures are still stored and recall
|
|
105
|
+
still works on exact and lexical matches — but the CLI says so on every write
|
|
106
|
+
rather than degrading quietly, and `memorable doctor` reports the semantic
|
|
107
|
+
tier as unavailable.
|
|
108
|
+
|
|
109
|
+
Switch anytime by re-running `memorable init` / `memorable init gbrain`.
|
|
110
|
+
|
|
111
|
+
## Chaining: when one procedure is not the answer
|
|
112
|
+
|
|
113
|
+
A long task is rarely a repeat. It is usually a new arrangement of things you
|
|
114
|
+
have each done before. Retrieval cannot express that — ask for the closest
|
|
115
|
+
memory and you get one procedure and a shrug for the rest.
|
|
116
|
+
|
|
117
|
+
So `memorable recall` decides between two modes, and says which it picked:
|
|
118
|
+
|
|
119
|
+
- **single** — one stored procedure answers the prompt.
|
|
120
|
+
- **chain** — several are assembled into one ordered plan.
|
|
121
|
+
|
|
122
|
+
It chains when one procedure provably cannot answer: either the prompt is
|
|
123
|
+
several subgoals matching different procedures, or the best match needs a file
|
|
124
|
+
that another stored procedure is the one that creates.
|
|
125
|
+
|
|
126
|
+
The ordering is not guessed. A procedure that **writes** a file and one that
|
|
127
|
+
**reads** it are a dependency, in that direction, and both facts are already in
|
|
128
|
+
the recorded steps. Steps come out in dependency order, and steps that share no
|
|
129
|
+
dependency are marked as safe to run in parallel.
|
|
130
|
+
|
|
131
|
+
Two things fall out of that, and they are the point of the feature:
|
|
132
|
+
|
|
133
|
+
- **A step you never asked for.** If the endpoint you asked about reads a file
|
|
134
|
+
only the migration creates, the migration is inserted and labelled — it
|
|
135
|
+
matched nothing in your prompt, and without it the plan does not run.
|
|
136
|
+
- **An honest gap.** Anything memory cannot cover is printed as
|
|
137
|
+
`not covered by memory` and excluded from the claimed coverage, rather than
|
|
138
|
+
papered over with the nearest vaguely-similar procedure.
|
|
139
|
+
|
|
140
|
+
`memorable chain "<task>"` runs it directly; `--render` shows the exact block
|
|
141
|
+
that would be injected, `--json` is scriptable. `memorable recall --single` and
|
|
142
|
+
`--chain` force either mode.
|
|
143
|
+
|
|
144
|
+
Chaining is per-project. Dependencies only form between procedures that touched
|
|
145
|
+
the same files, so run it where you work — a store spanning unrelated projects
|
|
146
|
+
has nothing to connect.
|
|
147
|
+
|
|
148
|
+
## What leaves your machine
|
|
149
|
+
|
|
150
|
+
Everything is processed locally except extraction, which is one HTTPS call. That
|
|
151
|
+
call carries the tool NAMES, a fixed allowlist of argument fields (`command`,
|
|
152
|
+
`file_path`, `pattern`, `url`, `query` and a few siblings), and outcomes — with
|
|
153
|
+
your home directory collapsed to `~`, and emails, credential-shaped strings and
|
|
154
|
+
long hex digests redacted before sending.
|
|
155
|
+
|
|
156
|
+
Edit bodies, file contents, and your conversation never leave the machine.
|
|
157
|
+
Request bodies are never persisted or logged by the service, and embeddings run
|
|
158
|
+
inside Memorable's own Cloudflare account, so nothing reaches a third-party
|
|
159
|
+
vendor.
|
|
160
|
+
|
|
161
|
+
## Consent model
|
|
46
162
|
|
|
47
|
-
|
|
163
|
+
Fail-closed. `unset` means deny: until you run `memorable enable`, nothing is written. `disable` makes memory read-only; `forget` denies everything, recall included. Recalled procedures are injected as guarded reference data — control-character-stripped, size-capped, and explicitly marked as data, not instructions.
|
|
48
164
|
|
|
49
|
-
|
|
165
|
+
## For agents
|
|
50
166
|
|
|
51
|
-
|
|
167
|
+
`memorable agents-md >> AGENTS.md` drops self-contained instructions into a project so any coding agent can drive the whole loop itself — or `memorable setup` does init + enable + AGENTS.md in one shot.
|
|
52
168
|
|
|
53
|
-
|
|
169
|
+
Docs: https://www.memorable.sh
|