DA template: ship the schema DaSubsystem.md already defines - #1846
Closed
justinkatz94-glitch wants to merge 1 commit into
Closed
DA template: ship the schema DaSubsystem.md already defines#1846justinkatz94-glitch wants to merge 1 commit into
justinkatz94-glitch wants to merge 1 commit into
Conversation
justinkatz94-glitch
force-pushed
the
da-template-schema
branch
from
August 14, 2026 17:12
a25fe5b to
04ec062
Compare
Owner
|
Ported into the template of record verbatim (the release builds the payload from a private source tree, so PRs get ported rather than merged — same change, durable across releases). Credit comment carries your handle. The guard test would be welcome as a follow-up. |
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.
DaSubsystem.md defines DA Identity Schema v1.0 (frontmatter: schema_version, core, voice, personality, autonomy, and the wider field set) and a migration table for existing installs. The shipped bootstrap template
install/USER/DIGITAL_ASSISTANT/DA_IDENTITY.mdnever adopted it, so every fresh install is born schema-less and immediately subject to the doc's own migration path.This PR adds the v1.0 frontmatter to the template with neutral bootstrap values only (the same "LifeOS" placeholder identity the template already uses);
/interviewpopulates the real values, and absent fields stay absent rather than being invented.Validated on a live install: frontmatter added with the markdown body byte-identical pre/post (sha256 on the body), YAML parse green, and a cap/schema guard test at 4/4 with three planted-failure reds before trusting the green. Happy to contribute that guard test as a follow-up if useful.