Skip to content

sync(standards): add canonical standards from kanon - #1

Merged
forkwright merged 1 commit into
mainfrom
sync/add-standards
Apr 10, 2026
Merged

sync(standards): add canonical standards from kanon#1
forkwright merged 1 commit into
mainfrom
sync/add-standards

Conversation

@forkwright

Copy link
Copy Markdown
Owner

Summary

Plegma had no local `standards/` directory. Applied `kanon sync --standards --apply` to populate all 39 canonical standards documents from `kanon/crates/basanos/standards/`.

CLAUDE.md already references kanon standards via URL — local copies now available for offline reference and agent consumption.

Refs forkwright/kanon#1004.

Gate-Passed: kanon 0.1.0

@github-actions

Copy link
Copy Markdown
Contributor

⚠️Large PR detected — 39 files, 19860 lines changed.

Consider splitting into smaller PRs for easier review. Not a blocker, just a signal.

Plegma had no local standards/ directory. Applied `kanon sync
--standards --apply` to populate all 39 canonical standards documents
from kanon/crates/basanos/standards/.
Also adds .gitleaks.toml (required by CI but was missing).
CLAUDE.md already references kanon standards via URL. Local copies now
available for offline reference and agent consumption.
Refs forkwright/kanon#1004.
Gate-Passed: kanon 0.1.0
@forkwright
forkwright merged commit 65876a4 into mainApr 10, 2026
9 checks passed
@forkwright
forkwright deleted the sync/add-standards branch April 10, 2026 15:54
forkwright added a commit that referenced this pull request Apr 19, 2026
Flip hamma's contributor flow from GitHub-authoritative to forge-authoritative per kanon's Phase 05e cutover plan (projects/kanon/phases/05-forge-prs/subphases/05e-cutover/PLAN.md).
Adapted from the dioptron template (forkwright/dioptron#1, 2026-04-19). CI-pipeline section rewritten for hamma's full Rust gate (fmt -> check -> clippy -> nextest -> kanon lint), matching the .kanon-ci.toml memory caps landed in #14.
PR 1 of 3. PRs 2 and 3 remove the G1/G2-dependent GitHub workflows (basanos-check.yml, pr-hygiene.yml) that the forge-native gate replaces - one workflow-file per PR for auditability.
Gate-Passed: kanon 0.1.0
forkwright pushed a commit that referenced this pull request Apr 19, 2026
Remove the GitHub Actions workflow that ran kanon lint on PRs opened against the GitHub mirror (G1 shim from 03f-f). Hamma is now forge-native per #1; the authoritative gate is the forge CI pipeline defined in .kanon-ci.toml, which runs kanon lint as one of five stages.
External contributors still open PRs on the GitHub mirror; those are ingested by 05d and gated on the forge side, same as forge-native PRs - no enforcement gap.
Per kanon's 05e PLAN: one workflow-file per PR for auditability.
projects/kanon/phases/05-forge-prs/subphases/05e-cutover/PLAN.md
PR 2 of 3. PR 3 removes pr-hygiene.yml (G2 trailer enforcement shim).
Gate-Passed: kanon 0.1.0
forkwright pushed a commit that referenced this pull request Apr 19, 2026
Remove the GitHub Actions workflow that enforced PR-title hygiene and Gate-Passed trailer presence on mirror PRs (G2 shim from 03f-f). With hamma forge-native per #1, trailer application and merge-commit discipline are handled structurally by kanon pr merge - the forge stamps Gate-Passed: kanon <version> on the merge commit and squash-only defaults keep main linear.
Non-G1/G2 workflows (release-please, codeql, stale, dependabot-auto-merge, ci.yml, rust.yml, nightly.yml, security.yml) stay on GitHub per the 03f-f execution-order decisions.
Per kanon's 05e PLAN: one workflow-file per PR for auditability.
projects/kanon/phases/05-forge-prs/subphases/05e-cutover/PLAN.md
PR 3 of 3. Completes the hamma cutover arc.
Gate-Passed: kanon 0.1.0
forkwright added a commit that referenced this pull request May 29, 2026
Plegma had no local standards/ directory. Applied `kanon sync
--standards --apply` to populate all 39 canonical standards documents
from kanon/crates/basanos/standards/.
Also adds .gitleaks.toml (required by CI but was missing).
CLAUDE.md already references kanon standards via URL. Local copies now
available for offline reference and agent consumption.
Refs forkwright/kanon#1004.
Gate-Passed: kanon 0.1.0
Co-authored-by: Cody Kickertz <cody@forkwright.com>
forkwright added a commit that referenced this pull request May 29, 2026
Flip hamma's contributor flow from GitHub-authoritative to forge-authoritative per kanon's Phase 05e cutover plan (projects/kanon/phases/05-forge-prs/subphases/05e-cutover/PLAN.md).
Adapted from the dioptron template (forkwright/dioptron#1, 2026-04-19). CI-pipeline section rewritten for hamma's full Rust gate (fmt -> check -> clippy -> nextest -> kanon lint), matching the .kanon-ci.toml memory caps landed in #14.
PR 1 of 3. PRs 2 and 3 remove the G1/G2-dependent GitHub workflows (basanos-check.yml, pr-hygiene.yml) that the forge-native gate replaces - one workflow-file per PR for auditability.
Gate-Passed: kanon 0.1.0
forkwright pushed a commit that referenced this pull request May 29, 2026
Remove the GitHub Actions workflow that ran kanon lint on PRs opened against the GitHub mirror (G1 shim from 03f-f). Hamma is now forge-native per #1; the authoritative gate is the forge CI pipeline defined in .kanon-ci.toml, which runs kanon lint as one of five stages.
External contributors still open PRs on the GitHub mirror; those are ingested by 05d and gated on the forge side, same as forge-native PRs - no enforcement gap.
Per kanon's 05e PLAN: one workflow-file per PR for auditability.
projects/kanon/phases/05-forge-prs/subphases/05e-cutover/PLAN.md
PR 2 of 3. PR 3 removes pr-hygiene.yml (G2 trailer enforcement shim).
Gate-Passed: kanon 0.1.0
forkwright pushed a commit that referenced this pull request May 29, 2026
Remove the GitHub Actions workflow that enforced PR-title hygiene and Gate-Passed trailer presence on mirror PRs (G2 shim from 03f-f). With hamma forge-native per #1, trailer application and merge-commit discipline are handled structurally by kanon pr merge - the forge stamps Gate-Passed: kanon <version> on the merge commit and squash-only defaults keep main linear.
Non-G1/G2 workflows (release-please, codeql, stale, dependabot-auto-merge, ci.yml, rust.yml, nightly.yml, security.yml) stay on GitHub per the 03f-f execution-order decisions.
Per kanon's 05e PLAN: one workflow-file per PR for auditability.
projects/kanon/phases/05-forge-prs/subphases/05e-cutover/PLAN.md
PR 3 of 3. Completes the hamma cutover arc.
Gate-Passed: kanon 0.1.0
@github-actionsgithub-actionsBot mentioned this pull request Jul 16, 2026
forkwright pushed a commit that referenced this pull request Jul 28, 2026
🤖 I have created a release *beep* *boop*
---
<details><summary>0.2.0</summary>
## [0.2.0](v0.1.0...v0.2.0)
(2026-07-28)
### Features
* **_llm:** add T0 corpus per
[#667](https://github.com/forkwright/hamma/issues/667) /
[#673](https://github.com/forkwright/hamma/issues/673) fleet rollout
([#10](#10))
([0568f51](0568f51))
* **control:** instrument async control client entry points
([#37](#37))
([e80622f](e80622f)),
closes [#20](#20)
* **control:** support zstd map responses
([dd5ab90](dd5ab90))
* **dictyon:** add TCP/TLS connection, registration, and map streaming
([a311d8a](a311d8a))
* **dictyon:** control protocol types and map response parser
([dfc25c7](dfc25c7))
* **dictyon:** migrate tracing init to koinon
([e5a4260](e5a4260))
* **dictyon:** Noise IK handshake, key types, HTTP transport skeleton
([aafea4f](aafea4f))
* **dictyon:** trace wire noise transport phases
([#38](#38))
([2d80231](2d80231)),
closes [#20](#20)
### Bug Fixes
* **cargo:** track lockfile for pinned rust toolchain
([#30](#30))
([e6a2f01](e6a2f01)),
closes [#29](#29)
* **ci:** resolve cargo-deny + MSRV + binary smoke failures
([#13](#13))
([9bb4533](9bb4533))
* **ci:** waive gate attestation by PR author, not by github.actor
([#69](#69))
([764422e](764422e)),
closes [#68](#68)
* **control:** accept node id peer removals
([7debc6b](7debc6b))
* **control:** apply peer patch map deltas
([#33](#33))
([dfc3731](dfc3731))
* **core:** parse peer patch map fields
([0686a66](0686a66))
* **deps:** clear RUSTSEC-2026-0190 via anyhow lockfile bump
([#56](#56))
([2423485](2423485))
* **lint:** add non_exhaustive to public error enums, mark public-key
fields
([0355297](0355297))
* **lint:** mechanical wins — allow→expect, indexing/slicing, casts,
http→https
([9e339db](9e339db))
* **lint:** resolve clippy warnings in hamma-core and wire integration
test ([#42](#42))
([079ad5e](079ad5e))
* **lint:** suppress pub-visibility for library API surface
([6d54674](6d54674))
* **lint:** unblock kanon gate
([f93ff63](f93ff63))
* **release:** bump the internal hamma-core pin and Cargo.lock with the
release ([#71](#71))
([dfdfc35](dfdfc35)),
closes [#70](#70)
* resolve 1 lint violations via local
([#8](#8))
([0d4aa84](0d4aa84))
### Refactoring
* **dictyon:** replace expect with ? and rename test helper
([#9](#9))
([655b783](655b783))
* **lint:** split oversized modules; add hamma-core integration tests
([fa8f54f](fa8f54f))
* rename plegma→hamma, plegma-core→hamma-core
([a67f792](a67f792))
### Documentation
* add CLAUDE.md precedence preamble
(forge[#153](https://github.com/forkwright/hamma/issues/153))
([e91ebea](e91ebea))
* add CONTRIBUTING.md for 05e cutover
([#1](#1))
([9dd5f87](9dd5f87))
* add llms.txt per kanon doc standards (refs
[#10](#10))
([#11](#11))
([e869fe1](e869fe1))
* **agents:** add AGENTS.md per fleet repo-structure standard
([#40](#40))
([0382da1](0382da1))
* **hamma:** align pre-alpha status
([#6](#6))
([873a6c3](873a6c3))
* **hamma:** replace standards copy with kanon pointer
([#8](#8))
([324ff18](324ff18))
* sanitize local bootstrap docs
([4c57d40](4c57d40))
* **standards:** add canonical standards from kanon
([#1](#1))
([81e5007](81e5007))
</details>
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@forkwright