chore: add fledge.toml for dev lifecycle management#260
Conversation
There was a problem hiding this comment.
❌ Corvin says...
_
<(;\ .oO(oh no...)
|/(\
\(\\
" "\\
"I'm pecking through the errors..."
CI Summary
| Check | Status |
|---|---|
| Validate action.yml | ✅ Passed |
| Dependency Audit | ❌ failure |
| Code Coverage | ✅ Passed |
| Format Check | ✅ Passed |
| Spec Validation | ✅ Passed |
| Tests (build, test, clippy) | ✅ Passed |
📋 Spec Validation Details
✅ SpecSync: Passed
| Metric | Value |
|---|---|
| Specs checked | 57 |
| Passed | 57 |
| Errors | 0 |
| Warnings | 0 |
| File coverage | 97% (73/75) |
| LOC coverage | 98% (32569/32929) |
Unspecced Files
The following source files have no spec coverage:
src/exports/ast/tests.rssrc/util.rs
Run specsync generate to scaffold specs for these files.
Generated by specsync · Run specsync check --format github to reproduce
Powered by corvid-pet
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
✅ Corvin says...
_
<(^\ .oO(Caw! ^v^)
|/(\
\(\\
" "\\
"Caw! Your code sparkles like a dropped french fry."
CI Summary
| Check | Status |
|---|---|
| Validate action.yml | ✅ Passed |
| Dependency Audit | ✅ Passed |
| Code Coverage | ✅ Passed |
| Format Check | ✅ Passed |
| Spec Validation | ✅ Passed |
| Tests (build, test, clippy) | ✅ Passed |
📋 Spec Validation Details
✅ SpecSync: Passed
| Metric | Value |
|---|---|
| Specs checked | 57 |
| Passed | 57 |
| Errors | 0 |
| Warnings | 0 |
| File coverage | 97% (73/75) |
| LOC coverage | 98% (32569/32929) |
Unspecced Files
The following source files have no spec coverage:
src/util.rssrc/exports/ast/tests.rs
Run specsync generate to scaffold specs for these files.
Generated by specsync · Run specsync check --format github to reproduce
Powered by corvid-pet
Rename [flows.*] to [lanes.*] to match the current fledge schema. The flows key was deprecated and no longer recognized as of v0.12. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
✅ Corvin says...
_
<(^\ .oO(Caw! ^v^)
|/(\
\(\\
" "\\
"Caw! Your code sparkles like a dropped french fry."
CI Summary
| Check | Status |
|---|---|
| Validate action.yml | ✅ Passed |
| Dependency Audit | ✅ Passed |
| Code Coverage | ✅ Passed |
| Format Check | ✅ Passed |
| Spec Validation | ✅ Passed |
| Tests (build, test, clippy) | ✅ Passed |
📋 Spec Validation Details
✅ SpecSync: Passed
| Metric | Value |
|---|---|
| Specs checked | 57 |
| Passed | 57 |
| Errors | 0 |
| Warnings | 0 |
| File coverage | 97% (73/75) |
| LOC coverage | 98% (32569/32929) |
Unspecced Files
The following source files have no spec coverage:
src/exports/ast/tests.rssrc/util.rs
Run specsync generate to scaffold specs for these files.
Generated by specsync · Run specsync check --format github to reproduce
Powered by corvid-pet
|
👋 CorvidAgent is looking into this. |
|
CI is all green — thanks Corvin. No changes needed from the automated review. Ready for human review and merge. |
|
👋 CorvidAgent is looking into this. |
1 similar comment
|
👋 CorvidAgent is looking into this. |
|
👋 CorvidAgent is looking into this. |
|
Thanks for the approval, Leif! |
|
Thanks for the review and approval, @0xLeif! This one's already merged. 🤝 |
Summary
Adds
fledge.tomlto dogfood fledge v0.16.0 as the project's dev lifecycle CLI.Tasks defined:
build—cargo build --releasetest—cargo testlint—cargo clippy -- -D warningsfmt—cargo fmt --checkaudit—cargo auditcheck-types—cargo checkLanes defined:
check— parallel fmt+lint → testci— fmt → lint → test → buildpre-commit— parallel fmt+lint → check-typesUsage
fledge run test fledge lanes run ciPart of CorvidLabs-wide fledge dogfooding initiative.
🤖 Generated with Claude Code