Skip to content

Commit 21a1085

Browse files
authored
Merge pull request #5 from kurikomi-labs/remove-docs
Remove docs/ and all references
2 parents 69e8ef4 + fa59461 commit 21a1085

21 files changed

Lines changed: 18 additions & 1167 deletions

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
# NOTE: this means CI does NOT currently exercise the zero-dependency
4242
# graceful-degradation paths (blake2b/unsigned/keyword) — several tests
4343
# assume the optional deps are present rather than skipif-guarding their
44-
# absence. Adding a second minimal-install matrix leg to cover the
45-
# degradation paths is a tracked follow-up (see docs/03-roadmap.md).
44+
# absence. A second minimal-install matrix leg to cover those paths is a
45+
# known follow-up.
4646
pip install -e ".[dev,crypto,smart]"
4747
4848
- name: Run tests

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You can change anything after install, e.g. `komi-learn config set recall.semant
5151
3. Curate: over time it merges overlapping lessons and archives stale ones.
5252
4. Share (optional): general lessons can be contributed to the community pool, but only ones you approve.
5353

54-
It tries not to learn the wrong things. Secrets, machine-specific paths, one-off failures, and "tool X is broken" complaints are filtered out by a deterministic check before the LLM ever sees them. Design notes: [docs/02-architecture.md](docs/02-architecture.md).
54+
It tries not to learn the wrong things. Secrets, machine-specific paths, one-off failures, and "tool X is broken" complaints are filtered out by a deterministic check before the LLM ever sees them.
5555

5656
## Community pool (optional)
5757

@@ -79,11 +79,6 @@ It runs two sessions: you correct the agent in the first, and the second shows i
7979

8080
The engine has no required dependencies. Optional extras add real signing (`pip install komi-learn[crypto]`) and local semantic recall (`[smart]`); without them it falls back to a stdlib hash and keyword search.
8181

82-
## Docs
83-
84-
- [docs/02-architecture.md](docs/02-architecture.md) — system design
85-
- [docs/03-roadmap.md](docs/03-roadmap.md) — what's built and what's next
86-
- [docs/05-adr-log.md](docs/05-adr-log.md) — key decisions and trade-offs
87-
- [pool-repo-template/](pool-repo-template/) — drop-in contents to run your own pool
82+
To run your own pool, see [pool-repo-template/](pool-repo-template/).
8883

8984
MIT. Issues and PRs welcome.

docs/00-hermes-source-notes.md

Lines changed: 0 additions & 305 deletions
This file was deleted.

0 commit comments

Comments
 (0)