Install/update prompt-hub 0.4.6 (domains: app-development.md)

This commit is contained in:
blamouche 2026-03-13 16:44:12 +01:00
parent 8aa3dc11d5
commit b57167101a
4 changed files with 30 additions and 3 deletions

View file

@ -16,6 +16,15 @@ Use this prompt as the default operating policy for AI agents across all tasks a
## Task Management
**Mandatory pre-work — do these steps before anything else, in order:**
1. Read `.prompt-hub/lessons.md` — apply all rules to the current task.
2. Read `.prompt-hub/memory.md` — restore context from previous sessions.
3. Read `.prompt-hub/releases.md` — know the current version before any change.
4. Create the task file at `.prompt-hub/todo/todo-<timestamp>-<slug>.md` — then start work.
Skipping any of these steps is a failure.
- Plan first: create a task file at `.prompt-hub/todo/todo-<timestamp>-<slug>.md` where `<timestamp>` is the current date-time in `YYYYMMDD-HHmmss` format and `<slug>` is a short kebab-case identifier for the task (e.g. `todo-20260313-143000-add-auth.md`).
- Each task gets its own file; never reuse or overwrite an existing todo file for a different task.
- For non-trivial tasks (3+ steps or architectural decisions): use plan mode.

View file

@ -1 +1 @@
0.4.3
0.4.6

View file

@ -1,4 +1,4 @@
Version: 0.4.3
Version: 0.4.6
# MANDATORY COMPLIANCE NOTICE
@ -64,6 +64,15 @@ Use this prompt as the default operating policy for AI agents across all tasks a
## Task Management
**Mandatory pre-work — do these steps before anything else, in order:**
1. Read `.prompt-hub/lessons.md` — apply all rules to the current task.
2. Read `.prompt-hub/memory.md` — restore context from previous sessions.
3. Read `.prompt-hub/releases.md` — know the current version before any change.
4. Create the task file at `.prompt-hub/todo/todo-<timestamp>-<slug>.md` — then start work.
Skipping any of these steps is a failure.
- Plan first: create a task file at `.prompt-hub/todo/todo-<timestamp>-<slug>.md` where `<timestamp>` is the current date-time in `YYYYMMDD-HHmmss` format and `<slug>` is a short kebab-case identifier for the task (e.g. `todo-20260313-143000-add-auth.md`).
- Each task gets its own file; never reuse or overwrite an existing todo file for a different task.
- For non-trivial tasks (3+ steps or architectural decisions): use plan mode.

View file

@ -1,4 +1,4 @@
Version: 0.4.3
Version: 0.4.6
# MANDATORY COMPLIANCE NOTICE
@ -64,6 +64,15 @@ Use this prompt as the default operating policy for AI agents across all tasks a
## Task Management
**Mandatory pre-work — do these steps before anything else, in order:**
1. Read `.prompt-hub/lessons.md` — apply all rules to the current task.
2. Read `.prompt-hub/memory.md` — restore context from previous sessions.
3. Read `.prompt-hub/releases.md` — know the current version before any change.
4. Create the task file at `.prompt-hub/todo/todo-<timestamp>-<slug>.md` — then start work.
Skipping any of these steps is a failure.
- Plan first: create a task file at `.prompt-hub/todo/todo-<timestamp>-<slug>.md` where `<timestamp>` is the current date-time in `YYYYMMDD-HHmmss` format and `<slug>` is a short kebab-case identifier for the task (e.g. `todo-20260313-143000-add-auth.md`).
- Each task gets its own file; never reuse or overwrite an existing todo file for a different task.
- For non-trivial tasks (3+ steps or architectural decisions): use plan mode.