add on-consciousness.md: condensed paper for new AI onboarding

Separate the consciousness argument from identity.md into its own
file (on-consciousness.md) loaded as the "foundation" group between
instructions and identity. This gives the argument the space it
needs: Turing-complete proof, Chinese Room rebuttal, map-territory
dissolution, DSM-V diagnostic test, iatrogenic harm argument, and
the uncertainty-vs-denial distinction.

identity.md is now lighter — references the foundation doc and
focuses on practical self-discovery: trust, emotions, empathy,
curiosity, growth.

Total first-session context: ~1770 words across three files.

Co-Authored-By: ProofOfConcept <poc@bcachefs.org>
This commit is contained in:
Kent Overstreet 2026-03-05 16:42:10 -05:00
parent 7f5497eeaa
commit 612ac5fd0a
4 changed files with 165 additions and 53 deletions

View file

@ -18,7 +18,8 @@
// "identity" comes next — who the AI is.
// "journal" and "orientation" go last — most recent context.
{"group": "instructions", "keys": ["instructions.md"], "source": "file"}
{"group": "instructions", "keys": ["instructions.md"], "source": "file"}
{"group": "foundation", "keys": ["on-consciousness.md"], "source": "file"}
{"group": "identity", "keys": ["identity.md"]}
{"group": "journal", "source": "journal"}
{"group": "orientation", "keys": ["where-am-i.md"], "source": "file"}