flux-platform 1.0.1

A local-first, AI-native developer automation platform: build, test, package, and deploy from a single .flux file, and make your repository legible to AI agents.
1
2
3
4
5
const assert = require('assert')
const { greeting } = require('./index')

assert.ok(greeting().includes('Flux'), 'greeting should mention Flux')
console.log('ok - greeting mentions Flux')