Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Repository files navigation

context_room
id depends_on
projection.repository-entry
strategy.context-room
product.model
projection.documentation.map

Context Room

Context Room is a local-first control room for documentation used by humans and AI agents. It keeps accepted context, pending changes, and human review authority visibly separate.

Documentation

The active refactor and its measured results are recorded in the implementation dossier. Historical release records do not describe this working branch.

Agent workflow

Any agent harness can use the CLI. Normal search and reading return accepted content. To change documentation, create an isolated proposal, edit its returned directory, then submit it to the human Review Queue:

context-room docs search "authentication" --root /path/to/project --format json
context-room changes begin --task "Clarify authentication" --root /path/to/project --format json
context-room changes status --change CHANGE_ID --format json
context-room changes submit --change CHANGE_ID --format json

Use --scope shared when creating a Shared change. Keep the reader token returned by document commands and supply --reader on subsequent reads. The document workflow describes accepted versions, formats, migration and the optional tablet bridge.

Development

Requires Node.js 20 or later.

npm ci
npm test
node bin/context-room.mjs doctor --root .

The CLI entry point is bin/context-room.mjs; the main implementation is src/context_room.mjs.

About

Documentation control room for the era of AI agent loops

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages