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
Accelerator
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 }}
ravecat
/
opalesce
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
6
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: ravecat/opalesce
Actions
All workflows
Workflows
check
check
publish packages
publish packages
Show more workflows...
Management
Caches
Deployments
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
33 workflow runs
33 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
feat(plugin): add TypeScript plugin Changes: - Add a lazy Core-owned interaction contract for normalized AsyncAPI schemas, messages, channels, operations, replies, and dependencies. - Add the independently publishable @opalesce/plugin-typescript package with deterministic ESM type generation and conformance fixtures. - Keep output plugins out of the opalesce runtime facade while proving public package composition through CLI and type contracts. - Record the package boundary, design decisions, review blo...
check
#15:
Commit
f6d94ec
pushed by
ravecat
2m 8s
master
master
2m 8s
View workflow file
fix(json-schema): emit standalone component schemas Changes: - Emit one Draft 07 resource per named AsyncAPI component plus a deterministic schema index. - Rewrite cross-file references, preserve recursive and authored resource semantics, and reject unsafe artifact filenames. - Validate the complete in-memory resource set with strict Ajv before returning artifacts. - Replace bundle fixtures and documentation, sync the main OpenSpec capabilities, and archive the completed change. Validation: - just chec...
check
#14:
Commit
034847f
pushed by
ravecat
3m 37s
master
master
3m 37s
View workflow file
docs(json-schema): document output plugin design Changes: - Record the standards research and policy boundaries behind the Draft 07 bundle format. - Define the unresolved source contract and JSON Schema output requirements in OpenSpec. - Capture implementation decisions, risks, completed tasks, and validation coverage. Validation: - pnpm exec oxfmt --check docs/research/json-schema-output-plugin.md openspec/changes/add-json-schema-output-plugin - pnpm exec openspec validate add-json-schema-output-plugi...
check
#13:
Commit
8770d55
pushed by
ravecat
1m 33s
master
master
1m 33s
View workflow file
refactor(plugins)!: return artifacts from generate
check
#12:
Pull request
#11
opened by
ravecat
2m 9s
agent/return-plugin-artifacts
agent/return-plugin-artifacts
2m 9s
View #11
View workflow file
refactor(plugins)!: return artifacts from generate Replace the build hook and emit capability with a generate operation that returns readonly text artifacts for centralized validation and persistence. Closes #10
check
#11:
Commit
1683ce9
pushed by
ravecat
3m 11s
agent/return-plugin-artifacts
agent/return-plugin-artifacts
3m 11s
View #11
View workflow file
build(release): clarify generated commit message Changes: - Describe generated release commits as publishing multiple packages. - Keep Nx-provided project and version details in the independent release commit body. Validation: - nix develop -c pnpm exec nx release --dry-run --skip-publish - nix develop -c just check Closes: #9
check
#10:
Commit
6004c7d
pushed by
ravecat
1m 30s
master
master
1m 30s
View workflow file
fix(ci): ignore generated changelogs in formatting Changes: - Exclude Nx Release-generated package changelogs from Oxfmt validation. - Keep handwritten workspace sources checked without recurring failures after release commits. Validation: - nix develop -c just check
check
#9:
Commit
b2c2cb0
pushed by
ravecat
3m 37s
master
master
3m 37s
View workflow file
docs(plugins): add local authoring fixture Changes: - Replace the duplicate public example and golden smoke comparison with one local learning fixture. - Keep the commented report plugin beside its consuming config and document the authoring boundary. - Route the existing generate recipe through the fixture while leaving generated artifacts untracked. Validation: - nix develop -c just generate - nix develop -c just check Closes: #8
check
#8:
Commit
4101f4a
pushed by
ravecat
2m 11s
master
master
2m 11s
View workflow file
npm release - master
publish packages
#21:
Manually run by
ravecat
2m 56s
master
master
2m 56s
View workflow file
build(workspace): build checked packages Changes: - Build each package before running its aggregate check target. - Reuse the build target dependency graph to build upstream packages first. - Make clean-runner executable tests use current package output. Validation: - pnpm exec oxfmt --check nx.json - clean workspace: pnpm install --frozen-lockfile && just check
check
#7:
Commit
fe0ae67
pushed by
ravecat
2m 10s
master
master
2m 10s
View workflow file
ci(release): bootstrap packages at 0.1.0 Changes: - Select an explicit 0.1.0 version while no package release tags exist. - Reuse the previewed specifier when creating the release commit and tags. - Reject partially tagged package state instead of deriving inconsistent initial versions. Validation: - pnpm exec oxfmt --check .github/workflows/publish.yml - pnpm exec nx release 0.1.0 --dry-run --skip-publish - nix develop --command just check
check
#6:
Commit
b8d5a7a
pushed by
ravecat
2m 47s
master
master
2m 47s
View workflow file
build(workspace): build checked packages Changes: - Build each package before running its aggregate check target. - Reuse the build target dependency graph to build upstream packages first. - Make clean-runner executable tests use current package output. Validation: - pnpm exec oxfmt --check nx.json - clean workspace: pnpm install --frozen-lockfile && just check
check
#5:
Commit
fe0ae67
pushed by
ravecat
1m 20s
master
master
1m 20s
View workflow file
build(workspace): build dependencies before checks Changes: - Make package checks build upstream workspace dependencies first. - Resolve internal package declarations from current outputs on clean runners. - Keep package source typechecks and tests unchanged. Validation: - pnpm exec oxfmt --check nx.json - NX_SKIP_NX_CACHE=true just check
check
#4:
Commit
d3411fa
pushed by
ravecat
1m 15s
master
master
1m 15s
View workflow file
ci(release): preview before publishing packages Changes: - Run workspace checks and an Nx release dry run before the publishing job. - Publish automatically after a successful manual workflow dispatch on the default branch. - Pin both jobs to the dispatched commit and keep npm token setup optional. - Disable Nx analytics for deterministic automation. Validation: - pnpm exec oxfmt --check .github/workflows/publish.yml - nix develop --command just check
check
#3:
Commit
9ee6fea
pushed by
ravecat
2m 56s
master
master
2m 56s
View workflow file
build(workspace): simplify Just command routing Changes: - Route arbitrary Nx invocations through one positional Just recipe. - Consolidate lint, formatting validation, and aggregate package checks under check. - Inline the fixed pnpm command and remove redundant one-line aliases. Validation: - nix develop --command just --list - nix develop --command just nx --version - nix develop --command just check Closes: #5
check
#2:
Commit
0d40c0d
pushed by
ravecat
2m 51s
master
master
2m 51s
View workflow file
Release preview - master
publish packages
#20:
Commit
97d4cee
pushed by
ravecat
1m 7s
master
master
1m 7s
View workflow file
feat(core): add AsyncAPI document parser Changes: - Add the private @opalesce/core ESM package around the official AsyncAPI document model. - Preserve parser diagnostics and reject missing documents or error-severity results with a typed error. - Add Nx package verification, declaration consumer checks, and AsyncAPI 3.0 and 3.1 coverage. - Mark the Core implementation tasks complete in the active OpenSpec change. Validation: - pnpm run check:workspace - openspec validate establish-nx-workspace-and-core...
check
#1:
Commit
97d4cee
pushed by
ravecat
1m 7s
master
master
1m 7s
View workflow file
Release publish - beta
publish packages
#19:
Commit
0c63530
pushed by
ravecat
37s
beta
beta
37s
View workflow file
Release publish - beta
publish packages
#18:
Commit
9114388
pushed by
ravecat
35s
beta
beta
35s
View workflow file
Release publish - beta
publish packages
#17:
Commit
207b82d
pushed by
ravecat
30s
beta
beta
30s
View workflow file
Release publish - beta
publish packages
#16:
Commit
605ebe5
pushed by
ravecat
36s
beta
beta
36s
View workflow file
Release publish - beta
publish packages
#15:
Commit
722c54b
pushed by
ravecat
36s
beta
beta
36s
View workflow file
Release publish - beta
publish packages
#14:
Manually run by
ravecat
43s
beta
beta
43s
View workflow file
Release preview - beta
publish packages
#13:
Commit
4b0f533
pushed by
ravecat
36s
beta
beta
36s
View workflow file
Release preview - master
publish packages
#12:
Commit
4b0f533
pushed by
ravecat
36s
master
master
36s
View workflow file
Previous
1
2
Next
You can’t perform that action at this time.