> ## Documentation Index
> Fetch the complete documentation index at: https://git.parsica.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Example Config.json

```text theme={null}
{
  "agent_name": "",
  "byline": true,
  "byline_session_tag": true,
  "mirror_active_days": 14,
  "journal_active_days": 7,
  "checkpoint_every_n": 20,
  "scrub_pii": true,
  "max_inject_bytes": 12000,
  "mirror_user_chars": 700,
  "mirror_asst_chars": 1800,
  "mirror_index_chunks": 25,
  "promote_reminder": true,
  "refusal": [],
  "human_only_terms": [],
  "pairing_enabled": true,
  "pairing_threshold": 1.0,
  "pairing_max_chunks": 3,
  "pairing_session_cap": 12,
  "pairing_min_term": 3,
  "heartbeat_every_n": 30,
  "heartbeat_slice_chars": 1200,
  "snapback_tools": ["Task", "Agent"],
  "native_memory_import": true
}
```


## Related topics

- [SKILL](/skills/weave/SKILL.md)
- [changelog](/changelog.md)
- [License](/LICENCE.md)
