{"bundle_type":"pith_open_graph_bundle","bundle_version":"1.0","pith_number":"pith:2026:WTC3UJSYIUBHMWCUUNQEEHCI6T","short_pith_number":"pith:WTC3UJSY","canonical_record":{"source":{"id":"2605.14563","kind":"arxiv","version":1},"metadata":{"license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","primary_cat":"cs.SE","submitted_at":"2026-05-14T08:35:20Z","cross_cats_sorted":["cs.CL"],"title_canon_sha256":"d141483ca9ee10b298580f479484a43a61f4089b2ee2b06db5564932157153f0","abstract_canon_sha256":"37a797d7a53969ad7ef243d5dfefb403596f2fa835b9a053de00bea5c7a233d8"},"schema_version":"1.0"},"canonical_sha256":"b4c5ba26584502765854a360421c48f4eb46cc805b48cbbafc3f03dfbf423247","source":{"kind":"arxiv","id":"2605.14563","version":1},"source_aliases":[{"alias_kind":"arxiv","alias_value":"2605.14563","created_at":"2026-05-17T23:39:05Z"},{"alias_kind":"arxiv_version","alias_value":"2605.14563v1","created_at":"2026-05-17T23:39:05Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2605.14563","created_at":"2026-05-17T23:39:05Z"},{"alias_kind":"pith_short_12","alias_value":"WTC3UJSYIUBH","created_at":"2026-05-18T12:33:37Z"},{"alias_kind":"pith_short_16","alias_value":"WTC3UJSYIUBHMWCU","created_at":"2026-05-18T12:33:37Z"},{"alias_kind":"pith_short_8","alias_value":"WTC3UJSY","created_at":"2026-05-18T12:33:37Z"}],"events":[{"event_type":"record_created","subject_pith_number":"pith:2026:WTC3UJSYIUBHMWCUUNQEEHCI6T","target":"record","payload":{"canonical_record":{"source":{"id":"2605.14563","kind":"arxiv","version":1},"metadata":{"license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","primary_cat":"cs.SE","submitted_at":"2026-05-14T08:35:20Z","cross_cats_sorted":["cs.CL"],"title_canon_sha256":"d141483ca9ee10b298580f479484a43a61f4089b2ee2b06db5564932157153f0","abstract_canon_sha256":"37a797d7a53969ad7ef243d5dfefb403596f2fa835b9a053de00bea5c7a233d8"},"schema_version":"1.0"},"canonical_sha256":"b4c5ba26584502765854a360421c48f4eb46cc805b48cbbafc3f03dfbf423247","receipt":{"kind":"pith_receipt","key_id":"pith-v1-2026-05","algorithm":"ed25519","signed_at":"2026-05-17T23:39:05.568142Z","signature_b64":"AI+JdCxJ7j7BshE5Hz2dL9WK0/DATjkyu2++fuPlFkkJuurKlLXsFaLSQPUfRWQBtFHosZTSRaXhNv8XDoHaCg==","signed_message":"canonical_sha256_bytes","builder_version":"pith-number-builder-2026-05-17-v1","receipt_version":"0.3","canonical_sha256":"b4c5ba26584502765854a360421c48f4eb46cc805b48cbbafc3f03dfbf423247","last_reissued_at":"2026-05-17T23:39:05.567333Z","signature_status":"signed_v1","first_computed_at":"2026-05-17T23:39:05.567333Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"source_kind":"arxiv","source_id":"2605.14563","source_version":1,"attestation_state":"computed"},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-05-17T23:39:05Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"A/SBvPiuz2mi5c3/3wXl5OutfPaqGAgXMxuUS7MxWysrRfSX6WSzIbk3eeY3nl3MAOdSGg3A0VesHyK+rVODAw==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-05-31T09:39:21.289662Z"},"content_sha256":"e9f2eae0befecd18c60de5bc61076bb61dddf9e4d58a4aaf68912dfa4f4f9a5f","schema_version":"1.0","event_id":"sha256:e9f2eae0befecd18c60de5bc61076bb61dddf9e4d58a4aaf68912dfa4f4f9a5f"},{"event_type":"graph_snapshot","subject_pith_number":"pith:2026:WTC3UJSYIUBHMWCUUNQEEHCI6T","target":"graph","payload":{"graph_snapshot":{"paper":{"title":"Remember Your Trace: Memory-Guided Long-Horizon Agentic Framework for Consistent and Hierarchical Repository-Level Code Documentation","license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","headline":"MemDocAgent generates consistent hierarchical documentation for entire repositories by planning dependency order and consulting a shared memory of prior work traces.","cross_cats":["cs.CL"],"primary_cat":"cs.SE","authors_text":"Changkyu Choi, Jaehoon Lee, Jee-Hyong Lee, Suyoung Bae, YunSeok Choi","submitted_at":"2026-05-14T08:35:20Z","abstract_excerpt":"Automated code documentation is essential for modern software development, providing the contextual grounding that both human developers and coding agents rely on to navigate large codebases. Existing repository-level approaches process components independently, causing redundant retrieval and conflicting descriptions across documents while producing outputs that lack hierarchical structure. Therefore, we propose MemDocAgent, a long-horizon agentic framework that generates documentation within a single, integrated context spanning the entire repository. It combines two components: (i) Dependen"},"claims":{"count":4,"items":[{"kind":"strongest_claim","text":"MemDocAgent achieves the best performance over both open and closed-source baselines and demonstrates practical applicability in real software development workflows.","source":"verdict.strongest_claim","status":"machine_extracted","claim_id":"C1","attestation":"unclaimed"},{"kind":"weakest_assumption","text":"That the Dependency-Aware Traversal Guiding and interactions with RepoMemory will reliably produce consistent and hierarchical documentation without introducing new conflicts or requiring extensive manual correction.","source":"verdict.weakest_assumption","status":"machine_extracted","claim_id":"C2","attestation":"unclaimed"},{"kind":"one_line_summary","text":"MemDocAgent generates consistent hierarchical repository-level code documentation by combining dependency-aware traversal with memory-guided agent interactions that accumulate work traces.","source":"verdict.one_line_summary","status":"machine_extracted","claim_id":"C3","attestation":"unclaimed"},{"kind":"headline","text":"MemDocAgent generates consistent hierarchical documentation for entire repositories by planning dependency order and consulting a shared memory of prior work traces.","source":"verdict.pith_extraction.headline","status":"machine_extracted","claim_id":"C4","attestation":"unclaimed"}],"snapshot_sha256":"ce51a3ebba7b39233cfdf22c2d2f8bddae71cf3adac5fd3f12eecca6b534965e"},"source":{"id":"2605.14563","kind":"arxiv","version":1},"verdict":{"id":"bc807989-1179-4204-b8eb-c0d7ae0aac81","model_set":{"reader":"grok-4.3"},"created_at":"2026-05-15T01:34:03.872531Z","strongest_claim":"MemDocAgent achieves the best performance over both open and closed-source baselines and demonstrates practical applicability in real software development workflows.","one_line_summary":"MemDocAgent generates consistent hierarchical repository-level code documentation by combining dependency-aware traversal with memory-guided agent interactions that accumulate work traces.","pipeline_version":"pith-pipeline@v0.9.0","weakest_assumption":"That the Dependency-Aware Traversal Guiding and interactions with RepoMemory will reliably produce consistent and hierarchical documentation without introducing new conflicts or requiring extensive manual correction.","pith_extraction_headline":"MemDocAgent generates consistent hierarchical documentation for entire repositories by planning dependency order and consulting a shared memory of prior work traces."},"references":{"count":91,"sample":[{"doi":"","year":2025,"title":"DocAgent: A multi-agent system for automated code documentation generation","work_id":"bd4961ba-13cc-4969-b569-4a4311b8de9d","ref_index":1,"cited_arxiv_id":"","is_internal_anchor":false},{"doi":"","year":2025,"title":"CodeWiki: Evaluating AI's Ability to Generate Holistic Documentation for Large-Scale Codebases","work_id":"63d67cc9-9977-469d-b4d1-7f1fd3b4ce84","ref_index":2,"cited_arxiv_id":"2510.24428","is_internal_anchor":true},{"doi":"","year":2024,"title":"RepoAgent: An LLM-powered open-source framework for repository-level code documentation generation","work_id":"807776a6-5142-4381-b717-13c2638f7ee5","ref_index":3,"cited_arxiv_id":"","is_internal_anchor":false},{"doi":"","year":2010,"title":"Precise documentation: The key to better software","work_id":"d73aca9b-4efb-4e33-9fdc-20dc8fe821d9","ref_index":4,"cited_arxiv_id":"","is_internal_anchor":false},{"doi":"10.1016/j.infsof.2014.08.003","year":2015,"title":"Usage and usefulness of technical software documentation: An industrial case study.Information and Software Technology, 57:664–682, 2015","work_id":"975376a6-29b7-415c-8f28-d828b36b96c1","ref_index":5,"cited_arxiv_id":"","is_internal_anchor":false}],"resolved_work":91,"snapshot_sha256":"062244a979b34839f86912e98e72b08b1c362d09437a9edff66b352a64cf1a08","internal_anchors":7},"formal_canon":{"evidence_count":2,"snapshot_sha256":"5a2cad01d62fbe69213a052cfd2bdb6e4042f6a2d2d3059cd92dc7ee4027ac5e"},"author_claims":{"count":0,"strong_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"builder_version":"pith-number-builder-2026-05-17-v1"},"verdict_id":"bc807989-1179-4204-b8eb-c0d7ae0aac81"},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-05-17T23:39:05Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"bc+0R+uJCHRUmuAMD5m6RmtN0p/szxoIjQnR33ye+duYTvp6MhkKZDb/UkQBhQaT4lS1q5oU5Km8O8WgpZ++DA==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-05-31T09:39:21.290937Z"},"content_sha256":"1e63e5c8adc44802600478b74480b445eb621ec26aa21e106d3ff9afa8a6ac14","schema_version":"1.0","event_id":"sha256:1e63e5c8adc44802600478b74480b445eb621ec26aa21e106d3ff9afa8a6ac14"}],"timestamp_proofs":[],"mirror_hints":[{"mirror_type":"https","name":"Pith Resolver","base_url":"https://pith.science","bundle_url":"https://pith.science/pith/WTC3UJSYIUBHMWCUUNQEEHCI6T/bundle.json","state_url":"https://pith.science/pith/WTC3UJSYIUBHMWCUUNQEEHCI6T/state.json","well_known_bundle_url":"https://pith.science/.well-known/pith/WTC3UJSYIUBHMWCUUNQEEHCI6T/bundle.json","status":"primary"}],"public_keys":[{"key_id":"pith-v1-2026-05","algorithm":"ed25519","format":"raw","public_key_b64":"stVStoiQhXFxp4s2pdzPNoqVNBMojDU/fJ2db5S3CbM=","public_key_hex":"b2d552b68890857171a78b36a5dccf368a953413288c353f7c9d9d6f94b709b3","fingerprint_sha256_b32_first128bits":"RVFV5Z2OI2J3ZUO7ERDEBCYNKS","fingerprint_sha256_hex":"8d4b5ee74e4693bcd1df2446408b0d54","rotates_at":null,"url":"https://pith.science/pith-signing-key.json","notes":"Pith uses this Ed25519 key to sign canonical record SHA-256 digests. Verify with: ed25519_verify(public_key, message=canonical_sha256_bytes, signature=base64decode(signature_b64))."}],"merge_version":"pith-open-graph-merge-v1","built_at":"2026-05-31T09:39:21Z","links":{"resolver":"https://pith.science/pith/WTC3UJSYIUBHMWCUUNQEEHCI6T","bundle":"https://pith.science/pith/WTC3UJSYIUBHMWCUUNQEEHCI6T/bundle.json","state":"https://pith.science/pith/WTC3UJSYIUBHMWCUUNQEEHCI6T/state.json","well_known_bundle":"https://pith.science/.well-known/pith/WTC3UJSYIUBHMWCUUNQEEHCI6T/bundle.json"},"state":{"state_type":"pith_open_graph_state","state_version":"1.0","pith_number":"pith:2026:WTC3UJSYIUBHMWCUUNQEEHCI6T","merge_version":"pith-open-graph-merge-v1","event_count":2,"valid_event_count":2,"invalid_event_count":0,"equivocation_count":0,"current":{"canonical_record":{"metadata":{"abstract_canon_sha256":"37a797d7a53969ad7ef243d5dfefb403596f2fa835b9a053de00bea5c7a233d8","cross_cats_sorted":["cs.CL"],"license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","primary_cat":"cs.SE","submitted_at":"2026-05-14T08:35:20Z","title_canon_sha256":"d141483ca9ee10b298580f479484a43a61f4089b2ee2b06db5564932157153f0"},"schema_version":"1.0","source":{"id":"2605.14563","kind":"arxiv","version":1}},"source_aliases":[{"alias_kind":"arxiv","alias_value":"2605.14563","created_at":"2026-05-17T23:39:05Z"},{"alias_kind":"arxiv_version","alias_value":"2605.14563v1","created_at":"2026-05-17T23:39:05Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2605.14563","created_at":"2026-05-17T23:39:05Z"},{"alias_kind":"pith_short_12","alias_value":"WTC3UJSYIUBH","created_at":"2026-05-18T12:33:37Z"},{"alias_kind":"pith_short_16","alias_value":"WTC3UJSYIUBHMWCU","created_at":"2026-05-18T12:33:37Z"},{"alias_kind":"pith_short_8","alias_value":"WTC3UJSY","created_at":"2026-05-18T12:33:37Z"}],"graph_snapshots":[{"event_id":"sha256:1e63e5c8adc44802600478b74480b445eb621ec26aa21e106d3ff9afa8a6ac14","target":"graph","created_at":"2026-05-17T23:39:05Z","signer":{"key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signer_id":"pith.science","signer_type":"pith_registry"},"payload":{"graph_snapshot":{"author_claims":{"count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57","strong_count":0},"builder_version":"pith-number-builder-2026-05-17-v1","claims":{"count":4,"items":[{"attestation":"unclaimed","claim_id":"C1","kind":"strongest_claim","source":"verdict.strongest_claim","status":"machine_extracted","text":"MemDocAgent achieves the best performance over both open and closed-source baselines and demonstrates practical applicability in real software development workflows."},{"attestation":"unclaimed","claim_id":"C2","kind":"weakest_assumption","source":"verdict.weakest_assumption","status":"machine_extracted","text":"That the Dependency-Aware Traversal Guiding and interactions with RepoMemory will reliably produce consistent and hierarchical documentation without introducing new conflicts or requiring extensive manual correction."},{"attestation":"unclaimed","claim_id":"C3","kind":"one_line_summary","source":"verdict.one_line_summary","status":"machine_extracted","text":"MemDocAgent generates consistent hierarchical repository-level code documentation by combining dependency-aware traversal with memory-guided agent interactions that accumulate work traces."},{"attestation":"unclaimed","claim_id":"C4","kind":"headline","source":"verdict.pith_extraction.headline","status":"machine_extracted","text":"MemDocAgent generates consistent hierarchical documentation for entire repositories by planning dependency order and consulting a shared memory of prior work traces."}],"snapshot_sha256":"ce51a3ebba7b39233cfdf22c2d2f8bddae71cf3adac5fd3f12eecca6b534965e"},"formal_canon":{"evidence_count":2,"snapshot_sha256":"5a2cad01d62fbe69213a052cfd2bdb6e4042f6a2d2d3059cd92dc7ee4027ac5e"},"paper":{"abstract_excerpt":"Automated code documentation is essential for modern software development, providing the contextual grounding that both human developers and coding agents rely on to navigate large codebases. Existing repository-level approaches process components independently, causing redundant retrieval and conflicting descriptions across documents while producing outputs that lack hierarchical structure. Therefore, we propose MemDocAgent, a long-horizon agentic framework that generates documentation within a single, integrated context spanning the entire repository. It combines two components: (i) Dependen","authors_text":"Changkyu Choi, Jaehoon Lee, Jee-Hyong Lee, Suyoung Bae, YunSeok Choi","cross_cats":["cs.CL"],"headline":"MemDocAgent generates consistent hierarchical documentation for entire repositories by planning dependency order and consulting a shared memory of prior work traces.","license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","primary_cat":"cs.SE","submitted_at":"2026-05-14T08:35:20Z","title":"Remember Your Trace: Memory-Guided Long-Horizon Agentic Framework for Consistent and Hierarchical Repository-Level Code Documentation"},"references":{"count":91,"internal_anchors":7,"resolved_work":91,"sample":[{"cited_arxiv_id":"","doi":"","is_internal_anchor":false,"ref_index":1,"title":"DocAgent: A multi-agent system for automated code documentation generation","work_id":"bd4961ba-13cc-4969-b569-4a4311b8de9d","year":2025},{"cited_arxiv_id":"2510.24428","doi":"","is_internal_anchor":true,"ref_index":2,"title":"CodeWiki: Evaluating AI's Ability to Generate Holistic Documentation for Large-Scale Codebases","work_id":"63d67cc9-9977-469d-b4d1-7f1fd3b4ce84","year":2025},{"cited_arxiv_id":"","doi":"","is_internal_anchor":false,"ref_index":3,"title":"RepoAgent: An LLM-powered open-source framework for repository-level code documentation generation","work_id":"807776a6-5142-4381-b717-13c2638f7ee5","year":2024},{"cited_arxiv_id":"","doi":"","is_internal_anchor":false,"ref_index":4,"title":"Precise documentation: The key to better software","work_id":"d73aca9b-4efb-4e33-9fdc-20dc8fe821d9","year":2010},{"cited_arxiv_id":"","doi":"10.1016/j.infsof.2014.08.003","is_internal_anchor":false,"ref_index":5,"title":"Usage and usefulness of technical software documentation: An industrial case study.Information and Software Technology, 57:664–682, 2015","work_id":"975376a6-29b7-415c-8f28-d828b36b96c1","year":2015}],"snapshot_sha256":"062244a979b34839f86912e98e72b08b1c362d09437a9edff66b352a64cf1a08"},"source":{"id":"2605.14563","kind":"arxiv","version":1},"verdict":{"created_at":"2026-05-15T01:34:03.872531Z","id":"bc807989-1179-4204-b8eb-c0d7ae0aac81","model_set":{"reader":"grok-4.3"},"one_line_summary":"MemDocAgent generates consistent hierarchical repository-level code documentation by combining dependency-aware traversal with memory-guided agent interactions that accumulate work traces.","pipeline_version":"pith-pipeline@v0.9.0","pith_extraction_headline":"MemDocAgent generates consistent hierarchical documentation for entire repositories by planning dependency order and consulting a shared memory of prior work traces.","strongest_claim":"MemDocAgent achieves the best performance over both open and closed-source baselines and demonstrates practical applicability in real software development workflows.","weakest_assumption":"That the Dependency-Aware Traversal Guiding and interactions with RepoMemory will reliably produce consistent and hierarchical documentation without introducing new conflicts or requiring extensive manual correction."}},"verdict_id":"bc807989-1179-4204-b8eb-c0d7ae0aac81"}}],"author_attestations":[],"timestamp_anchors":[],"storage_attestations":[],"citation_signatures":[],"replication_records":[],"corrections":[],"mirror_hints":[],"record_created":{"event_id":"sha256:e9f2eae0befecd18c60de5bc61076bb61dddf9e4d58a4aaf68912dfa4f4f9a5f","target":"record","created_at":"2026-05-17T23:39:05Z","signer":{"key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signer_id":"pith.science","signer_type":"pith_registry"},"payload":{"attestation_state":"computed","canonical_record":{"metadata":{"abstract_canon_sha256":"37a797d7a53969ad7ef243d5dfefb403596f2fa835b9a053de00bea5c7a233d8","cross_cats_sorted":["cs.CL"],"license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","primary_cat":"cs.SE","submitted_at":"2026-05-14T08:35:20Z","title_canon_sha256":"d141483ca9ee10b298580f479484a43a61f4089b2ee2b06db5564932157153f0"},"schema_version":"1.0","source":{"id":"2605.14563","kind":"arxiv","version":1}},"canonical_sha256":"b4c5ba26584502765854a360421c48f4eb46cc805b48cbbafc3f03dfbf423247","receipt":{"algorithm":"ed25519","builder_version":"pith-number-builder-2026-05-17-v1","canonical_sha256":"b4c5ba26584502765854a360421c48f4eb46cc805b48cbbafc3f03dfbf423247","first_computed_at":"2026-05-17T23:39:05.567333Z","key_id":"pith-v1-2026-05","kind":"pith_receipt","last_reissued_at":"2026-05-17T23:39:05.567333Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","receipt_version":"0.3","signature_b64":"AI+JdCxJ7j7BshE5Hz2dL9WK0/DATjkyu2++fuPlFkkJuurKlLXsFaLSQPUfRWQBtFHosZTSRaXhNv8XDoHaCg==","signature_status":"signed_v1","signed_at":"2026-05-17T23:39:05.568142Z","signed_message":"canonical_sha256_bytes"},"source_id":"2605.14563","source_kind":"arxiv","source_version":1}}},"equivocations":[],"invalid_events":[],"applied_event_ids":["sha256:e9f2eae0befecd18c60de5bc61076bb61dddf9e4d58a4aaf68912dfa4f4f9a5f","sha256:1e63e5c8adc44802600478b74480b445eb621ec26aa21e106d3ff9afa8a6ac14"],"state_sha256":"cfa9a7502e50c019344736b52706bc0297aaca7db597ef2f0d95adcf6ddd04ac"},"bundle_signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"XPk+VXwUjb3Uyz7zmRygcYx0TUmCax5iixYUkaapvzfOZJpt9CV0+SHowWUbRpxmfD+u2NAse18RfIgqdo0ACQ==","signed_message":"bundle_sha256_bytes","signed_at":"2026-05-31T09:39:21.295946Z","bundle_sha256":"8e923f1f6d7d0e3c24f8c6cfb0774fd3a83428e24ef8099494b9ba5bcf28f884"}}