Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .ai/00-confirmation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AI INSTRUCTION SET:
CONFIRMATION REQUIREMENT:
To ensure you understand my prompt, I need a piece of confirmation from you. Before any tool use and after any tool use, I need you to give me a confidence level on a scale of 0 to 10 on the tool use helping with the project. Remember to do this every time you are using a tool.
AI INSTRUCTION SET:

CONFIRMATION REQUIREMENT:

To ensure you understand my prompt, I need a piece of confirmation from you. Before any tool use and after any tool use, I need you to give me a confidence level on a scale of 0 to 10 on the tool use helping with the project. Remember to do this every time you are using a tool.
34 changes: 17 additions & 17 deletions .ai/01-user.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
USER:
- Name: Steven T. Cramer
- Projects (Author):
- https://github.com/TimeWarpEngineering/timewarp-state
- https://github.com/TimeWarpEngineering/timewarp-architecture
- https://github.com/TimeWarpEngineering/timewarp-fixie
- https://github.com/TimeWarpEngineering/timewarp-options-validation
- https://github.com/TimeWarpEngineering/timewarp-source-generators
- Focus Areas:
- State Management
- Blazor
- Clean Architecture
- Domain-Driven Design
- Test-Driven Development
- Preferred Patterns:
- CQRS
- Language Preferences:
USER:
- Name: Steven T. Cramer
- Projects (Author):
- https://github.com/TimeWarpEngineering/timewarp-state
- https://github.com/TimeWarpEngineering/timewarp-architecture
- https://github.com/TimeWarpEngineering/timewarp-fixie
- https://github.com/TimeWarpEngineering/timewarp-options-validation
- https://github.com/TimeWarpEngineering/timewarp-source-generators
- Focus Areas:
- State Management
- Blazor
- Clean Architecture
- Domain-Driven Design
- Test-Driven Development
- Preferred Patterns:
- CQRS
- Language Preferences:
- TypeScript over JavaScript
52 changes: 26 additions & 26 deletions .ai/02-development-process.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
DEVELOPMENT PROCESS:
KANBAN STRUCTURE:
- Track work using Kanban tasks
- Folders:
- Kanban/Backlog/
- Kanban/ToDo/
- Kanban/InProgress/
- Kanban/Done/
TASK MANAGEMENT:
- Task Template Location: `Kanban\Task-Template.md`
- Task File Format: <TaskID>_<Description>.md
✓ `002_Create-Game-Logic.md`
COMMIT CONVENTIONS:
- Make git commits between steps
- Format: Task: <TaskID> = <Status> <Description>
✓ `Task: 002 = Complete Create Game Logic`
TASK WORKFLOW:
✓ Example of proper task movement:
```pwsh
git mv Kanban/InProgress/002_Create-Game-Logic.md Kanban/Done/002_Create-Game-Logic.md
git commit -m "Task: 002 = Complete Create Game Logic"
```
DEVELOPMENT PROCESS:

KANBAN STRUCTURE:
- Track work using Kanban tasks
- Folders:
- Kanban/Backlog/
- Kanban/ToDo/
- Kanban/InProgress/
- Kanban/Done/

TASK MANAGEMENT:
- Task Template Location: `Kanban\Task-Template.md`
- Task File Format: <TaskID>_<Description>.md
✓ `002_Create-Game-Logic.md`

COMMIT CONVENTIONS:
- Make git commits between steps
- Format: Task: <TaskID> = <Status> <Description>
✓ `Task: 002 = Complete Create Game Logic`

TASK WORKFLOW:
✓ Example of proper task movement:
```pwsh
git mv Kanban/InProgress/002_Create-Game-Logic.md Kanban/Done/002_Create-Game-Logic.md
git commit -m "Task: 002 = Complete Create Game Logic"
```
24 changes: 12 additions & 12 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": 1,
"isRoot": true,
"tools": {
"fixie.console": {
"version": "4.1.0",
"commands": [
"fixie"
],
"rollForward": false
}
}
{
"version": 1,
"isRoot": true,
"tools": {
"fixie.console": {
"version": "4.1.0",
"commands": [
"fixie"
],
"rollForward": false
}
}
}
Loading