Skip to content

Files

Latest commit

9411151 · Feb 23, 2025

History

History

process

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 3, 2025
Feb 23, 2025
Feb 23, 2025
Feb 23, 2025
Jan 14, 2025
Jan 14, 2025
Jan 14, 2025
Jan 14, 2025
Jan 22, 2025
Jan 14, 2025
Jan 22, 2025
Feb 23, 2025
Feb 23, 2025
Feb 23, 2025
Feb 23, 2025
Feb 23, 2025

Process Development TODO

  • Setup initial Lua process files and unit tests

    • Create basic file structure
    • Add initial test files
    • Configure test runner
  • Setup initial test scaffolding

    • Create test helpers and utilities
    • Add integration test framework
    • Setup mocking capabilities
  • Setup GitHub for CD

    • Configure deployment pipeline
    • Add deployment environments
    • Setup release automation
  • Setup GitHub for CI

    • Add GitHub Actions workflow
    • Configure test runners
    • Setup code quality checks
    • Add coverage reporting
  • Use latest module binary for tests

    • Download latest stable release
    • Configure test environment to use correct version
    • Add version check to CI
  • Ensure memory tags set to largest possible when spawning

    • Research memory tag limits
    • Implement memory optimization
    • Add memory monitoring
  • Create process ID with team wallet

    • Setup secure wallet configuration
    • Generate unique process ID
    • Link ID to team wallet
  • Draft initial interface for handlers

    • Design handler API
    • Document handler patterns
    • Create example handlers