📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# user-thoughts Runtime Directory
|
||||
|
||||
This directory stores project-local user intent captured by `user-thoughts`.
|
||||
|
||||
## Contents
|
||||
|
||||
- `define.ini`: runtime state for the skill.
|
||||
- `raw/`: unprocessed user thoughts captured by date.
|
||||
- `ignored/`: entries the user explicitly chose not to record.
|
||||
- `mdbase/`: organized project memory grouped by dimension.
|
||||
- `export/`: exported mdbase content.
|
||||
|
||||
Do not delete this directory unless the user explicitly wants to discard project memory.
|
||||
@@ -0,0 +1,3 @@
|
||||
SKILL_STATUS=on
|
||||
INSTANT_STATUS=off
|
||||
LAST_SORTIN=
|
||||
+25
@@ -0,0 +1,25 @@
|
||||
# user-thoughts mdbase Index
|
||||
|
||||
This directory stores user-provided project decisions, constraints, preferences, and plans. Keep the user's original intent intact.
|
||||
|
||||
Last updated: never
|
||||
|
||||
## Maintenance Rules
|
||||
|
||||
- Preserve details from user wording. Do not simplify away constraints, numbers, negations, or examples.
|
||||
- Classify entries by dimension so future agents can find them quickly.
|
||||
- Prefer existing dimensions. Create a new dimension only when the user's thought clearly needs one.
|
||||
- Append new records by date under `## yyyy-mm-dd` headings.
|
||||
- Do not delete historical content unless the user explicitly asks for deletion.
|
||||
|
||||
## Document Index
|
||||
|
||||
| File | Dimension | Entries |
|
||||
|------|-----------|---------|
|
||||
| [backlog.md](backlog.md) | backlog | 0 |
|
||||
| [details/rules.md](details/rules.md) | rules | 0 |
|
||||
| [details/plans.md](details/plans.md) | plans | 0 |
|
||||
| [details/dev-stack.md](details/dev-stack.md) | dev-stack | 0 |
|
||||
| [details/ui/outline.md](details/ui/outline.md) | ui/outline | 0 |
|
||||
| [details/ui/details.md](details/ui/details.md) | ui/details | 0 |
|
||||
| [details/general.md](details/general.md) | general | 0 |
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
# Backlog
|
||||
|
||||
> User plans, pending tasks, and work that has been requested but not started.
|
||||
|
||||
## Pending
|
||||
|
||||
<!-- Items explicitly requested by the user but not started yet. -->
|
||||
|
||||
## In Progress
|
||||
|
||||
<!-- Items that have started but are not complete. -->
|
||||
|
||||
## Done
|
||||
|
||||
<!-- Completed items retained for traceability. -->
|
||||
|
||||
## Notes
|
||||
|
||||
Record the date each item was raised. When an item is completed, move it to Done and include the completion date when known.
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
# Development Stack Decisions
|
||||
|
||||
> Frameworks, libraries, services, deployment choices, data stores, APIs, and other technical stack decisions.
|
||||
|
||||
## Current Decisions
|
||||
|
||||
<!-- Append dated user decisions here. -->
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
# General Project Notes
|
||||
|
||||
> Project-relevant thoughts that do not fit another dimension yet.
|
||||
|
||||
## Current Notes
|
||||
|
||||
<!-- Append dated user thoughts here. -->
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
# Project Plans
|
||||
|
||||
> Directional plans, milestones, priorities, sequencing, and strategic project ideas.
|
||||
|
||||
## Current Plans
|
||||
|
||||
<!-- Append dated user plans here. -->
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
# Project Rules and Constraints
|
||||
|
||||
> User-defined rules, constraints, conventions, preferences, and non-negotiables.
|
||||
|
||||
## Current Rules
|
||||
|
||||
<!-- Append dated user rules here. -->
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
# UI Details
|
||||
|
||||
> Component-level UI preferences, interaction details, copy details, spacing, states, and visual refinements.
|
||||
|
||||
## Current Details
|
||||
|
||||
<!-- Append dated UI detail decisions here. -->
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
# UI Outline
|
||||
|
||||
> Product-level UI direction, layout concepts, design principles, themes, and screen-level decisions.
|
||||
|
||||
## Current Direction
|
||||
|
||||
<!-- Append dated UI outline decisions here. -->
|
||||
Reference in New Issue
Block a user