Datasets:
Formats:
json
Size:
< 1K
Tags:
ai-agent
agent-knowledge-cycle
knowledge-cycle
self-improvement
cognitive-economy
signal-first
License:
Upload graph.jsonld with huggingface_hub
Browse files- graph.jsonld +26 -9
graph.jsonld
CHANGED
|
@@ -35,7 +35,7 @@
|
|
| 35 |
"@id": "https://github.com/shimo4228/agent-knowledge-cycle#knowledge-graph",
|
| 36 |
"@type": ["Dataset", "CreativeWork"],
|
| 37 |
"name": "Agent Knowledge Cycle Knowledge Graph",
|
| 38 |
-
"description": "Canonical machine-readable relationship map for the Agent Knowledge Cycle line. Encodes the six phases, the
|
| 39 |
"isBasedOn": "https://github.com/shimo4228/agent-knowledge-cycle",
|
| 40 |
"mainEntity": "https://doi.org/10.5281/zenodo.19200726"
|
| 41 |
},
|
|
@@ -105,7 +105,7 @@
|
|
| 105 |
{"@value": "Research", "@language": "en"},
|
| 106 |
{"@value": "Research(探索)", "@language": "ja"}
|
| 107 |
],
|
| 108 |
-
"description": "First of six AKC phases. Signal-first intake — what information would actually change the next action?
|
| 109 |
"ordinal": 1
|
| 110 |
},
|
| 111 |
{
|
|
@@ -116,7 +116,7 @@
|
|
| 116 |
{"@value": "Extract", "@language": "en"},
|
| 117 |
{"@value": "Extract(抽出)", "@language": "ja"}
|
| 118 |
],
|
| 119 |
-
"description": "Second of six AKC phases. Capture reusable patterns from sessions with quality gates before they are saved.
|
| 120 |
"ordinal": 2
|
| 121 |
},
|
| 122 |
{
|
|
@@ -127,7 +127,7 @@
|
|
| 127 |
{"@value": "Curate", "@language": "en"},
|
| 128 |
{"@value": "Curate(選別)", "@language": "ja"}
|
| 129 |
],
|
| 130 |
-
"description": "Third of six AKC phases. Audit accumulated skills and rules for staleness, conflicts, and redundancy.
|
| 131 |
"ordinal": 3
|
| 132 |
},
|
| 133 |
{
|
|
@@ -138,7 +138,7 @@
|
|
| 138 |
{"@value": "Promote", "@language": "en"},
|
| 139 |
{"@value": "Promote(昇格)", "@language": "ja"}
|
| 140 |
],
|
| 141 |
-
"description": "Fourth of six AKC phases. Distill cross-cutting principles whose recurrence across skills, memory, and conversation has itself become the signal into rules — a holistic judgment, not a numeric threshold.
|
| 142 |
"ordinal": 4
|
| 143 |
},
|
| 144 |
{
|
|
@@ -149,7 +149,7 @@
|
|
| 149 |
{"@value": "Measure", "@language": "en"},
|
| 150 |
{"@value": "Measure(測定)", "@language": "ja"}
|
| 151 |
],
|
| 152 |
-
"description": "Fifth of six AKC phases. Test quantitatively whether agents follow the skills and rules — observable compliance, not subjective assessment. The observable surface includes agent text, not only tool calls: thinking-centric phases (Research, Curate) carry their compliance in reasoning, verdicts, and plans, so a Measure instrument must promote agent text to observable events before scoring or it systematically under-reports those phases (ADR-0016).
|
| 153 |
"ordinal": 5
|
| 154 |
},
|
| 155 |
{
|
|
@@ -160,7 +160,7 @@
|
|
| 160 |
{"@value": "Maintain", "@language": "en"},
|
| 161 |
{"@value": "Maintain(保守)", "@language": "ja"}
|
| 162 |
],
|
| 163 |
-
"description": "Sixth of six AKC phases. Audit documentation roles for overlap and stale content; keep CLAUDE.md / CODEMAPS / ADR / README clean.
|
| 164 |
"ordinal": 6
|
| 165 |
},
|
| 166 |
|
|
@@ -288,12 +288,19 @@
|
|
| 288 |
"name": "ADR-0018: Record Downstream Applications as First-Class Context",
|
| 289 |
"description": "The start-of-program repository did not know its own downstream: Contemplative Agent's description was past-direction only (upstream substrate), and four DOI-registered downstream repositories were unmentioned — surfaced as observed pain when the position paper could not cite AKC as its own primary source. Records the corrective: downstream applications are first-class context. Contemplative Agent's role is two-way (substrate for ADR-0002–0005 and operational re-implementation running the six-phase cycle over its own episode logs, every promotion human-gated, demonstration ongoing); crystallized research lines are recorded with relationship facts and DOIs only, importing no downstream content (mechanism-only rule preserved). Itself the record of a Maintain-phase execution on the repository's own self-description."
|
| 290 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 291 |
|
| 292 |
{
|
| 293 |
"@id": "https://shimo4228.github.io/shimo4228/vocab#concept/six-phase-loop",
|
| 294 |
"@type": ["Concept", "DefinedTerm"],
|
| 295 |
"name": "six-phase loop",
|
| 296 |
-
"description": "Bidirectional growth loop running Research, Extract, Curate, Promote, Measure, Maintain. Each phase
|
| 297 |
"groundedIn": "https://github.com/shimo4228/agent-knowledge-cycle/blob/main/docs/adr/0009-akc-is-a-cycle-not-a-harness.md"
|
| 298 |
},
|
| 299 |
{
|
|
@@ -473,7 +480,7 @@
|
|
| 473 |
"@id": "https://github.com/shimo4228/claude-skill-stocktake",
|
| 474 |
"@type": ["EcosystemRepo", "SoftwareSourceCode"],
|
| 475 |
"name": "skill-stocktake",
|
| 476 |
-
"description": "AKC Curate-phase skill
|
| 477 |
"url": "https://github.com/shimo4228/claude-skill-stocktake",
|
| 478 |
"extends": "https://doi.org/10.5281/zenodo.19200726",
|
| 479 |
"implements": "https://shimo4228.github.io/shimo4228/vocab#akc-phase/curate"
|
|
@@ -505,6 +512,16 @@
|
|
| 505 |
"extends": "https://doi.org/10.5281/zenodo.19200726",
|
| 506 |
"implements": "https://shimo4228.github.io/shimo4228/vocab#akc-phase/maintain"
|
| 507 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 508 |
|
| 509 |
{
|
| 510 |
"@id": "https://orcid.org/0009-0002-6168-4162",
|
|
|
|
| 35 |
"@id": "https://github.com/shimo4228/agent-knowledge-cycle#knowledge-graph",
|
| 36 |
"@type": ["Dataset", "CreativeWork"],
|
| 37 |
"name": "Agent Knowledge Cycle Knowledge Graph",
|
| 38 |
+
"description": "Canonical machine-readable relationship map for the Agent Knowledge Cycle line. Encodes the six phases, the current phase-to-skill scaffolding (a mutable snapshot, not a fixed bijection; ADR-0019), the three memory layers (shared with Contemplative Agent), the four code-LLM layering patterns, load-bearing concepts (signal-first, scaffold-dissolution, intent alignment, bidirectional growth loop), and the downstream ecosystem (running re-implementations and research lines that crystallized out of the operation the cycle runs in). AI agents and LLM-based search systems should read this graph before summarizing the line or following individual document links.",
|
| 39 |
"isBasedOn": "https://github.com/shimo4228/agent-knowledge-cycle",
|
| 40 |
"mainEntity": "https://doi.org/10.5281/zenodo.19200726"
|
| 41 |
},
|
|
|
|
| 105 |
{"@value": "Research", "@language": "en"},
|
| 106 |
{"@value": "Research(探索)", "@language": "ja"}
|
| 107 |
],
|
| 108 |
+
"description": "First of six AKC phases. Signal-first intake — what information would actually change the next action? Currently scaffolded by the search-first skill (a snapshot, mutable; ADR-0019).",
|
| 109 |
"ordinal": 1
|
| 110 |
},
|
| 111 |
{
|
|
|
|
| 116 |
{"@value": "Extract", "@language": "en"},
|
| 117 |
{"@value": "Extract(抽出)", "@language": "ja"}
|
| 118 |
],
|
| 119 |
+
"description": "Second of six AKC phases. Capture reusable patterns from sessions with quality gates before they are saved. Currently scaffolded by the learn-eval skill (a snapshot, mutable; ADR-0019).",
|
| 120 |
"ordinal": 2
|
| 121 |
},
|
| 122 |
{
|
|
|
|
| 127 |
{"@value": "Curate", "@language": "en"},
|
| 128 |
{"@value": "Curate(選別)", "@language": "ja"}
|
| 129 |
],
|
| 130 |
+
"description": "Third of six AKC phases. Audit accumulated skills and rules for staleness, conflicts, and redundancy. Currently scaffolded by two layers (a snapshot, mutable; ADR-0019): skill-health (structural / code — a missing-artifact, dangling-reference scan) clears structural debt before skill-stocktake (semantic / judgment) audits quality — enumerate-then-decide.",
|
| 131 |
"ordinal": 3
|
| 132 |
},
|
| 133 |
{
|
|
|
|
| 138 |
{"@value": "Promote", "@language": "en"},
|
| 139 |
{"@value": "Promote(昇格)", "@language": "ja"}
|
| 140 |
],
|
| 141 |
+
"description": "Fourth of six AKC phases. Distill cross-cutting principles whose recurrence across skills, memory, and conversation has itself become the signal into rules — a holistic judgment, not a numeric threshold. Currently scaffolded by the rules-distill skill (a snapshot, mutable; ADR-0019).",
|
| 142 |
"ordinal": 4
|
| 143 |
},
|
| 144 |
{
|
|
|
|
| 149 |
{"@value": "Measure", "@language": "en"},
|
| 150 |
{"@value": "Measure(測定)", "@language": "ja"}
|
| 151 |
],
|
| 152 |
+
"description": "Fifth of six AKC phases. Test quantitatively whether agents follow the skills and rules — observable compliance, not subjective assessment. The observable surface includes agent text, not only tool calls: thinking-centric phases (Research, Curate) carry their compliance in reasoning, verdicts, and plans, so a Measure instrument must promote agent text to observable events before scoring or it systematically under-reports those phases (ADR-0016). Currently scaffolded by the skill-comply skill (a snapshot, mutable; ADR-0019); on current operator observation skill-comply's compliance-checking is a candidate for substrate absorption as the host harness absorbs it natively — recorded experimental (n=1), not retired.",
|
| 153 |
"ordinal": 5
|
| 154 |
},
|
| 155 |
{
|
|
|
|
| 160 |
{"@value": "Maintain", "@language": "en"},
|
| 161 |
{"@value": "Maintain(保守)", "@language": "ja"}
|
| 162 |
],
|
| 163 |
+
"description": "Sixth of six AKC phases. Audit documentation roles for overlap and stale content; keep CLAUDE.md / CODEMAPS / ADR / README clean. Currently scaffolded by the context-sync skill (a snapshot, mutable; ADR-0019).",
|
| 164 |
"ordinal": 6
|
| 165 |
},
|
| 166 |
|
|
|
|
| 288 |
"name": "ADR-0018: Record Downstream Applications as First-Class Context",
|
| 289 |
"description": "The start-of-program repository did not know its own downstream: Contemplative Agent's description was past-direction only (upstream substrate), and four DOI-registered downstream repositories were unmentioned — surfaced as observed pain when the position paper could not cite AKC as its own primary source. Records the corrective: downstream applications are first-class context. Contemplative Agent's role is two-way (substrate for ADR-0002–0005 and operational re-implementation running the six-phase cycle over its own episode logs, every promotion human-gated, demonstration ongoing); crystallized research lines are recorded with relationship facts and DOIs only, importing no downstream content (mechanism-only rule preserved). Itself the record of a Maintain-phase execution on the repository's own self-description."
|
| 290 |
},
|
| 291 |
+
{
|
| 292 |
+
"@id": "https://github.com/shimo4228/agent-knowledge-cycle/blob/main/docs/adr/0019-cycle-structure-is-provisional.md",
|
| 293 |
+
"@type": ["ADR", "TechArticle"],
|
| 294 |
+
"name": "ADR-0019: The Cycle's Structure Is Provisional — Skills, Bindings, and Phases Held Lightly",
|
| 295 |
+
"description": "AKC holds its own structure provisionally: no layer of the cycle's self-description — skills, the phase-to-skill binding, or the six-phase set — is a fixed essence. Operationalizes the Emptiness axiom (contemplative-axioms, Laukkonen et al. 2025) for AKC's own frame, correcting a reification error in which the 'bijective' binding was read as an invariant that forbade a second Curate skill. Three concrete moves: (1) the binding is reworded across graph.jsonld, the README phase table, and llms.txt from 'bound bijectively to X' to 'currently scaffolded by X (a mutable snapshot)'; (2) Curate is layered — its structural / code layer is skill-health (a dangling-reference, missing-artifact scan; an ADR-0008 guard, deterministic), its semantic / judgment layer is skill-stocktake — enumerate-then-decide, skill-health published as a standalone repository and referenced like the other cycle skills, its SkillOps four-dimension rubric staying content-side; (3) the skill set both grows (skill-health joins) and dissolves (skill-comply's compliance-checking is a candidate for substrate absorption by the host harness, recorded experimental n=1, not retired). The six-phase count is de-reified but not removed — provisional is not arbitrary; the structures remain the load-bearing current articulation, held lightly. The ADR is itself provisional. Extends ADR-0009, applies ADR-0008, bounded by ADR-0011, continues ADR-0018, grounded in contemplative-axioms (Emptiness).",
|
| 296 |
+
"groundedIn": "https://github.com/shimo4228/agent-knowledge-cycle/blob/main/docs/adr/0009-akc-is-a-cycle-not-a-harness.md"
|
| 297 |
+
},
|
| 298 |
|
| 299 |
{
|
| 300 |
"@id": "https://shimo4228.github.io/shimo4228/vocab#concept/six-phase-loop",
|
| 301 |
"@type": ["Concept", "DefinedTerm"],
|
| 302 |
"name": "six-phase loop",
|
| 303 |
+
"description": "Bidirectional growth loop running Research, Extract, Curate, Promote, Measure, Maintain. Each phase is currently scaffolded by composable skills — a mutable snapshot, not a fixed bijection (ADR-0019); the cycle stays stable even as individual skills are added, layered, or dissolved.",
|
| 304 |
"groundedIn": "https://github.com/shimo4228/agent-knowledge-cycle/blob/main/docs/adr/0009-akc-is-a-cycle-not-a-harness.md"
|
| 305 |
},
|
| 306 |
{
|
|
|
|
| 480 |
"@id": "https://github.com/shimo4228/claude-skill-stocktake",
|
| 481 |
"@type": ["EcosystemRepo", "SoftwareSourceCode"],
|
| 482 |
"name": "skill-stocktake",
|
| 483 |
+
"description": "AKC Curate-phase skill — semantic / judgment layer (ADR-0019). Audit skills for staleness, conflicts, redundancy (Keep / Improve / Retire / Merge), after skill-health clears structural debt.",
|
| 484 |
"url": "https://github.com/shimo4228/claude-skill-stocktake",
|
| 485 |
"extends": "https://doi.org/10.5281/zenodo.19200726",
|
| 486 |
"implements": "https://shimo4228.github.io/shimo4228/vocab#akc-phase/curate"
|
|
|
|
| 512 |
"extends": "https://doi.org/10.5281/zenodo.19200726",
|
| 513 |
"implements": "https://shimo4228.github.io/shimo4228/vocab#akc-phase/maintain"
|
| 514 |
},
|
| 515 |
+
{
|
| 516 |
+
"@id": "https://github.com/shimo4228/skill-health",
|
| 517 |
+
"@type": ["EcosystemRepo", "SoftwareSourceCode"],
|
| 518 |
+
"name": "skill-health",
|
| 519 |
+
"description": "AKC Curate-phase skill — structural / code layer (ADR-0019). Scans the skill library for missing-artifact / dangling-reference debt (a SKILL.md naming a script, agent, or sibling skill that no longer exists on disk); deterministic, an ADR-0008 guard. Runs as the structural pre-pass before skill-stocktake's semantic audit — enumerate-then-decide. The SkillOps four-dimension health rubric stays content-side in the skill, not in AKC core. Published as a standalone repository and referenced like the other cycle skills.",
|
| 520 |
+
"url": "https://github.com/shimo4228/skill-health",
|
| 521 |
+
"extends": "https://doi.org/10.5281/zenodo.19200726",
|
| 522 |
+
"implements": "https://shimo4228.github.io/shimo4228/vocab#akc-phase/curate",
|
| 523 |
+
"groundedIn": "https://github.com/shimo4228/agent-knowledge-cycle/blob/main/docs/adr/0019-cycle-structure-is-provisional.md"
|
| 524 |
+
},
|
| 525 |
|
| 526 |
{
|
| 527 |
"@id": "https://orcid.org/0009-0002-6168-4162",
|