Added self-referential slot detection and reorganized documentation structure
286 files · 18,046+ · 2,440-

Self-referential slot detection across launchers

4 files changed
  • builder.go Added self-referential slot detection to Go builder
  • slot_processor.go Updated slot processor for self-referential handling
  • reader_slots.go Updated reader slot processing
  • slots.go Added self_ref field support
  • Added self_ref field to SlotMetadata schema in Go launcher, enabling slots to reference themselves instantiate behavioral
    3 files
    • builder.go
    • slot_processor.go
    • slots.go

Rust launcher updates

6 files changed
  • slot_processor.rs Updated Rust slot processor for self-referential handling
  • finalization.rs Updated builder finalization
  • mod.rs Updated launcher module
  • workenv.rs Updated workenv handling
  • reader.rs Updated reader for slot changes
  • slots.rs Added self_ref support to Rust slots
  • Implemented self-referential slot detection across Rust builder, launcher, and reader decouple internal
    4 files
    • slot_processor.rs
    • finalization.rs
    • slots.rs
    • reader.rs

Documentation reorganization

6 files changed
  • SLOT_DESCRIPTOR_SPECIFICATION.md Moved slot descriptor spec to reference directory
  • fep-0001-core-format-and-operation-chains.md Moved FEP-0001 to reference directory
  • pspf-2025.md Moved PSPF-2025 spec to reference directory
  • COVERAGE_PROGRESS.md Added coverage progress tracking document
  • CHECKSUM_MIGRATION_FINAL_STATUS.md Added checksum migration final status
  • CHECKSUM_STANDARDIZATION_PLAN.md Added checksum standardization plan
  • Reorganized documentation, moving spec files to docs/reference/spec/ directory specify internal
    3 files
    • SLOT_DESCRIPTOR_SPECIFICATION.md
    • fep-0001-core-format-and-operation-chains.md
    • pspf-2025.md
  • Added checksum migration documentation and coverage progress tracking specify internal
    3 files
    • COVERAGE_PROGRESS.md
    • CHECKSUM_MIGRATION_FINAL_STATUS.md
    • CHECKSUM_STANDARDIZATION_PLAN.md
  • Removed outdated documentation sections (community, cookbook, troubleshooting platforms) decouple internal
    2 files
    • index.md
    • security.md