Skip to content

Commit 3b318e6

Browse files
authored
Update docs (#1091)
1 parent de83b65 commit 3b318e6

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
archived-v1/
1+
archived/
22
docs/
33
.amplifier/
44
.claude/

AGENTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ Ignore the "archived" directory.
2222
- Avoid generic/meaningless names like "Utils" "Common" "Lib"
2323
- Use plural for Enum names, e.g. "EmbeddingsTypes"
2424
- Always use explicit visibility
25-
- Don't use primary constructors
25+
- Don't use primary constructors
26+
- Use DateTimeOffset, don't use DateTime

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Kernel Memory (^2)
66
> [!CAUTION]
77
> This is an active research project. It is evolving rapidly and may change without notice. Use at your own risk. See [Disclaimer](#disclaimer).
88
9-
KM^2 is a full rewrite of the initial research prototype, informed by lessons learned from the first iteration and by adjacent work in this space.
9+
KM² is a full rewrite of the initial research prototype, informed by lessons learned from the first iteration and by adjacent work in this space.
1010

1111
The previous codebase remains in the repo for reference only.
1212

@@ -23,7 +23,8 @@ KM² will focus on the following areas, which will be documented in more detail
2323

2424
## Disclaimer
2525

26-
> [!IMPORTANT] > **This is experimental software. _Expect things to break_.**
26+
> [!IMPORTANT]
27+
> **This is experimental software. _Expect things to break_.**
2728
2829
- Contributions are not accepted at this stage
2930
- No stability or compatibility guarantees

0 commit comments

Comments
 (0)