docs(internal): v4.2 internal target skill mapping (draft, not a public release)#119
Merged
1 commit merged intoJun 2, 2026
Merged
docs(internal): v4.2 internal target skill mapping (draft, not a public release)#1191 commit merged into
1 commit merged into
Conversation
…blic) Internal documentation only, ahead of internal production. Adds docs/internal/INTERNAL_SKILL_V4_2_MAPPING.md + README capturing the validated v4.2 mapping corrections: - governance_system detailed and symmetric with memory_system - supply_chain renamed conceptually to skill_lifecycle (no completeness claim) - output_contract wired to context_graph via graph_bindings - harmonised competency/domain naming (primary/secondary_domain_competencies, domain_risk_profile, domain_output_requirements, competency_core) - explicit interactions layer + canonical end-to-end flow Non-normative, no release. Public .klickd stays v4.0.0 GA; the 42 x.klickd artefacts remain v4.1 candidates. No tag/DOI/package/schema/SDK change, no public v4.2 claim, no artefact modified. Internal track name kept out of public surfaces. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
6 tasks
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.
Summary
Adds internal-only documentation for the
xklickd_internal_skill_v4_2target mapping, ahead of internal production. Two new files under a newdocs/internal/directory:docs/internal/INTERNAL_SKILL_V4_2_MAPPING.md— the v4.2 internal target skill mapping.docs/internal/README.md— scope marker for the directory.This is not a public release. It is non-normative planning material, comparable to
docs/chimera/but scoped to the internal track.What the mapping captures (validated corrections)
governance_systemis documented in the same detail asmemory_system(authority_hierarchy, human_veto, consent_rules, risk_levels, action_gates, non_lowerable_rules, escalation_rules, approval_lifecycle, revocation_rules, policy_conflict_resolution, governance_audit).supply_chain→skill_lifecycle— renamed conceptually; the doc explicitly does not claim supply-chain completeness.output_contract.graph_bindings— output contract wired tocontext_graph(creates_action_node, requires_policy_node, requires_evidence_node, may_trigger_veto_edge, writes_audit_edge).domain_primary→primary_domain_competencies,domain_secondary→secondary_domain_competencies,domain_risk_model→domain_risk_profile,domain_output_contract→domain_output_requirements, pluscompetency_core.interactionslayer + canonical flow — a new top-level layer documenting directed flows between layers, with the canonical end-to-end task flow.Boundaries / non-claims
.klickdstays v4.0.0 GA; the 42x.klickdartefacts remain v4.1 candidates. No public v4.2 release is claimed.latest, GitHub Release, schema, SDK, vector, or lock-file change.examples/v4.1/x-klickd-skills/artefact modified; no public README / CHANGELOG / Zenodo / CITATION change.xklickd_internal_skill_v4_2kept out of all public-facing surfaces (verified: name appears only underdocs/internal/).Davincc77/klickdskillonly; no other repository referenced or touched.Testing
git diff --cached --name-status main→ only the two newdocs/internal/files added.docs/internal/.python3 scripts/validate_v4_1_candidate_mapping.py→ PASS (42 artefacts validated).python3 scripts/validate_v4_schemas.py→ all v4 strict-schema validations passed.package.json,.zenodo.json,CITATION.cffall still4.0.0; v4.1 artefact count unchanged (8 lite + 34 pro = 42).🤖 Generated with Claude Code