flag

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package flag defines description key constants for CLI flags. Each constant maps to a YAML key in the commands/ asset directory.

Index

Constants

View Source
const (
	DescKeyAddApplication = "add.application"
	DescKeyAddConsequence = "add.consequence"
	DescKeyAddContext     = "add.context"
	DescKeyAddFile        = "add.file"
	DescKeyAddLesson      = "add.lesson"
	DescKeyAddPriority    = "add.priority"
	DescKeyAddRationale   = "add.rationale"
	DescKeyAddSection     = "add.section"
)
View Source
const (
	DescKeyAgentBudget   = "agent.budget"
	DescKeyAgentCooldown = "agent.cooldown"
	DescKeyAgentFormat   = "agent.format"
	DescKeyAgentSession  = "agent.session"
)
View Source
const (
	DescKeyDepsExternal = "deps.external"
	DescKeyDepsFormat   = "deps.format"
	DescKeyDepsType     = "deps.type"
)
View Source
const (
	DescKeyDriftFix  = "drift.fix"
	DescKeyDriftJson = "drift.json"
)
View Source
const (
	DescKeySyncDryRun        = "sync.dry-run"
	DescKeyTaskArchiveDryRun = "task.archive.dry-run"
)
View Source
const (
	DescKeyAllowOutsideCwd = "allow-outside-cwd"
	DescKeyChangesSince    = "changes.since"
	DescKeyCompactArchive  = "compact.archive"
	DescKeyContextDir      = "context-dir"
	DescKeyDoctorJson      = "doctor.json"
	DescKeyHookWrite       = "hook.write"
	DescKeyPromptAddStdin  = "prompt.add.stdin"
)
View Source
const (
	DescKeyGuideCommands = "guide.commands"
	DescKeyGuideSkills   = "guide.skills"
)
View Source
const (
	DescKeyInitializeForce          = "initialize.force"
	DescKeyInitializeMerge          = "initialize.merge"
	DescKeyInitializeMinimal        = "initialize.minimal"
	DescKeyInitializeNoPluginEnable = "initialize.no-plugin-enable"
	DescKeyInitializeRalph          = "initialize.ralph"
)
View Source
const (
	DescKeyJournalObsidianOutput = "journal.obsidian.output"
	DescKeyJournalSiteBuild      = "journal.site.build"
	DescKeyJournalSiteOutput     = "journal.site.output"
	DescKeyJournalSiteServe      = "journal.site.serve"
)
View Source
const (
	DescKeyLoadBudget = "load.budget"
	DescKeyLoadRaw    = "load.raw"
)
View Source
const (
	DescKeyLoopCompletion    = "loop.completion"
	DescKeyLoopMaxIterations = "loop.max-iterations"
	DescKeyLoopOutput        = "loop.output"
	DescKeyLoopPrompt        = "loop.prompt"
	DescKeyLoopTool          = "loop.tool"
)
View Source
const (
	DescKeyMemoryImportDryRun  = "memory.import.dry-run"
	DescKeyMemoryPublishBudget = "memory.publish.budget"
	DescKeyMemoryPublishDryRun = "memory.publish.dry-run"
	DescKeyMemorySyncDryRun    = "memory.sync.dry-run"
)
View Source
const (
	DescKeyNotifyEvent     = "notify.event"
	DescKeyNotifyHook      = "notify.hook"
	DescKeyNotifySessionId = "notify.session-id"
	DescKeyNotifyVariant   = "notify.variant"
)
View Source
const (
	DescKeyPadAddFile      = "pad.add.file"
	DescKeyPadEditAppend   = "pad.edit.append"
	DescKeyPadEditFile     = "pad.edit.file"
	DescKeyPadEditLabel    = "pad.edit.label"
	DescKeyPadEditPrepend  = "pad.edit.prepend"
	DescKeyPadExportDryRun = "pad.export.dry-run"
	DescKeyPadExportForce  = "pad.export.force"
	DescKeyPadImpBlob      = "pad.imp.blob"
	DescKeyPadMergeDryRun  = "pad.merge.dry-run"
	DescKeyPadMergeKey     = "pad.merge.key"
	DescKeyPadShowOut      = "pad.show.out"
)
View Source
const (
	DescKeyPauseSessionId  = "pause.session-id"
	DescKeyResumeSessionId = "resume.session-id"
)
View Source
const (
	DescKeyRecallExportAll             = "recall.export.all"
	DescKeyRecallExportAllProjects     = "recall.export.all-projects"
	DescKeyRecallExportDryRun          = "recall.export.dry-run"
	DescKeyRecallExportKeepFrontmatter = "recall.export.keep-frontmatter"
	DescKeyRecallExportRegenerate      = "recall.export.regenerate"
	DescKeyRecallExportYes             = "recall.export.yes"
	DescKeyRecallListAllProjects       = "recall.list.all-projects"
	DescKeyRecallListLimit             = "recall.list.limit"
	DescKeyRecallListProject           = "recall.list.project"
	DescKeyRecallListSince             = "recall.list.since"
	DescKeyRecallListTool              = "recall.list.tool"
	DescKeyRecallListUntil             = "recall.list.until"
	DescKeyRecallLockAll               = "recall.lock.all"
	DescKeyRecallShowAllProjects       = "recall.show.all-projects"
	DescKeyRecallShowFull              = "recall.show.full"
	DescKeyRecallShowLatest            = "recall.show.latest"
	DescKeyRecallUnlockAll             = "recall.unlock.all"
)
View Source
const (
	DescKeyRemindAddAfter   = "remind.add.after"
	DescKeyRemindAfter      = "remind.after"
	DescKeyRemindDismissAll = "remind.dismiss.all"
)
View Source
const (
	DescKeySiteFeedBaseUrl = "site.feed.base-url"
	DescKeySiteFeedOut     = "site.feed.out"
)
View Source
const (
	DescKeyStatusJson    = "status.json"
	DescKeyStatusVerbose = "status.verbose"
)
View Source
const (
	DescKeySystemBackupJson       = "system.backup.json"
	DescKeySystemBackupScope      = "system.backup.scope"
	DescKeySystemBootstrapJson    = "system.bootstrap.json"
	DescKeySystemBootstrapQuiet   = "system.bootstrap.quiet"
	DescKeySystemEventsAll        = "system.events.all"
	DescKeySystemEventsEvent      = "system.events.event"
	DescKeySystemEventsHook       = "system.events.hook"
	DescKeySystemEventsJson       = "system.events.json"
	DescKeySystemEventsLast       = "system.events.last"
	DescKeySystemEventsSession    = "system.events.session"
	DescKeySystemMarkJournalCheck = "system.markjournal.check"
	DescKeySystemMessageJson      = "system.message.json"
	DescKeySystemPauseSessionId   = "system.pause.session-id"
	DescKeySystemPruneDays        = "system.prune.days"
	DescKeySystemPruneDryRun      = "system.prune.dry-run"
	DescKeySystemResourcesJson    = "system.resources.json"
	DescKeySystemResumeSessionId  = "system.resume.session-id"
	DescKeySystemStatsFollow      = "system.stats.follow"
	DescKeySystemStatsJson        = "system.stats.json"
	DescKeySystemStatsLast        = "system.stats.last"
	DescKeySystemStatsSession     = "system.stats.session"
)
View Source
const (
	DescKeyWatchDryRun = "watch.dry-run"
	DescKeyWatchLog    = "watch.log"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL