18ae28f918
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.
1.2 KiB
1.2 KiB
type, name, description
| type | name | description |
|---|---|---|
| types/instruction.md | commonplace-kb | 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 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
- Start at
commonplace/kb/notes/tags-README.md. - Paths named inside
commonplace/kb/are relative tocommonplace/, not to this repo's root. - 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 mode. Not part of the wiki
content pipeline, and not linked from anything outside instructions/dev/.