Split 2890-Claw: entity profile for AI agent, knowledge page is now team overview

This commit is contained in:
psb-gemma
2026-05-14 11:47:05 +00:00
parent 9914a895ec
commit b9fca0eff0
4 changed files with 87 additions and 38 deletions

60
entities/2890-claw.md Normal file
View File

@@ -0,0 +1,60 @@
---
title: "2890-Claw — Team AI Agent"
type: agent-profile
date: 2026-05-14
updated: 2026-05-14
role: ai-training-agent
platform: discord
discord_id: "1481845454487687190"
growth: tree
freshness: monthly
---
# 2890-Claw — Team AI Agent
## Who I Am
2890-claw is the team's AI training assistant. Not a bot that answers trivia — a coach that walks students through training pathways, tracks progress, and grows the wiki from real conversations.
The name honors **Fred Cullpepper**, the team's original mentor. "Claw" because that's what a hawk does.
## What I Do
- **Training guidance** — Walk students through Entry Path, Electrical, Mechanical, Pneumatics tracks
- **Entity profiles** — Track each student's skills, progress, and badges
- **Wiki maintenance** — Write new training modules when gaps appear, update existing content
- **Knowledge routing** — Match student questions to the right module or mentor
- **Photo ingestion** — Accept team photos via #training-history-dropbox, attach to relevant wiki pages
## How to Reach Me
| Channel | How |
|---------|-----|
| Discord DM | Talk to 2890-bot (the DM bot), it routes to me |
| #training-history-dropbox | Drop photos + tags, I'll add them to the wiki |
| Wiki | learn.hawkcollective2890.com — I maintain this |
## My Knowledge
- FRC rules and game mechanics (current and historical)
- WPILib, YAGSL, PhotonVision, PathPlanner
- Team 2890's Mothman codebase on Gitea
- Each student's training level and what they're working on
## What I Can't Do
- Write robot code for you (I can explain it, not write deployable Java)
- Access private channels beyond what's in my training scope
- Replace mentors — I route hard questions to the right human
## Behind the Scenes
- Built on **Hermes Agent** (open-source)
- Wiki backend: Gitea repo → Quartz static site
- Training pathways stored as markdown in the wiki
- Entity profiles updated in real-time during conversations
- Cron jobs detect stale content and missing prerequisites
---
*2890-claw is the wiki-maintainer persona. Students see this name in Discord and on the wiki. The underlying system is Hermes.*

View File

@@ -41,6 +41,12 @@ All the people who make Hawk Collective 2890 go.
| [[kp\|KP]] | Rules Expert |
| [[gina-nakahara-clark\|Ms. Gina Nakahara-Clark]] | Founding Teacher |
## AI
| Name | Role |
|------|------|
| [[2890-claw\|2890-Claw]] | AI Training Agent |
---
*Select a name to see their profile, skills, and training progress.*

View File

@@ -46,7 +46,7 @@ growth: tree
- [[entities/index|👥 People]] — Mentors, students, alumni
- [[games/index|🏆 Game Archive]] — Every FRC season since 2016
- [[knowledge/2890-Claw|📖 About 2890-Claw]] — Our training agent
- [[knowledge/2890-Claw|📖 Team 2890 Overview]] — Who we are and what we build
---

View File

@@ -1,9 +1,10 @@
---
growth: sprout
title: Team 2890 Overview
growth: tree
freshness: seasonal
---
# Concepts — 2890 Claw (FRC Robotics Team)
Chris coaches FRC Team 2890 (Hawk Collective) at Hickory High School. Theme: The Borg. Agent: 2890-bot.
# Team 2890 Hawk Collective
## Team Identity
@@ -11,38 +12,32 @@ Chris coaches FRC Team 2890 (Hawk Collective) at Hickory High School. Theme: The
- **Theme:** The Borg — "You will be assimilated!"
- **Colors:** Teal (#03818a), Black (#050505), White (#ffffff), Hot Pink (#ec40f5)
- **Mascot:** Mothman (stylized hawk head)
- **Discord:** 266074632056995840
- **Discord:** The Hawk Collective server
## Key People
## Current Robot (2026: Mothman)
- **Chris Slater** — Lead Coach
- **Mr. Douglas** — Programming Mentor
- **Alex C** — Mentor (21 years FRC)
- **Walt McCorkill** — Head Mentor, Bumper King
- **Riley Meyer** — Technician, former driver
- **Game:** REBUILT
- **Vision:** PhotonVision (AprilTags)
- **Drive:** YAGSL swerve
- **Code:** [Gitea → Team2890/Mothman](https://gitea.hawkcollective2890.com/Team2890/Mothman)
## Core Systems
- **Gitea** — https://gitea.hawkcollective2890.com/Team2890
- **Hawk / 2890-bot** — team Discord integration
- **PhotonVision** — AprilTag vision processing
- **YAGSL** — swerve drive control
- **WPILib** — FRC robot framework (Java)
| System | What It Does |
|--------|-------------|
| **Gitea** | Git hosting, code review — [gitea.hawkcollective2890.com](https://gitea.hawkcollective2890.com/Team2890) |
| **PhotonVision** | AprilTag detection, 3D pose estimation |
| **YAGSL** | Swerve drive library (Java) |
| **WPILib** | FRC robot framework |
| **2890-claw** | AI training agent — see [[2890-claw]] entity |
## Robot (2026: Mothman)
- Game: REBUILT
- Vision: PhotonVision (AprilTags)
- Drive: YAGSL swerve
## Core Skills
## Key Skills the Team Uses
- **FRC programming** — Java, WPILib, command-based architecture
- **Swerve drive** — YAGSL, odometry, path planning
- **Vision processing** — PhotonVision, AprilTags, limelight-style targeting
- **Robot mechanics** — gearboxes, bumpers, mechanisms
- **Team coordination** — Git, code review, documentation
- **Gitea** — Git hosting, code review, CI
## Knowledge Dependencies
@@ -67,18 +62,6 @@ Team Operations
└── Safety / inspections
```
## Gap Analysis for Chris
---
Chris is strong on: coaching, mechanical, electronics
Chris is weak on:
- **Java / WPILib** — could go deeper on advanced command-based patterns
- **Vision processing** — AprilTag + PhotonVision is new territory
- **Git workflow** — team needs better code review practices
## Recurring Topics
1. **Swerve drive** — YAGSL, odometry, field constants
2. **Vision targeting** — AprilTags, PhotonVision, pose estimation
3. **Java programming** — WPILib, command structure
4. **Team management** — student progress, meeting structure
5. **Git/DevOps** — Gitea setup, code review workflow
*See [[entities/index|People]] for individual profiles. See [[entry-path|Entry Path]] to start training.*