gaia-val-save

Persist Val session findings to validator-sidecar memory with user confirmation.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/gaiastudio-ai/gaia-public --skill gaia-val-save
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gaia-val-save
Source: https://github.com/gaiastudio-ai/gaia-public/tree/main/plugins/gaia/skills/gaia-val-save
Command: npx skills add https://github.com/gaiastudio-ai/gaia-public --skill gaia-val-save

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires resolve-config.sh, checkpoint.sh, and includes scripts (resource) components.

What problem does it solve?

Persisting Val session findings to the validator-sidecar memory ensures traceable decisions and preserved context across interactions.

Core Features & Use Cases

  • Append ADR-016 style entries to the decision-log.md to preserve audit trails.
  • Replace the conversation-context.md header body with the latest session snapshot, while keeping the header.
  • Ensure the validator-sidecar memory path exists and is ready for read/write operations.

Quick Start

Provide your session findings; the skill will format and persist them to the validator-sidecar memory after your approval.

Frequently Asked Questions about gaia-val-save

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I persist validator session findings to a memory log?

To persist validator session findings to a memory log, provide your session findings for formatting and approval. The system then appends entries to the decision-log and updates the conversation context to preserve data across sessions.

Does the ADR-016 framework support appending to an existing decision-log without overwriting history?

Yes, the ADR-016 framework supports appending to an existing decision-log without overwriting history. The process preserves existing data while applying updates to maintain a complete and auditable trail.

How do I update conversation context with the latest session findings?

To update conversation context with the latest session findings, the system replaces the conversation-context.md header body with a new session snapshot. This refreshes the context while keeping the original header intact.

Can I persist session decisions to validator-sidecar memory on a path that does not exist yet?

You cannot persist session decisions to validator-sidecar memory on a non-existent path manually. The system ensures the validator-sidecar memory directory exists and is ready for read/write operations before proceeding.

Do I need user confirmation before writing validator session updates to the memory log?

Yes, you need user confirmation before writing validator session updates to the memory log. The system requires explicit approval to ensure data security before applying any updates to the existing memory files.

Why does my validator-sidecar memory fail to save session context across interactions?

Validator-sidecar memory fails to save session context if the directory path is missing or user confirmation is denied. Ensuring the directory exists and approving the write operation resolves the persistence failure.