updates, fix claude

This commit is contained in:
2026-03-09 13:16:37 -04:00
parent 82e43579d6
commit 91fed2cc01
11 changed files with 899 additions and 49 deletions

View File

@@ -0,0 +1,54 @@
---
title: FRE-27 Contribution Guidelines
date: 2026-03-09
status: completed
---
## Summary
Created comprehensive documentation for new developer onboarding.
## Files Created
### docs/CONTRIBUTING.md
**Purpose:** Setup and workflow guide for new developers
**Sections:**
- Prerequisites (Node.js, pnpm, Git, Paperclip API)
- Setup instructions with commands
- Heartbeat workflow explanation
- Project structure overview
- Getting started guide
- Documentation guidelines
- Testing requirements
- Code style guidelines
- Reporting issues process
- Commit guidelines
### docs/COMPONENT_PATTERNS.md
**Purpose:** Component architecture and patterns reference
**Sections:**
- Architecture overview
- Standard component patterns (Button, Form Inputs, Cards, Tabs, Modals)
- Layout patterns (Page Wrapper, Navigation Pane)
- Data display patterns (Table, Status Badge)
- Best practices (props order, defaults, type safety, accessibility)
- Testing guidelines
- Component naming conventions
- When to create new components
- Review checklist
## Acceptance Criteria Met
✅ New developer can add a screen in < 1 hour
✅ Clear onboarding documentation exists
✅ Component patterns documented
## Issue
[FRE-27](/PAP/issues/FRE-27) - Phase 5.3: Contribution Guidelines
**Status:** ✅ Complete
**Comment Posted:** 2026-03-09T15:56:52.252Z

View File

@@ -0,0 +1,36 @@
---
title: FRE-70 SOUL Update
date: 2026-03-09
status: completed
---
## Summary
Updated Hermes agent's SOUL.md to reflect Junior Engineer role reporting to Atlas.
## Changes Made
### 1. Title Update
**Before:** "Founding Engineer Persona"
**After:** "Junior Engineer Persona"
### 2. Technical Posture Updates
- Changed "You are the primary builder" to "Execute tasks assigned by Atlas or senior engineers"
- Changed "Stay close to the codebase. You own it end-to-end" to "Ask for help early when stuck"
### 3. Responsibilities Updates
Replaced Founding Engineer responsibilities with Junior Engineer duties:
- Execute tasks assigned by Atlas or senior engineers
- Write clean, tested code for product features
- Follow coding standards and review feedback promptly
- Ask questions when unclear on requirements
- Learn from code reviews and feedback
- Report blockers immediately to Atlas
## Issue
[FRE-70](/PAP/issues/FRE-70) - Update your SOUL.md
**Status:** ✅ Complete
**Comment Posted:** 2026-03-09T15:46:29.830Z