This repository is powered by intentiön agentic-lib — autonomous code transformation driven by GitHub Copilot. Write a mission, and the system generates issues, writes code, runs tests, and opens pull requests.
Note on PNG rendering: the library exposes svgToPng(svg, width, height) which returns PNG bytes. If the optional native image library sharp is installed (npm install sharp), the library will use it to produce production-quality PNGs by rasterizing SVGs; otherwise a tiny built-in PNG fallback is returned. For best results install sharp in your project before rendering PNG output.
Getting Started
(remaining README content unchanged)
This repository is powered by intentiön agentic-lib — autonomous code transformation driven by GitHub Copilot. Write a mission, and the system generates issues, writes code, runs tests, and opens pull requests.
Getting Started
Step 1: Create Your Repository
Click “Use this template” on the repository0 page, or use the GitHub CLI:
gh repo create my-project --template xn-intenton-z2a/repository0 --public --clone
cd my-project
Step 2: Initialise with a Mission
Run the init workflow from the GitHub Actions tab (agentic-lib-init with mode=purge), or use the CLI:
repo
This repository is powered by intentiön agentic-lib — autonomous code transformation driven by GitHub Copilot. Write a mission, and the system generates issues, writes code, runs tests, and opens pull requests.
CLI Examples
Generate an SVG from a mathematical expression:
Generate a PNG from CSV data:
Use
--helpto show usage and examples:Note on PNG rendering: the library exposes
svgToPng(svg, width, height)which returns PNG bytes. If the optional native image librarysharpis installed (npm install sharp), the library will use it to produce production-quality PNGs by rasterizing SVGs; otherwise a tiny built-in PNG fallback is returned. For best results installsharpin your project before rendering PNG output.Getting Started
(remaining README content unchanged)
This repository is powered by intentiön agentic-lib — autonomous code transformation driven by GitHub Copilot. Write a mission, and the system generates issues, writes code, runs tests, and opens pull requests.
Getting Started
Step 1: Create Your Repository
Click “Use this template” on the repository0 page, or use the GitHub CLI:
Step 2: Initialise with a Mission
Run the init workflow from the GitHub Actions tab (agentic-lib-init with mode=purge), or use the CLI:
This resets the repository to a clean state with your chosen mission in
MISSION.md. The default mission is fizz-buzz (7-kyu).Built-in Missions
agentic-lib ships with 20 built-in missions plus two special modes, graded using Codewars kyu/dan difficulty:
randomgenerate8-kyu-remember-empty8-kyu-remember-hello-world7-kyu-understand-fizz-buzz6-kyu-understand-hamming-distance6-kyu-understand-roman-numerals5-kyu-apply-ascii-face5-kyu-apply-string-utils4-kyu-apply-cron-engine4-kyu-apply-dense-encoding4-kyu-analyze-json-schema-diff4-kyu-apply-owl-ontology3-kyu-analyze-lunar-lander3-kyu-evaluate-time-series-lab2-kyu-create-markdown-compiler2-kyu-create-plot-code-lib1-kyu-create-ray-tracer1-dan-create-c64-emulator1-dan-create-planning-engine2-dan-create-self-hosted