Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1005 Bytes

File metadata and controls

43 lines (29 loc) · 1005 Bytes

Implementation

PersonalOS is Markdown-first.

Core flow:

personal/ + topics/ -> context packet -> Pi/Codex/Claude Code
                         |
                         -> reviewed proposals -> personal/

Source of truth

  • personal/profile/
  • personal/context/
  • personal/me/
  • topics/

.personal-os/ contains generated drafts, packets, receipts, and caches. Private and rebuildable.

Runtime support

First-class paths:

  • Claude Code instruction adapter.
  • Pi local harness usage.
  • Codex CLI instruction adapter.
  • Generic packet export. For new installs, Holoself is the maintained CLI.

Other tools use exported packets.

Control plane

The maintained control plane is Node.js under scripts/personalos-js/, invoked by node scripts/personal-os.mjs. Older Python control-plane references are historical and not shipped.

Validation

node scripts/personal-os.mjs audit
node scripts/personal-os.mjs personal validate
node tests-js/export.test.mjs