Nicholai 5305c1839c UI refinements: button positioning, message formatting, scrollbar, and animations
- Move new chat button to left side, bookmark button stays on right
- Add max-width constraint (75%) to user messages with proper text wrapping
- Remove right-align text from user message frames (keep bubbles on right)
- Add overflow handling for code blocks in messages
- Change scrollbar color from orange to gray in light and dark modes
- Fix pill loading animation flicker by initializing pinnedAgents from localStorage
- Add 0.2s base delay to pill animations for staggered reveal
- Improve Create new button animation: longer duration (0.6s), bouncy scale sequence, easeInOut easing
2025-11-15 07:17:28 -07:00

1.9 KiB

==================== START: .fortura-core/templates/task-template.md ====================

[Task Name]

Purpose

[1-2 sentences describing what this task accomplishes and when to use it]

Inputs

Required:

  • input-name: Description of required input, format, and source

Optional:

  • input-name: Description of optional input and default behavior if not provided

Process

Phase 1: [Phase Name]

Step 1.1: [Step Name]

[Detailed instructions for this step]

What to ask the user:

  • Question 1
  • Question 2

What to validate:

  • Validation criterion 1
  • Validation criterion 2

What to output:

  • Output description

Step 1.2: [Step Name]

[Continue with detailed steps]


Phase 2: [Phase Name]

[Continue with additional phases as needed]


Output Deliverables

Primary Output:

  • Description of main deliverable
  • Format: [markdown | yaml | json | etc.]
  • Location: [file path if applicable]

Secondary Outputs:

  • Additional artifacts created
  • Documentation generated
  • Validation results

Important Notes

  • Key considerations when executing this task
  • Edge cases to be aware of
  • Common pitfalls and how to avoid them
  • Dependencies on other tasks or files
  • Assumptions made during execution

Success Criteria

Task is complete when:

  • Primary output delivered in correct format
  • All validation checks passed
  • User has reviewed and approved (if interactive)
  • Secondary outputs generated as needed
  • Results documented appropriately

Examples

Example 1: [Scenario Name]

Input:

[Example input]

Process:

  • Step 1 result
  • Step 2 result

Output:

[Example output]

Example 2: [Scenario Name]

[Additional example if helpful]

==================== END: .fortura-core/templates/task-template.md ====================