Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Railly/agentfiles

Tags

0.7.4

Toggle 0.7.4's commit message

Verified

This tag was signed with the committer’s verified signature.
Railly Railly Hugo
Release 0.7.4 — scanner cleanup round 2 + attestation

0.7.3

Toggle 0.7.3's commit message

Verified

This tag was signed with the committer’s verified signature.
Railly Railly Hugo
Release 0.7.3 — fix all scanner issues

0.7.2

Toggle 0.7.2's commit message
chore: release 0.7.2 — avoid fetch global in landing

0.7.1

Toggle 0.7.1's commit message
fix: safe frontmatter stringify + ignore web/ in eslint

- src/views/detail.ts: handle object/string/number/boolean explicitly to avoid [object Object]
- eslint.config.mjs: re-enable no-base-to-string, ignore web/**
- bump to 0.7.1

0.7.0

Toggle 0.7.0's commit message
chore: bump to 0.7.0

0.6.0

Toggle 0.6.0's commit message
chore: bump to 0.6.0

0.5.0

Toggle 0.5.0's commit message
chore: 0.5.0 — conversation explorer, streamlined README

- Conversation Explorer by @victorgalvez56 (async, streaming, secure)
- README rewritten: concise install + feature overview
- Version bump to 0.5.0

0.4.4

Toggle 0.4.4's commit message
chore: bump version to 0.4.4

0.4.3

Toggle 0.4.3's commit message
feat: Create Skill button with template scaffolding

- New "Create" button in sidebar below Marketplace
- Modal with name input + target dropdown (agent + type)
- Creates SKILL.md in directory for skills, flat .md for commands
- Auto-refreshes store and selects the new skill after creation
- Slugifies name for filesystem, validates for duplicates

Closes #17

0.4.2

Toggle 0.4.2's commit message
fix: scan nested skill directories up to 3 levels deep

scanDirectoryWithSkillMd only checked one level, missing grouped
structures like ~/.agents/skills/<group>/skills/<name>/SKILL.md

Now recurses into subdirs that don't contain SKILL.md, up to depth 3.

Also includes skillkit binary validation (isCrafterSkillkit).

Closes #16