feat: define repository continuity contract - #81
Merged
Conversation
Pull Request Summary by devActivityMetricsAchievements
|
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.
Closes #79.
Outcome
Defines the provider-neutral
aether.repository-continuity/v1contract and the focusedmaintain-repository-continuityskill so a fresh repository session can resume from a concise, evidence-grounded rootCONTINUITY.mdwithout replaying a prior conversation.What changed
CONTINUITY.md;Boundaries
This PR does not perform the cross-skill/agent wiring in #80, make
CONTINUITY.mdan organization-wide required file, implement the EgoLint conformer, add mutating hooks, or roll the contract out to consumer repositories. It grants no merge, publication, deployment, credential, or external-write authority.Validation
Passed:
./aether distribution build --output-directory "dist" --check./aether validate --format "text"(existing preserved-provenance warning only)./aether catalog generate --checkpython3 "catalog/validate_catalog.py"./aether eval run --skill "maintain-repository-continuity" --mode "deterministic" --format "text"— 13/13 casespython3 -m unittest "tests.test_repository_continuity_contract"— 11/11 testspython3 "library/organization/skills/validate-skills.py"— all 34 skillsgit diff --checkEnvironment limitation:
./aether testran 154 tests: 153 passed and the existing consumer-installation E2E errored before its scenarios because this workspace has no localghexecutable.gh skill publish "dist" --dry-runwas therefore not available locally; PR CI owns that check in its GitHub CLI-equipped runner.Coordination
Open PR #75 was created from the same base and also touches
README.mdinventory counts and the generated first-party catalog. Whichever PR lands second must update frommain, regenerate the catalog/distributions, and rerun validation; no semantic contract overlap was found.