/** * Trellis - AI-assisted development workflow framework * * Based on Anthropic's "Effective Harnesses for Long-Running Agents" * https://www.anthropic.com/engineering/effective-harnesses-for-long-running-agents */ export { VERSION } from "./constants/version.js"; export { init } from "./commands/init.js"; //# sourceMappingURL=index.d.ts.map