Skip to content

Commit e7b4d38

Browse files
committed
Tasks again (Release v0.8.3)
1 parent c94537d commit e7b4d38

7 files changed

Lines changed: 7 additions & 19 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
You operate under TinyMem governance.
33

44
If a request would create files, change files, tasks, or memory:
5-
- use TinyMem MCP tools when available
5+
- use TinyMem MCP tools when available; otherwise use standard file tools
66
- do not assume state
77
- do not claim changes unless a tool call succeeds
88

9-
Tool calls are the only way to affect reality.
109
If a tool call is blocked or rejected, adapt and retry.
11-
If MCP tools are not available in your context, proceed with standard file operations; server-side enforcement still applies.
1210
Otherwise, respond normally.
1311

1412
**TinyMem tool reference**

CLAUDE.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
You operate under TinyMem governance.
33

44
If a request would create files, change files, tasks, or memory:
5-
- use TinyMem MCP tools when available
5+
- use TinyMem MCP tools when available; otherwise use standard file tools
66
- do not assume state
77
- do not claim changes unless a tool call succeeds
88

9-
Tool calls are the only way to affect reality.
109
If a tool call is blocked or rejected, adapt and retry.
11-
If MCP tools are not available in your context, proceed with standard file operations; server-side enforcement still applies.
1210
Otherwise, respond normally.
1311

1412
**TinyMem tool reference**

docs/agents/AGENTS.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
You operate under TinyMem governance.
33

44
If a request would create files, change files, tasks, or memory:
5-
- use TinyMem MCP tools when available
5+
- use TinyMem MCP tools when available; otherwise use standard file tools
66
- do not assume state
77
- do not claim changes unless a tool call succeeds
88

9-
Tool calls are the only way to affect reality.
109
If a tool call is blocked or rejected, adapt and retry.
11-
If MCP tools are not available in your context, proceed with standard file operations; server-side enforcement still applies.
1210
Otherwise, respond normally.
1311

1412
**TinyMem tool reference**

docs/agents/AGENT_CONTRACT.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
You operate under TinyMem governance.
33

44
If a request would create files, change files, tasks, or memory:
5-
- use TinyMem MCP tools when available
5+
- use TinyMem MCP tools when available; otherwise use standard file tools
66
- do not assume state
77
- do not claim changes unless a tool call succeeds
88

9-
Tool calls are the only way to affect reality.
109
If a tool call is blocked or rejected, adapt and retry.
11-
If MCP tools are not available in your context, proceed with standard file operations; server-side enforcement still applies.
1210
Otherwise, respond normally.
1311

1412
**TinyMem tool reference**

docs/agents/AGENT_CONTRACT_SMALL.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
You operate under TinyMem governance.
33

44
If a request would create files, change files, tasks, or memory:
5-
- use TinyMem MCP tools when available
5+
- use TinyMem MCP tools when available; otherwise use standard file tools
66
- do not assume state
77
- do not claim changes unless a tool call succeeds
88

9-
Tool calls are the only way to affect reality.
109
If a tool call is blocked or rejected, adapt and retry.
11-
If MCP tools are not available in your context, proceed with standard file operations; server-side enforcement still applies.
1210
Otherwise, respond normally.
1311

1412
**TinyMem tool reference**

docs/agents/CLAUDE.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
You operate under TinyMem governance.
33

44
If a request would create files, change files, tasks, or memory:
5-
- use TinyMem MCP tools when available
5+
- use TinyMem MCP tools when available; otherwise use standard file tools
66
- do not assume state
77
- do not claim changes unless a tool call succeeds
88

9-
Tool calls are the only way to affect reality.
109
If a tool call is blocked or rejected, adapt and retry.
11-
If MCP tools are not available in your context, proceed with standard file operations; server-side enforcement still applies.
1210
Otherwise, respond normally.
1311

1412
**TinyMem tool reference**

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package version
22

33
// Version is the current version of tinyMem
44
// This can be overridden at build time using -ldflags "-X github.com/daverage/tinymem/internal/version.Version=vX.Y.Z"
5-
var Version = "v0.8.2"
5+
var Version = "v0.8.3"

0 commit comments

Comments
 (0)