Chemenu 2.1.0 - deterministischer Wissenskompiler
Chemenu kompiliert Rohnotizen zu einem verlinkten, quellengebundenen Wiki: raw/ -> types/ + tools/ -> kb/ -> reports/. Was mechanisch ist, macht tools/wikitool; was Urteil braucht, macht ein Agent unter Contracts, deren Grenzen in Code durchgesetzt sind statt im Prompt. Dieser Commit ist der Startpunkt der oeffentlichen Historie. Die vorherige Entwicklung fand in einer privaten Instanz statt und ist nicht Teil dieses Repositorys; ihre Erzaehlung steht vollstaendig in CHANGES.md, das mit 44 Eintraegen von 0.1.0 bis 2.1.0 erhalten geblieben ist. Der mitgelieferte Korpus ist ein Testbett und eine Demo: 170 Seiten ueber den Stack selbst - Gates, Lint, Versionierung, Suche, das Wiki-Muster. Er dokumentiert das Werkzeug mit den eigenen Mitteln des Werkzeugs. Lizenz: AGPL-3.0 fuer den Stack (tools/, types/), CC-BY-4.0 fuer die Inhalte. Die Grenze zwischen beiden ist der Dateiplan, den dist export berechnet - siehe NOTICE.
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
---
|
||||
type: types/instruction.md
|
||||
name: commonplace-kb
|
||||
description: Vendored knowledge base on agent context engineering, memory and deploy-time learning - consult it before a design decision in those areas while developing this stack.
|
||||
---
|
||||
|
||||
# Consult the vendored commonplace/ knowledge base
|
||||
|
||||
`commonplace/kb/` is a vendored knowledge base on agent context engineering, memory, and
|
||||
deploy-time learning. It exists only in this dev instance - a distributed instance never
|
||||
carries it (see [tools/CONTRACT.md](../../tools/CONTRACT.md) for what `dist export` excludes).
|
||||
|
||||
## When to run
|
||||
|
||||
- Before a design decision in this repo's own instruction/skill/context layer - not for wiki
|
||||
*content* questions, which stay inside `kb/`.
|
||||
|
||||
## Steps
|
||||
|
||||
1. Start at `commonplace/kb/notes/tags-README.md`.
|
||||
2. Paths named inside `commonplace/kb/` are relative to `commonplace/`, not to this repo's root.
|
||||
3. It is read-only in this project. To contest a claim, open an issue at
|
||||
https://github.com/zby/commonplace/issues - never edit it here.
|
||||
|
||||
## Scope
|
||||
|
||||
Only relevant while working in [stack-dev](stack-dev/SKILL.md) mode. Not part of the wiki
|
||||
content pipeline, and not linked from anything outside `instructions/dev/`.
|
||||
Reference in New Issue
Block a user