Promote development → main: implementation plan and milestones for notary-v2 registry#32
Merged
Conversation
…oss all 13 repos (#14) * chore: attribute project to Jean Machuca with GitHub Sponsors * chore: add * 2.* pattern to .gitignore for editor backups * docs: add cross-repo navigation links to README (#3) * docs: add contributing section to README (#5) * fix: resolve merge conflict markers in README (#10) * feat: add release-tag.sh for coordinated annotated SemVer tagging across all 13 repos
Replace llama-cli subprocess tasks with CGo bridge tasks: - Vendor llama.cpp submodule, bridge.go, cgobackend.go, loadopts.go - cmake + gcc toolchain in Dockerfile - Fix cograw bugs and replace exec.Command with CGo - Phase 5 cleanup: remove CLIBackend and --backend cli flag
- scripts/healthcheck.sh: cross-repo CI health check script
- Checks all 11 CognitiveOS repos: git status, branch, tag, Go
build/vet, sh syntax/shellcheck, Dockerfile conventions,
CGO_ENABLED=1, cograw target, stale refs, build tags
- Supports --work-dir, --report-dir, --branch, --json, --quiet
- Exits 1 on any failure, 0 on all pass
- Delete scripts/test-ci-locally.sh (superseded by healthcheck.sh)
- .github/workflows/healthcheck.yml: scheduled weekly (Mon 06:00 UTC)
+ workflow_dispatch, upload artifact, auto-create issue on failure
The healthcheck workflow redirected stderr into the JSON result file (2>&1), corrupting the JSON with human-readable report output. The script writes JSON to stdout and the report to stderr separately.
* chore: attribute project to Jean Machuca with GitHub Sponsors * chore: add * 2.* pattern to .gitignore for editor backups * docs: add cross-repo navigation links to README (#3) * docs: add contributing section to README (#5) * fix: resolve merge conflict markers in README (#10) * feat: add release-tag.sh for coordinated annotated SemVer tagging across all 13 repos
…, --force fetch (#25) * docs: fix stale HTTPS link to jeanmachuca/aiworkspace * fix: update release-tag.sh to use gh repo clone, fix .github name collision, add --force to git fetch tags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates Phase 7 to reflect notary-proxy architecture, A1-A10 validation, PUT endpoint, scoped auth, file-backed store. M6 checkboxes reflect actual implementation state.