Part of #522. Follow-up to #371, which moved score/memory/shared to eclipse-score/communication.
The score/memory documentation still presents Baselibs as the owner of the shared-memory IPC implementation. Its component overview, architecture, and 13 component requirements describe capabilities such as shared-memory management, OffsetPtr allocation, shared containers, inter-process locking, bounds checking, sealed and typed shared memory, and memory-resource registries. Those implementations were removed from this repository during the migration, leaving the documentation to make unsupported ownership and fulfilment claims.
Update the score/memory documentation to describe only the APIs that remain owned by Baselibs. Remove or appropriately retire documentation, architecture elements, and requirement links for functionality now owned by eclipse-score/communication. Reconcile the retained documentation with the actual remaining public APIs and their requirement-to-test traceability, without creating speculative requirements for deprecated forwarding shims.
Acceptance criteria
Part of #522. Follow-up to #371, which moved
score/memory/sharedtoeclipse-score/communication.The
score/memorydocumentation still presents Baselibs as the owner of the shared-memory IPC implementation. Its component overview, architecture, and 13 component requirements describe capabilities such as shared-memory management,OffsetPtrallocation, shared containers, inter-process locking, bounds checking, sealed and typed shared memory, and memory-resource registries. Those implementations were removed from this repository during the migration, leaving the documentation to make unsupported ownership and fulfilment claims.Update the
score/memorydocumentation to describe only the APIs that remain owned by Baselibs. Remove or appropriately retire documentation, architecture elements, and requirement links for functionality now owned byeclipse-score/communication. Reconcile the retained documentation with the actual remaining public APIs and their requirement-to-test traceability, without creating speculative requirements for deprecated forwarding shims.Acceptance criteria
score/memory/docs/no longer claims that Baselibs implements shared-memory functionality relocated by Relocatescore/memorytoeclipse-score/communicationand clean up remaining baselibs dependencies #371.score/memory/refer only to retained, valid component requirements that the tests genuinely verify.