Skip to content

Commit 068e2ef

Browse files
committed
report(docs): deduplicate package headers into single doc files
1 parent ef8dce0 commit 068e2ef

File tree

52 files changed

+44
-30
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+44
-30
lines changed

cmd/apply.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright 2025 Emin Salih Açıkgöz
22
// SPDX-License-Identifier: gpl3-or-later
33

4-
// Package cmd implements the command-line commands for scbake.
54
package cmd
65

76
import (

cmd/doc.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Package cmd implements the command-line commands for scbake.
2+
package cmd

cmd/list.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright 2025 Emin Salih Açıkgöz
22
// SPDX-License-Identifier: gpl3-or-later
33

4-
// Package cmd implements the command-line commands for scbake.
54
package cmd
65

76
import (

cmd/new.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright 2025 Emin Salih Açıkgöz
22
// SPDX-License-Identifier: gpl3-or-later
33

4-
// Package cmd implements the command-line commands for scbake.
54
package cmd
65

76
import (

cmd/root.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright 2025 Emin Salih Açıkgöz
22
// SPDX-License-Identifier: gpl3-or-later
33

4-
// Package cmd implements the command-line commands for scbake.
54
package cmd
65

76
import (

internal/core/doc.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Package core contains the execution logic for running a scaffold plan.
2+
package core

internal/core/executor.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright 2025 Emin Salih Açıkgöz
22
// SPDX-License-Identifier: gpl3-or-later
33

4-
// Package core contains the execution logic for running a scaffold plan.
54
package core
65

76
import (

internal/core/run.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright 2025 Emin Salih Açıkgöz
22
// SPDX-License-Identifier: gpl3-or-later
33

4-
// Package core contains the central execution and planning logic.
54
package core
65

76
import (
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Package transaction provides a filesystem-based undo log for atomic file operations.
2+
package transaction

internal/filesystem/transaction/manager.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright 2025 Emin Salih Açıkgöz
22
// SPDX-License-Identifier: gpl3-or-later
33

4-
// Package transaction provides a filesystem-based undo log for atomic file operations.
54
package transaction
65

76
import (

0 commit comments

Comments
 (0)