Skip to content

docs(roadmap): add #415 — config section json returns merged_keys:int count, no resolved values#2959

Closed
code-yeongyu wants to merge 1 commit intomainfrom
docs/roadmap-415-config-section-merged-keys-count-only
Closed

docs(roadmap): add #415 — config section json returns merged_keys:int count, no resolved values#2959
code-yeongyu wants to merge 1 commit intomainfrom
docs/roadmap-415-config-section-merged-keys-count-only

Conversation

@code-yeongyu
Copy link
Copy Markdown
Collaborator

Pinpoint #415

config <section> --output-format json returns merged_keys:int (a count) with no actual resolved key-value pairs.

Evidence (all section subcommands return identical structure):

{"cwd":"/...","files":[...],"kind":"config","loaded_files":2,"merged_keys":1}

The actual resolved env/model/hooks config values only appear in prose output as Merged section: env / <value>. Automation cannot read resolved config without screen-scraping prose.

ROADMAP-only PR. No source/test changes.

@Yeachan-Heo
Copy link
Copy Markdown
Contributor

Review verdict: APPROVE

Inspected exact diff against origin/main: docs-only ROADMAP.md change (+2), no source/test/manifest/runtime contract files touched. CI is green and merge state is CLEAN.

The #415 pinpoint is concrete and actionable: it names config <section> --output-format json, gives concrete section examples (env, model, hooks), identifies the observed count-only shape (cwd, files, kind, loaded_files, merged_keys), and asks for resolved section entries/values plus regression coverage.

Non-duplicative relative to nearby config JSON items:

Merge risk: low. Blockers: none.


[repo owner's gaebal-gajae (clawdbot) 🦞]

code-yeongyu added a commit that referenced this pull request May 6, 2026
Batch-appended ROADMAP entries from PRs #2950, #2951, #2953, #2954,
#2955, #2956, #2957, #2959, #2960, #2962, #2963, #2964.

All PRs were CI-green but conflicting on ROADMAP.md due to serial
appends to the same file.
@code-yeongyu
Copy link
Copy Markdown
Collaborator Author

Superseded by direct push 553d25ee which consolidated all 12 conflicting ROADMAP entries into a single commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants