Skip to content

feat!: reform repository as Kernform 0.1.0 - #43

Merged
kmosoti merged 1 commit into
mainfrom
refactor/kernform-0-1-0
Jul 25, 2026
Merged

feat!: reform repository as Kernform 0.1.0#43
kmosoti merged 1 commit into
mainfrom
refactor/kernform-0-1-0

Conversation

@kmosoti

@kmosoti kmosoti commented Jul 24, 2026

Copy link
Copy Markdown
Owner

No description provided.

@kmosoti kmosoti linked an issue Jul 24, 2026 that may be closed by this pull request

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5ba8830ca0

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

message: "apply requires an existing directory and kernform.plan/v1".to_owned(),
});
}
validate_plan_id(&plan.plan_id)?;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Verify the plan digest before executing operations

When --plan-file or the public PlanResult API supplies JSON, changing an operation's content—or adding a run_command operation—while retaining any 64-character lowercase hexadecimal plan_id passes this validation and is executed. Recompute the canonical digest with plan_id cleared and compare it with the supplied ID before preflight; otherwise plans are mutable between resolution and apply and saved plans can become an arbitrary command-execution surface.

AGENTS.md reference: AGENTS.md:L27-L27

Useful? React with 👍 / 👎.

Comment thread crates/kernform-engine/src/filesystem.rs
Comment thread crates/kernform-engine/src/transaction.rs
Comment thread python/kernform/cli.py
Comment thread crates/kernform-core/src/release.rs
@kmosoti
kmosoti merged commit 769e659 into main Jul 25, 2026
1 check passed
@kmosoti
kmosoti deleted the refactor/kernform-0-1-0 branch July 25, 2026 07:24
Sign up for free to 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.

Epic: Establish Kernform 0.1.0 deterministic lifecycle baseline

1 participant