Skip to content

Enhance load command to fetch txt from HTTP#60

Merged
em3s merged 5 commits intomainfrom
init/cli-load
Jan 19, 2026
Merged

Enhance load command to fetch txt from HTTP#60
em3s merged 5 commits intomainfrom
init/cli-load

Conversation

@zipdoki
Copy link
Copy Markdown
Contributor

@zipdoki zipdoki commented Jan 19, 2026

As we discussed in #56, this PR enhances the load command by introducing file-based loading and preset-based loading.

  • Rename load to load file
  • Add a new load preset command with the --ref option

Scope

As mentioned in #58 (comment):

  • Step 1 supports loading txt files as-is
  • YAML support will be added later

How to Test

$ cd cli && make run

actionbase> load preset database --ref init/guide-improvements

actionbase> load preset likes --ref init/guide-improvements

actionbase> load preset posts --ref init/guide-improvements

@zipdoki zipdoki self-assigned this Jan 19, 2026
@zipdoki zipdoki requested a review from em3s as a code owner January 19, 2026 07:51
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. enhancement New feature or request module:cli labels Jan 19, 2026
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:L This PR changes 100-499 lines, ignoring generated files. labels Jan 19, 2026
@em3s em3s changed the title feat(cli): enhance load command feat(cli): enhance load command to fetch txt from HTTP (step 1) Jan 19, 2026
@em3s
Copy link
Copy Markdown
Contributor

em3s commented Jan 19, 2026

LGTM 👍 Looking forward to YAML support!

@zipdoki

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jan 19, 2026
@em3s em3s merged commit 945e21f into main Jan 19, 2026
4 checks passed
@em3s em3s changed the title feat(cli): enhance load command to fetch txt from HTTP (step 1) feat(cli): enhance load command to fetch txt from HTTP Jan 19, 2026
em3s added a commit that referenced this pull request Jan 19, 2026
Analyzed existing Issues (#53, #37, #36) and PRs (#60, #46, #55) to
  extract common patterns and normalized them into templates.

  - Bug report: Description, Expected Behavior
  - Feature request: Problem, Proposed Solution, Alternatives
  - Task: Background, Task, Done When, Notes (maintainers only)
  - PR: Summary, Changes, How to Test
  - config.yml: Documentation link, Discussions for Q&A

  Templates cover most existing patterns while keeping minimal for v1.
em3s added a commit that referenced this pull request Jan 19, 2026
Analyzed existing Issues (#53, #37, #36) and PRs (#60, #46, #55) to extract common patterns and normalized them into templates.

- Bug report: Description, Expected Behavior
- Feature request: Problem, Proposed Solution, Alternatives
- Task: Background, Task, Done When, Notes (maintainers only)
- PR: Summary, Changes, How to Test
- config.yml: Documentation link, Discussions for Q&A

Templates cover most existing patterns while keeping minimal for v1.

Co-Authored-By: Claude <noreply@anthropic.com>
@em3s em3s added scope:cli Command-line interface (Go) and removed module:cli labels Feb 12, 2026
@em3s em3s changed the title feat(cli): enhance load command to fetch txt from HTTP Enhance load command to fetch txt from HTTP Feb 12, 2026
@em3s em3s deleted the init/cli-load branch March 1, 2026 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request lgtm This PR has been approved by a maintainer scope:cli Command-line interface (Go) size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants