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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
wafer-space
/
platform.wafer.space
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
3
Code
Issues
144
Pull requests
11
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
feat: Chip-on-Board (CoB) packaging support (#259)
- #265
#265
Merged
mithro
merged 23 commits into
main
wafer-space/platform.wafer.space:main
from
feature/chip-on-board-packaging
wafer-space/platform.wafer.space:feature/chip-on-board-packaging
Copy head branch name to clipboard
Jun 21, 2026
Conversation
Commits
23
(23)
Checks
Files changed
Merged
feat: Chip-on-Board (CoB) packaging support (#259)
#265
mithro
merged 23 commits into
main
wafer-space/platform.wafer.space:main
from
feature/chip-on-board-packaging
wafer-space/platform.wafer.space:feature/chip-on-board-packaging
Copy head branch name to clipboard
Commits
Commits on Jun 10, 2026
docs: add Chip-on-Board packaging design spec
Show description for de285b3
mithro
and
claude
committed
de285b3
View commit details
Copy full SHA for de285b3
Browse repository at this point
docs: address spec review - read --cob live, drop snapshot field
Show description for 40667ec
mithro
and
claude
committed
40667ec
View commit details
Copy full SHA for 40667ec
Browse repository at this point
docs: model CoB re-check on the precheck-version-change pattern
Show description for f30fc64
mithro
and
claude
committed
f30fc64
View commit details
Copy full SHA for f30fc64
Browse repository at this point
docs: fix CoB re-check to cancel in-progress checks explicitly
Show description for 57443a9
mithro
and
claude
committed
57443a9
View commit details
Copy full SHA for 57443a9
Browse repository at this point
docs: note stale create_check_drc_update docstring as impl follow-up
Show description for 10e2bfb
mithro
and
claude
committed
10e2bfb
View commit details
Copy full SHA for 10e2bfb
Browse repository at this point
docs: revise CoB spec for scheduled superseded cleanup (#261/PR #262)
Show description for c025392
mithro
and
claude
committed
c025392
View commit details
Copy full SHA for c025392
Browse repository at this point
docs: fix CoB spec teardown sequence and tighten stale-FINISH rationale
Show description for 02abaaa
mithro
and
claude
committed
02abaaa
View commit details
Copy full SHA for 02abaaa
Browse repository at this point
docs: add CoB packaging implementation plan
Show description for 6a209df
mithro
and
claude
committed
6a209df
View commit details
Copy full SHA for 6a209df
Browse repository at this point
docs: address plan review - fix red-phase tests and line refs
Show description for 26658c8
mithro
and
claude
committed
26658c8
View commit details
Copy full SHA for 26658c8
Browse repository at this point
feat: add Project.chip_on_board field (#259)
Show description for 316b978
mithro
and
claude
committed
316b978
View commit details
Copy full SHA for 316b978
Browse repository at this point
feat: add COB_CHANGE manufacturability trigger reason (#259)
Show description for 98e9f87
mithro
and
claude
committed
98e9f87
View commit details
Copy full SHA for 98e9f87
Browse repository at this point
docs: extend plan Task 7 to cover trigger-reason badge chains
Show description for 7280b5e
mithro
and
claude
committed
7280b5e
View commit details
Copy full SHA for 7280b5e
Browse repository at this point
feat: add create_check_cob_change model method (#259)
Show description for 04806a2
mithro
and
claude
committed
04806a2
View commit details
Copy full SHA for 04806a2
Browse repository at this point
feat: pass --cob to precheck when chip_on_board is set (#259)
Show description for ac9e265
mithro
and
claude
committed
ac9e265
View commit details
Copy full SHA for ac9e265
Browse repository at this point
feat: add CoB checkbox to project form (#259)
Show description for 34243d9
mithro
and
claude
committed
34243d9
View commit details
Copy full SHA for 34243d9
Browse repository at this point
refactor: inherit CoB help text from model field
Show description for 804845a
mithro
and
claude
committed
804845a
View commit details
Copy full SHA for 804845a
Browse repository at this point
feat: re-run manufacturability check when CoB toggled (#259)
Show description for f23c5b4
mithro
and
claude
committed
f23c5b4
View commit details
Copy full SHA for f23c5b4
Browse repository at this point
refactor: use named constant and type hints in CoB toggle tests
Show description for 6ee5ab8
mithro
and
claude
committed
6ee5ab8
View commit details
Copy full SHA for 6ee5ab8
Browse repository at this point
feat: show CoB packaging badges (#259)
Show description for 264022c
mithro
and
claude
committed
264022c
View commit details
Copy full SHA for 264022c
Browse repository at this point
test: tighten CoB badge assertions
Show description for 7ca1322
mithro
and
claude
committed
7ca1322
View commit details
Copy full SHA for 7ca1322
Browse repository at this point
Commits on Jun 18, 2026
fix: lock source check row in create_check_cob_change
Show description for aefbe51
mithro
and
claude
committed
aefbe51
View commit details
Copy full SHA for aefbe51
Browse repository at this point
fix: don't 500 when CoB re-check creation fails post-save
Show description for ae7ec14
mithro
and
claude
committed
ae7ec14
View commit details
Copy full SHA for ae7ec14
Browse repository at this point
Commits on Jun 20, 2026
fix: label non-CoB packaging as "Bare Die" instead of "Standard"
Show description for ebc828a
mithro
and
claude
committed
ebc828a
View commit details
Copy full SHA for ebc828a
Browse repository at this point
You can’t perform that action at this time.