@paleroux/astro-workflow
v1.1.5
Published
Astro Agentic Web Design: an agent-driven workflow that builds and maintains an Astro website for a non-technical client, from interview to live FTP deploy.
Maintainers
Readme
Astro Agentic Web Design
An agent-driven workflow that builds and maintains an Astro website for a non-technical client, end to end, from the first interview through to a live FTP deployment, and keeps supporting edits afterwards.
This package is a small installer. Running it drops the astro-workflow/ folder,
the assistant's workbook, into your current project folder. The assistant then does
the rest.
Use it
Open a terminal, go into your project folder, and run:
npx @paleroux/astro-workflowThat creates an astro-workflow/ folder in the current directory. Then open the
folder in your agent and type:
start workflowThe assistant guides you from there, one question at a time, and always asks before it does anything important.
Options
npx @paleroux/astro-workflow [options]
--force Overwrite an existing astro-workflow/ folder
--version Print the workflow version
--help Show usageBy default the installer refuses to overwrite an existing astro-workflow/ folder,
so your work is never replaced by accident.
What you touch, and what you leave alone
Once the workflow has set things up, your project folder holds three folders:
- Project Files is yours. Drop your logo, photos, colours, and wording in here.
- Build is your actual website, built for you. You can leave it alone.
- astro-workflow is the assistant's workbook and settings. Please do not change anything in here.
Notes
- Requires Node.js 16.7 or newer.
- This is a private package. Installing it requires an npm login with access to the
@palerouxscope.
