Loading...
Loading...
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress <filepath> or "compress memory file"
npx skill4agent add juliusbrussee/caveman caveman-compress<filename>.original.md/caveman-compress <filepath>memory/cd <directory_containing_this_SKILL.md> && python3 -m scripts <absolute_filepath>backtick content/src/components/..../config.yamlnpm installgit commitdocker build$HOMENODE_ENV......You should always make sure to run the test suite before pushing any changes to the main branch. This is important because it helps catch bugs early and prevents broken builds from being deployed to production.
Run tests before push to main. Catch bugs early, prevent broken prod deploys.
The application uses a microservices architecture with the following components. The API gateway handles all incoming requests and routes them to the appropriate service. The authentication service is responsible for managing user sessions and JWT tokens.
Microservices architecture. API gateway route all requests to services. Auth service manage user sessions + JWT tokens.