claude-code: added memories (claude.md) generation
This commit is contained in:
parent
17a1004948
commit
343e555657
6 changed files with 90 additions and 0 deletions
|
|
@ -14,9 +14,16 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
|
||||
# assert fail: cannot set text and source at the same time.
|
||||
memory = {
|
||||
text = "Some text content";
|
||||
source = ./expected-memory.md;
|
||||
};
|
||||
};
|
||||
|
||||
test.asserts.assertions.expected = [
|
||||
"`programs.claude-code.package` cannot be null when `mcpServers` is configured"
|
||||
"Cannot specify both `programs.claude-code.memory.text` and `programs.claude-code.memory.source`"
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue