Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
archived-v1/
archived/
docs/
.amplifier/
.claude/
Expand Down
3 changes: 2 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ Ignore the "archived" directory.
- Avoid generic/meaningless names like "Utils" "Common" "Lib"
- Use plural for Enum names, e.g. "EmbeddingsTypes"
- Always use explicit visibility
- Don't use primary constructors
- Don't use primary constructors
- Use DateTimeOffset, don't use DateTime
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Kernel Memory (^2)
> [!CAUTION]
> This is an active research project. It is evolving rapidly and may change without notice. Use at your own risk. See [Disclaimer](#disclaimer).

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.
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.

The previous codebase remains in the repo for reference only.

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

## Disclaimer

> [!IMPORTANT] > **This is experimental software. _Expect things to break_.**
> [!IMPORTANT]
> **This is experimental software. _Expect things to break_.**

- Contributions are not accepted at this stage
- No stability or compatibility guarantees
Expand Down
Loading