Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
CanyonCodeCoreAI
/
canyonos
Public
forked from
UT-InfraAI/ventis
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
12
Pull requests
24
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat(core): declare and enforce the manifest and agent-YAML schema
- #178
#178
Merged
userAugustos
merged 32 commits into
main
CanyonCodeCoreAI/canyonos:main
from
feat/manifest-schema
CanyonCodeCoreAI/canyonos:feat/manifest-schema
Copy head branch name to clipboard
Sep 24, 2026
Conversation
Commits
32
(32)
Checks
Files changed
Merged
feat(core): declare and enforce the manifest and agent-YAML schema
#178
userAugustos
merged 32 commits into
main
CanyonCodeCoreAI/canyonos:main
from
feat/manifest-schema
CanyonCodeCoreAI/canyonos:feat/manifest-schema
Copy head branch name to clipboard
Commits
Commits on Sep 22, 2026
feat: declare the manifest and agent-YAML schema in core
Show description for 4bfe54f
userAugustos
committed
4bfe54f
View commit details
Copy full SHA for 4bfe54f
Browse repository at this point
feat: validate the manifest before the in-container deploy builds anything
Show description for 585730c
userAugustos
committed
585730c
View commit details
Copy full SHA for 585730c
Browse repository at this point
fix: fail the build when an app pin conflicts with a platform pin
Show description for d88284e
userAugustos
committed
d88284e
View commit details
Copy full SHA for d88284e
Browse repository at this point
fix: support environment references in string fields only
Show description for fe43773
userAugustos
committed
fe43773
View commit details
Copy full SHA for fe43773
Browse repository at this point
refactor: gate the build once, and point a pin conflict at the entry to edit
Show description for ddaa940
userAugustos
committed
ddaa940
View commit details
Copy full SHA for ddaa940
Browse repository at this point
fix: accept a fractional otel timeout, and keep the variable name in a rejection
Show description for d7828cc
userAugustos
committed
d7828cc
View commit details
Copy full SHA for d7828cc
Browse repository at this point
fix: reject a service whose code is not in the project
Show description for 37b444b
userAugustos
committed
37b444b
View commit details
Copy full SHA for 37b444b
Browse repository at this point
fix: name a missing source file the way the manifest writes it
Show description for 11a9f44
userAugustos
committed
11a9f44
View commit details
Copy full SHA for 11a9f44
Browse repository at this point
fix: build from the same expanded config the schema validated
Show description for 94bdf6d
userAugustos
committed
94bdf6d
View commit details
Copy full SHA for 94bdf6d
Browse repository at this point
fix: reject a key set twice in one mapping
Show description for 9356d13
userAugustos
committed
9356d13
View commit details
Copy full SHA for 9356d13
Browse repository at this point
fix: match a pinned package however its name is spelled
Show description for cda1cb1
userAugustos
committed
cda1cb1
View commit details
Copy full SHA for cda1cb1
Browse repository at this point
merge: main into feat/manifest-schema
Show description for 638cc47
userAugustos
committed
638cc47
View commit details
Copy full SHA for 638cc47
Browse repository at this point
fix: accept any provider casing, and retire the database key
Show description for af883dd
userAugustos
committed
af883dd
View commit details
Copy full SHA for af883dd
Browse repository at this point
fix(cli): read the local Redis port doctor checks from the deploy config
Show description for effc4e6
userAugustos
committed
effc4e6
View commit details
Copy full SHA for effc4e6
Browse repository at this point
fix: reject non-finite and overflowing numbers
Show description for 315bde1
userAugustos
committed
315bde1
View commit details
Copy full SHA for 315bde1
Browse repository at this point
fix: reject a Windows-rooted entrypoint or workflow file
Show description for 092bd38
userAugustos
committed
092bd38
View commit details
Copy full SHA for 092bd38
Browse repository at this point
fix: treat an empty required list as missing
Show description for 9fdeba0
userAugustos
committed
9fdeba0
View commit details
Copy full SHA for 9fdeba0
Browse repository at this point
fix: combine every bound on a package before checking its pin
Show description for 19e28ff
userAugustos
committed
19e28ff
View commit details
Copy full SHA for 19e28ff
Browse repository at this point
fix: count a strictly-greater-than-the-pin request as newer
Show description for 757cbbf
userAugustos
committed
757cbbf
View commit details
Copy full SHA for 757cbbf
Browse repository at this point
Commits on Sep 23, 2026
Merge branch 'main' into feat/manifest-schema
userAugustos
authored
ae2323b
View commit details
Copy full SHA for ae2323b
Browse repository at this point
fix: read the manifest through one loader that expands ${VAR}
Show description for 853018b
userAugustos
committed
853018b
View commit details
Copy full SHA for 853018b
Browse repository at this point
fix: generate stubs from the declaration the schema checked
Show description for 5e1953e
userAugustos
committed
5e1953e
View commit details
Copy full SHA for 5e1953e
Browse repository at this point
fix: check otel destinations with the exporter's own rules
Show description for e216230
userAugustos
committed
e216230
View commit details
Copy full SHA for e216230
Browse repository at this point
fix: only check ec2: for EC2 deploys, and treat an unset ${VAR} as missing
Show description for 58cac35
userAugustos
committed
58cac35
View commit details
Copy full SHA for 58cac35
Browse repository at this point
fix: accept a fractional poll_interval and cleanup_interval
Show description for 4417b58
userAugustos
committed
4417b58
View commit details
Copy full SHA for 4417b58
Browse repository at this point
fix: check every requirement the image installs against the platform pins
Show description for 4a0cfd8
userAugustos
committed
4a0cfd8
View commit details
Copy full SHA for 4a0cfd8
Browse repository at this point
fix: keep canyonos doctor running on a config with a bad redis_port
Show description for 69b80ff
userAugustos
committed
69b80ff
View commit details
Copy full SHA for 69b80ff
Browse repository at this point
fix: reject an entrypoint or workflow file that resolves outside the project
Show description for 31a8d1d
userAugustos
committed
31a8d1d
View commit details
Copy full SHA for 31a8d1d
Browse repository at this point
fix: report every problem in an entry, at the line it is on, from one parse
Show description for 45537e9
userAugustos
committed
45537e9
View commit details
Copy full SHA for 45537e9
Browse repository at this point
Commits on Sep 24, 2026
fix: close the gaps CodeRabbit found in the schema and pin checks
Show description for f6afc87
userAugustos
committed
f6afc87
View commit details
Copy full SHA for f6afc87
Browse repository at this point
Merge main into PR 178
userAugustos
committed
9804061
View commit details
Copy full SHA for 9804061
Browse repository at this point
Merge latest main into PR 178
userAugustos
committed
407a102
View commit details
Copy full SHA for 407a102
Browse repository at this point
You can’t perform that action at this time.