Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ stack/
│ ├── edcm/ # current EDCM research + BASE.json
│ ├── pcea/ # current PCEA research + BASE.json
│ ├── ptcna/ # current PTCNA research + BASE.json
│ ├── epac/ # emerging composed project; no independent repo yet
│ ├── epac/ # extracted candidate remains forge-side until graduation completes
│ └── psychsocio-metafauna/ # proposed pattern-lineage, coalescence, accountability research
├── ahbg/ # emerging composed benchmark/game workspace
├── backend/ # PostgreSQL-backed durable fresh-making control plane
Expand Down Expand Up @@ -75,7 +75,10 @@ coherent enough to graduate, create its independent repository, preserve provena
package/release it, then let stack consume the released project rather than a hidden
stack-local implementation.

EPAC and psychsocio metafauna are currently in this pre-graduation state.
Psychsocio metafauna remains in that pre-graduation state. EPAC has an independent
extracted repository, but extraction is not graduation: its forge research remains here
until EPAC completes its release, downstream reconsumption, and authority-transition
gates.
Comment on lines +78 to +81

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Update the contract assertion with the reconciled wording

Changing this sentence leaves research/psychsocio-metafauna/tests/test_contracts.py:231-234 asserting the removed text verbatim. Since .github/workflows/psychsocio-metafauna.yml explicitly runs that suite whenever README.md changes, this commit makes the workflow fail with AssertionError; update the contract test to assert the new EPAC extraction boundary.

Useful? React with 👍 / 👎.


### Make derived artifacts fresh without depending on hosted CI

Expand Down
Loading