Generate and manage (Art)ificial Driven Development environments.
A collection of tools and resources to generate and manage agent instructions. Includes the Art Language, and a (reactive) pipeline for bundling, compiling, validating, parsing, and locating resources.
| namespace | dir | package | description |
|---|---|---|---|
@art-js |
art-js/spec/ |
@art-js/artificial-spec |
Art Language specification |
@art-js |
art-js/libs/primitives/ |
@art-js/artificial-primitives |
Foundational types and utilities |
@art-js |
art-js/libs/parser/ |
@art-js/artificial-parser |
Parses context files and art modules |
@art-js |
art-js/libs/validator/ |
@art-js/artificial-validator |
Validates parsed modules |
@art-js |
art-js/libs/bundler/ |
@art-js/artificial-bundler |
Bundles Art modules |
@art-js |
art-js/libs/program/ |
@art-js/artificial-program |
Executes parsed Art modules |
@art-js |
art-js/cli/bin/ |
@art-js/artificial-bin |
CLI for pipeline commands |
@art-js |
art-js/cli/dev-server/ |
@art-js/artificial-dev-server |
Local dev server for Art modules |
@art-js |
art-js/cli/watcher/ |
@art-js/artificial-watcher |
Watches for changes, triggers rebuilds |
@art-js |
art-js/cli/poc-parse/ |
@art-js/poc-parse |
POC parser spike |
@artisans |
artisans/apps/art-mantras/ |
@artisans/art-mantras |
Interactive A.R.T.I.F.I.C.I.A.L.S curator |
- $
npm run build— Bundle all packages for production. - $
npm run lint— Lint all packages. - $
npm run ci— Full CI pass (lint + build + test).
- Serve a micro app — each app under
artisans/apps/is vanilla HTML/CSS/JS with a singleservescript. - Scaffold by cloning practices in neighbours — when adding a new package of app type, its
package.jsonis very different from the lib/cli packages.
MIT License
Copyright (c) 2026 Noodlestan https://noodlestan.org/
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.