feat: add action-required.md to /create-feature command
Extends the /create-feature command to generate a third file that extracts manual/human tasks into a dedicated checklist for better visibility. Changes: - Add step 4 to create action-required.md with manual tasks - Add template format with Before/During/After Implementation sections - Add "no manual steps" template variant - Update Next Steps to prioritize reviewing action-required.md - Add note listing common manual task types (API keys, env vars, etc.) - Bump create-agentic-app version to 1.1.27 Manual tasks (like account creation, environment variables, OAuth setup) are now surfaced in a separate file so they're harder to miss during feature implementation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
4
create-agentic-app/package-lock.json
generated
4
create-agentic-app/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "create-agentic-app",
|
||||
"version": "1.1.26",
|
||||
"version": "1.1.27",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "create-agentic-app",
|
||||
"version": "1.1.26",
|
||||
"version": "1.1.27",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"chalk": "^5.3.0",
|
||||
|
||||
Reference in New Issue
Block a user