Skip to main content

Documentation Index

Fetch the complete documentation index at: https://thrackle.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Upgrading the project submodules

  1. Ensure that Foundry is installed and functioning properly
  2. Pull the code from the repository
    git pull https://github.com/forte-service-company-ltd/forte-rules-engine
    
  3. Issue command to update the submodules
    git submodule update –remote
    
  4. Add any new files pulled from the repository to the Git index.
    git add .
    
  5. Commit the new files
    git commit -m "Updated submodules using developer guide steps"
    
  6. Push the changes back to origin
    git push