docs(labs): introduce Lab 16 - Steady (Active Skill Governor) - #70
Merged
Conversation
…n system Implement a non-breaking versioned configuration migration system for .boatstack-project.json. - migrate.go: Core migration registry and MigrateConfigBytes helper. - export.go: Relax SchemaVersion check in ValidateConfig to accept <= CurrentConfigSchemaVersion and emit behind/ahead instructions. Embed config-schema.md. - init.go: Run config schema migration on load during update path and report vN->vM upgrade status. - update.go: Add schema conformance validation check inside ValidateUpdateWorkspace. - planning.go: Map behind/ahead schema errors to custom remediation hints in DoctorRepairHint. - cmd/boatstack-helper/main.go: Add structured migrate-config CLI command. - references/config-schema.md: Create canonical config schema reference document. - boatstack-distribution/release-notes: Add release notes fragment. - migrate_test.go: Exhaustive unit test suite.
Create Lab 16 to document the theoretical foundations, programmable frontmatter schema, and real-world developer use-cases of Steady, a real-time trajectory governor for LLM agent skills. - README.md: Introduce the works-on-my-machine agent skill crisis and Steady's active stabilization. - docs/01-concept-and-theory.md: Establish mathematical roots of trajectory entropy (f'=p(1-p)) and NASA F' lineage. - docs/02-programmable-invariants.md: Define standard markdown-compatible YAML frontmatter schema and the real-time hook governor execution model. - docs/03-use-cases-and-examples.md: Provide practical examples of DB migrations, strict builders, and prompt injection immunity.
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.
Create Lab 16 to document the theoretical foundations, programmable frontmatter schema, and real-world developer use-cases of Steady, a real-time trajectory governor for LLM agent skills.