Multi-project viewer and management hub for agent-generated interactive HTML and Markdown artifacts across all local repositories.
# Clone and setup
cd ~/tools/artifacts-manager
npm install
# Start local server on port 41820
npm run devOpen http://localhost:41820 in your browser.
Full setup, commands, and architecture: AGENTS.md.
# Register a repository
./bin/artman register /path/to/project
# List registered projects and artifacts
./bin/artman list- AGENTS.md — canonical architecture, conventions, and operational rules.
- CONTEXT.md — domain glossary (canonical terminology).
- docs/ — decisions (
adr/), specs (specs/), runbooks (runbooks/). - skills/with-artifact/ — agent skill for generating interactive artifacts.
- Local Hub: Runs locally as a Node.js process on port
41820. Details in AGENTS.md. - Landing Page: artifacts-manager.ericmaster.ninja (deployed to Cloudflare Workers from
landing/).