memorable-cli 0.2.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.
Files changed (4) hide show
  1. package/LICENSE +66 -202
  2. package/README.md +124 -1
  3. package/dist/cli.js +89 -1272
  4. package/package.json +9 -9
package/LICENSE CHANGED
@@ -1,202 +1,66 @@
1
-
2
- Apache License
3
- Version 2.0, January 2004
4
- http://www.apache.org/licenses/
5
-
6
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
-
8
- 1. Definitions.
9
-
10
- "License" shall mean the terms and conditions for use, reproduction,
11
- and distribution as defined by Sections 1 through 9 of this document.
12
-
13
- "Licensor" shall mean the copyright owner or entity authorized by
14
- the copyright owner that is granting the License.
15
-
16
- "Legal Entity" shall mean the union of the acting entity and all
17
- other entities that control, are controlled by, or are under common
18
- control with that entity. For the purposes of this definition,
19
- "control" means (i) the power, direct or indirect, to cause the
20
- direction or management of such entity, whether by contract or
21
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
- outstanding shares, or (iii) beneficial ownership of such entity.
23
-
24
- "You" (or "Your") shall mean an individual or Legal Entity
25
- exercising permissions granted by this License.
26
-
27
- "Source" form shall mean the preferred form for making modifications,
28
- including but not limited to software source code, documentation
29
- source, and configuration files.
30
-
31
- "Object" form shall mean any form resulting from mechanical
32
- transformation or translation of a Source form, including but
33
- not limited to compiled object code, generated documentation,
34
- and conversions to other media types.
35
-
36
- "Work" shall mean the work of authorship, whether in Source or
37
- Object form, made available under the License, as indicated by a
38
- copyright notice that is included in or attached to the work
39
- (an example is provided in the Appendix below).
40
-
41
- "Derivative Works" shall mean any work, whether in Source or Object
42
- form, that is based on (or derived from) the Work and for which the
43
- editorial revisions, annotations, elaborations, or other modifications
44
- represent, as a whole, an original work of authorship. For the purposes
45
- of this License, Derivative Works shall not include works that remain
46
- separable from, or merely link (or bind by name) to the interfaces of,
47
- the Work and Derivative Works thereof.
48
-
49
- "Contribution" shall mean any work of authorship, including
50
- the original version of the Work and any modifications or additions
51
- to that Work or Derivative Works thereof, that is intentionally
52
- submitted to Licensor for inclusion in the Work by the copyright owner
53
- or by an individual or Legal Entity authorized to submit on behalf of
54
- the copyright owner. For the purposes of this definition, "submitted"
55
- means any form of electronic, verbal, or written communication sent
56
- to the Licensor or its representatives, including but not limited to
57
- communication on electronic mailing lists, source code control systems,
58
- and issue tracking systems that are managed by, or on behalf of, the
59
- Licensor for the purpose of discussing and improving the Work, but
60
- excluding communication that is conspicuously marked or otherwise
61
- designated in writing by the copyright owner as "Not a Contribution."
62
-
63
- "Contributor" shall mean Licensor and any individual or Legal Entity
64
- on behalf of whom a Contribution has been received by Licensor and
65
- subsequently incorporated within the Work.
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
@@ -26,15 +26,138 @@ memorable recall "rotate the TLS cert"
26
26
  memorable show <slug>
27
27
 
28
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
36
+ ```
37
+
38
+ ## Checking state
39
+
29
40
  ```
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
48
+ ```
49
+
50
+ ## Revisions
51
+
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.
30
86
 
31
87
  ## Backends
32
88
 
33
89
  - **local** (default) — procedures live in `~/.memorable/procedures.jsonl`. Works anywhere Node runs; no other software required.
34
- - **gbrain** — `memorable init gbrain` stores procedures in your existing [gbrain](https://github.com/garrytan/gbrain) database instead, and unlocks automatic session capture (`memorable record`, the session-end relay, and gbrain's embedding provider for semantic recall). Requires a gbrain install and [Bun](https://bun.sh) on PATH; database commands re-exec under Bun automatically.
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
93
+
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.
35
108
 
36
109
  Switch anytime by re-running `memorable init` / `memorable init gbrain`.
37
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
+
38
161
  ## Consent model
39
162
 
40
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.