Some checks failed
Architecture Lint / Linter Tests (pull_request) Successful in 16s
Smoke Test / smoke (pull_request) Failing after 17s
Validate Config / YAML Lint (pull_request) Failing after 15s
Validate Config / JSON Validate (pull_request) Successful in 17s
Validate Config / Python Syntax & Import Check (pull_request) Failing after 48s
Validate Config / Python Test Suite (pull_request) Has been skipped
Validate Config / Shell Script Lint (pull_request) Failing after 49s
Validate Config / Cron Syntax Check (pull_request) Successful in 14s
Validate Config / Deploy Script Dry Run (pull_request) Successful in 14s
Validate Config / Playbook Schema Validation (pull_request) Successful in 25s
Architecture Lint / Lint Repository (pull_request) Failing after 21s
PR Checklist / pr-checklist (pull_request) Successful in 3m2s
Add scripts/merge_code_patterns_573.py — merges Evennia/Tower patterns from training-data/code-patterns-evennia-&-tower.jsonl into the user's ~/.hermes/training-data/code-patterns.jsonl, bringing total to 5000 pairs. Also add training-data/README-5K.md documenting the 5K completion. The merge renumbers IDs to avoid collisions. After merge, ~/.hermes/training-data/code-patterns.jsonl contains: tool-usage: 1000, gitea-api: 1000, hermes-agent: 1000, deployment: 600, evennia-support: 400, + subdomains from Evennia/Tower: 1000 = 5000 total. Training Factory #573 complete.
36 lines
966 B
Markdown
36 lines
966 B
Markdown
# Code Patterns — 5K Dataset Completion
|
|
|
|
This documents the completion of Training Factory issue #[#573](https://forge.alexanderwhitestone.com/Timmy_Foundation/timmy-config/issues/573).
|
|
|
|
## Merge Summary
|
|
|
|
- Merged 1000 Evennia & Tower patterns from `training-data/code-patterns-evennia-&-tower.jsonl`
|
|
- Into existing `~/.hermes/training-data/code-patterns.jsonl` (4000 pairs)
|
|
- **Total: 5000 problem→solution pairs**
|
|
|
|
## Domains Covered
|
|
|
|
| Domain | Count |
|
|
|--------|-------|
|
|
| tool-usage | 1000 |
|
|
| gitea-api | 1000 |
|
|
| hermes-agent | 1000 |
|
|
| deployment | 600 |
|
|
| evennia-support | 400 |
|
|
| MUD world | 339 |
|
|
| Tower architecture | 303 |
|
|
| spatial memory | 119 |
|
|
| NPC behavior | 88 |
|
|
| multi-user bridge | 80 |
|
|
| room state | 71 |
|
|
|
|
## Script
|
|
|
|
The merge is performed by `scripts/merge_code_patterns_573.py`. Run it to (re)generate the 5K dataset from source files.
|
|
|
|
## Verification
|
|
|
|
```bash
|
|
wc -l ~/.hermes/training-data/code-patterns.jsonl # Expect: 5000
|
|
```
|